-
Notifications
You must be signed in to change notification settings - Fork 122
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
Implementation of EVP_PKEY_CTX_ctrl_str for various key types #1850
Merged
Conversation
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
justsmth
force-pushed
the
EVP_PKEY_CTX_ctrl_str-Impls
branch
from
September 13, 2024 16:41
c086e9e
to
38f7542
Compare
justsmth
changed the title
Evp pkey ctx ctrl str impls
Implementation of EVP_PKEY_CTX_ctrl_str for various key types
Sep 13, 2024
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1850 +/- ##
==========================================
+ Coverage 78.51% 78.62% +0.10%
==========================================
Files 583 584 +1
Lines 98809 99018 +209
Branches 14159 14205 +46
==========================================
+ Hits 77583 77856 +273
+ Misses 20598 20530 -68
- Partials 628 632 +4 ☔ View full report in Codecov by Sentry. |
justsmth
force-pushed
the
EVP_PKEY_CTX_ctrl_str-Impls
branch
2 times, most recently
from
September 13, 2024 18:40
60ca7c3
to
d464647
Compare
justsmth
force-pushed
the
EVP_PKEY_CTX_ctrl_str-Impls
branch
4 times, most recently
from
September 16, 2024 18:43
49d49c1
to
0d80065
Compare
justsmth
force-pushed
the
EVP_PKEY_CTX_ctrl_str-Impls
branch
from
September 17, 2024 15:19
0d80065
to
f19df5a
Compare
WillChilds-Klein
approved these changes
Sep 17, 2024
samuel40791765
approved these changes
Sep 17, 2024
smittals2
added a commit
that referenced
this pull request
Sep 19, 2024
## What's Changed * More tweaks for Ruby integration by @samuel40791765 in #1852 * Implementation of EVP_PKEY_CTX_ctrl_str for various key types by @justsmth in #1850 * Add MLKEM768 Hybrid Groups to libssl by @alexw91 in #1849 * add support for PEM_write_bio_PrivateKey_traditional by @samuel40791765 in #1845 * Update s2n-bignum subtree by @torben-hansen in #1861 * Add asserts in testing to fix Coverity alert by @smittals2 in #1864 * Disable CRYPTO_is_AVX512IFMA_capable by @justsmth in #1858 **Full Changelog**: v1.35.0...v1.35.1 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.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description of changes:
Implementation of
EVP_PKEY_CTX_ctrl_str
for various key types.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.