-
Notifications
You must be signed in to change notification settings - Fork 121
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
Add EVP API Support for ED25519ph #2144
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2144 +/- ##
==========================================
+ Coverage 79.00% 79.02% +0.02%
==========================================
Files 611 612 +1
Lines 105904 106071 +167
Branches 14984 14993 +9
==========================================
+ Hits 83665 83824 +159
- Misses 21586 21595 +9
+ Partials 653 652 -1 ☔ View full report in Codecov by Sentry. |
54203b9
to
8a4c1c3
Compare
8a4c1c3
to
2399cc2
Compare
Reworked per our meeting to remove the keygen and ASN.1 serialization/deserialization support for ED25519ph. Should simplify the review some now. |
2b9bb6c
to
d6d83f7
Compare
40713fb
to
f34fa91
Compare
Description of changes:
Add support for HashEdDSA (Ed25519ph) to EVP APIs with support for setting the associated signature context. Opting not to expose Ed25519ctx explicitly at this time since there hasn't been an ask for it. Worse case scenario a user desiring it will have access to the low-level APIs where it is available.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and the ISC license.