-
Notifications
You must be signed in to change notification settings - Fork 21
First pass Fenrir fixes #205
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 all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
ccc0a17
JNI: fix Ed25519 verify siglen bug, add Ed25519 JUnit tests
cconlon b1639dd
JNI: fix jlong to word32 pointer cast in RsaFlattenPublicKey, add test
cconlon 78da0e7
JNI: add NULL check before hmac->macType dereference in HmacFinal
cconlon ee81daa
JNI: fix jlong to word32 pointer cast in RsaExportCrtKey, add test
cconlon 96d94cd
JNI: add missing releaseByteArray calls in ecc_get_curve_id_from_params
cconlon 1cf84b5
JNI: add missing releaseByteArray call in RsaPrivateKeyDecodePKCS8
cconlon f5a4568
JNI: fix missing releaseByteArray on early return in RsaFlattenPublicKey
cconlon ed03ba2
JNI: add missing releaseByteArray in AesGcmSetExtIV_fips early return
cconlon aa55714
JNI: add missing releaseByteArray call in RsaPublicKeyDecode
cconlon 23d46d8
JNI: add bounds validation for offset/length in HmacUpdate, add tests
cconlon fbf0a75
JNI: add bounds validation for offset/length in HmacUpdate ByteBuffer…
cconlon 0930036
JNI: add NULL checks for array params in PKCS12_PBKDF and PBKDF2
cconlon 234bfa5
JNI: fix wrong error code in HmacFinal hash size check, pass hmacSz n…
cconlon 6bd63e3
JNI: fix unsigned comparison for wc_RsaEncryptSize return in 8 RSA fu…
cconlon 7c9dd08
JNI: add missing releaseByteArray calls in Chacha_process
cconlon 9268cdd
JNI: add NULL checks before ed25519 key dereference in export functions
cconlon afa379a
JNI: add NULL checks before curve25519 key dereference in export func…
cconlon 85b3662
JCE: return defensive copy of IV in engineGetIV to prevent internal s…
cconlon 280995a
JNI: add missing releaseNativeStruct calls in RSA test cleanup paths
cconlon 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.