-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Crypto: Refactor Model and signatures, fix models, add unit tests #19944
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 29 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
6e5734a
Crypto: Fix openssl padding to propery link async padding to hashing …
bdrodes 97cd083
Merge branch 'operation_step_refactor' into openssl_padding_refactor
bdrodes eba1204
Merge branch 'main' into openssl_padding_refactor
bdrodes e6b363b
Crypto: fix Ql-for-QL alerts.
bdrodes 8b64a72
Crypto: Initial sketch for refactoring MAC and signatures to account …
bdrodes d32e09a
Crypto: Misc. cleanup and completed model refactor for Mac. Passing t…
bdrodes 0270fac
Crypto: Update model to have a mac operation instance that extends th…
bdrodes 88d36aa
Crypto: Intermediate JCA updates to support new MAC model. Work in pr…
bdrodes ff93045
Crypto: remove JCA bad import.
bdrodes a98f4c2
Crypto: Code scanning warning fix.
bdrodes 65ff727
Merge branch 'main' into signature_model_refactor
bdrodes ec7e41c
Crypto: Fixed issues in CBOM representations (gaps in the underlying …
bdrodes b7ceeb3
Crypto: nodes.expected update and removed dead code from Language.qll
bdrodes 5d29240
Crypto: OperationStep overhaul to account for errors and missing inte…
bdrodes 48dc280
Crypto: Fix issue with OAEP padding edges regressing.
bdrodes 422352c
Crypto: Continued refactoring of operation steps and bug fixes.
bdrodes 938b47c
Crypto: Debug missing hashes associated with HMAC. EVP_PKEY_get1_RSA …
bdrodes 73b3398
Merge pull request #2 from bdrodes/signature_model_refactor_experimental
bdrodes 7c8177d
Crypto: Added missing ArtifactPassthrough.qll (forgot to add to merge…
bdrodes 74ce7cd
Crypto: Moving all data flow analyses to taint tracking.
bdrodes 92dac03
Crypto: Adding necessary model interfaces for MacOperationCall in JCA.
bdrodes d49efef
Crypto: Fix for non-monotonic recursion in JCA
bdrodes 329a7de
Crypto: Fixing JCA class naming casing for PBKDF2 classes.
bdrodes d251b3f
Merge branch 'main' into signature_model_refactor
bdrodes 38421ce
Crypto: Missing casing fix for JCA classes
bdrodes c37b7c1
Merge branch 'signature_model_refactor' of https://github.com/bdrodes…
bdrodes b08533b
Crypto: Fix missing output variable
bdrodes 850c1ec
Crypto: Fix use of a member where a singleton set literal exists
bdrodes 704a06e
Crypto: Update JCA PBKDF2 modeling: 1) add further inheritance struct…
bdrodes 9673b81
Crypto: Update JCA 'wihHmac" raw name to be the entire raw string, no…
bdrodes 4901cdf
Crypto: Refactor and change casts to `super`
nicolaswill File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.