-
-
Notifications
You must be signed in to change notification settings - Fork 34.2k
lib: refactor JWK import PQC support check #60586
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
Conversation
|
Review requested:
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #60586 +/- ##
=======================================
Coverage 88.53% 88.54%
=======================================
Files 704 704
Lines 208072 208074 +2
Branches 40079 40080 +1
=======================================
+ Hits 184225 184230 +5
+ Misses 15875 15870 -5
- Partials 7972 7974 +2
🚀 New features to boost your workflow:
|
addaleax
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is fine, although I think this would be quite a bit clearer if we just exposed the value of OPENSSL_WITH_PQC directly from the binding and then used that
|
Landed in 537df2e |
PR-URL: #60586 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
This changes the check for whether AKP (PQC Algorithm Key Pair JWK types) JWK import is supported to depend on the handle's prototype method presence rather than the EVP_PKEY_* IDs.