forked from sfackler/rust-openssl
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Rebase/openssl v0.10.63 #5
Merged
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
This is a new major version so some code changes are required.
This is substantially similar to the other X.509 verification parameter options like host.
Add openssl::cipher_ctx::CipherCtx::clone
Add X509VerifyParam::set_email
Compilation in fedora fails without this installed with message: --- stderr Can't locate FindBin.pm in @inc (you may need to install the FindBin module) ...
Add perl-FindBin dep for fedora
Update to bitflags 2.2.1.
Release openssl v0.10.57 and openssl-sys v0.9.92
LibreSSL 3.8.1 support
Update vendored version to openssl 3
Test against 3.2.0-alpha1
Removed reference to non-existent method
Bump CI to 1.1.1w
[openssl-sys] Add X509_check_{host,email,ip,ip_asc} fns
Release openssl v0.10.62 and openssl-sys v0.9.98
Allow passing a passphrase callback when loading a public key
Expose several additional ciphers for symmetry with symm
brew: add openssl@3.0 (for 3.0.x LTS releases)
DHX keys have a different serialization from DH keys, but otherwise behave similarly.
Add PKey::from_dhx
Make X509_PURPOSE opaque for LibreSSL >= 3.9.0
Regression introduced in sfackler#2120. Ideally, tests would not leave other errors behind. Fixes sfackler#2146
PEM parsing: check last error instead of first
Expose brainpool NIDs on libressl
Add two methods to the PKCS7 API
add more boringssl methods
Release openssl v0.10.63 and openssl-sys v0.9.99
* Implement binding for CONF_modules_load_file
Expose Provider::add_builtin for static builds
DavidHorton5339
approved these changes
Jan 29, 2024
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.
Simple merge of upstream changes - LGTM
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.
Rebase onto the openssl-v0.10.63 tag to mitigate a vulnerability.