-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Critical fix to OpenSSL adaptor (#68)
The OpenSSL adaptor was producing signatures that were incompatible with the COSE (but self-consistent). There was also a problem with SHA-512 hashes. This is fixed and test cases have been added to prevent this kind of error in the future. * Critical fix to OpenSSL adaptor * Add tests with known good messages * Fix another OSSL crypto adapter bug; tests running correctly * correctly disable new 384 and 521 tests * Minor comment and code formating * minor comment improvements Co-authored-by: Laurence Lundblade <[email protected]>
- Loading branch information
1 parent
165fcc1
commit d5ff4e2
Showing
6 changed files
with
349 additions
and
135 deletions.
There are no files selected for viewing
This file contains 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 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.