Sourced from openssl's releases.
openssl-v0.10.66
What's Changed
- Fixed invariant violation in
MemBio::get_buf
with empty results by@alex
in sfackler/rust-openssl#2266- Release openssl v0.10.66 by
@alex
in sfackler/rust-openssl#2267Full Changelog: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.65...openssl-v0.10.66
openssl-v0.10.65
What's Changed
- don't emit rerun-if-changed when vendoring by
@reaperhulk
in sfackler/rust-openssl#2177- Prepare for openssl-sys 0.9.101 release by
@alex
in sfackler/rust-openssl#2182- don't emit rerun-if-changed unless the path exists and is readable by
@reaperhulk
in sfackler/rust-openssl#2187- Added support for LibreSSL 3.9.0 by
@alex
in sfackler/rust-openssl#2202- Support stable LibreSSL 3.9.x by
@alex
in sfackler/rust-openssl#2209- openssl-sys 0.9.102 release by
@alex
in sfackler/rust-openssl#2210- Add repository field to openssl-macros crate by
@paolobarbolini
in sfackler/rust-openssl#2211- Add missing openssl-sys dependency by
@pieterdd
in sfackler/rust-openssl#2212- Test OpenSSL 3.3.0-beta1 by
@sfackler
in sfackler/rust-openssl#2216- test against 3.3.0 final by
@alex
in sfackler/rust-openssl#2218- fix min-versions in CI by
@alex
in sfackler/rust-openssl#2228- Make X509_VAL opaque for LibreSSL 4.0.0 by
@botovq
in sfackler/rust-openssl#2227- Use the newer names for STACK_OF(T) functions with BoringSSL by
@davidben
in sfackler/rust-openssl#2231- Only declare OpensslCallbacks in bindgen builds by
@alex
in sfackler/rust-openssl#2234- Fix building with latest BoringSSL by
@davidben
in sfackler/rust-openssl#2230- Emit rustc-check-cfg for nightly by
@alex
in sfackler/rust-openssl#2235- Configure OpenSSL data dir on vendored builds. by
@DanielSidhion
in sfackler/rust-openssl#2122- Add boringssl keylog callback support by
@mspublic
in sfackler/rust-openssl#2237- Correct the name of the
pkgconf
package on some distros by@JonathanBrouwer
in sfackler/rust-openssl#2253- Add some OpenSSL 3 QUIC raw bindings by
@bdbai
in sfackler/rust-openssl#2257- Initialize OpenSSL in MD constructors by
@sfackler
in sfackler/rust-openssl#2258- Switch Pkey::from_ to use set1 functions by
@alex
in sfackler/rust-openssl#2262- Release openssl v0.10.65 and openssl-sys v0.9.103 by
@alex
in sfackler/rust-openssl#2265New Contributors
@paolobarbolini
made their first contribution in sfackler/rust-openssl#2211@pieterdd
made their first contribution in sfackler/rust-openssl#2212@DanielSidhion
made their first contribution in sfackler/rust-openssl#2122@mspublic
made their first contribution in sfackler/rust-openssl#2237@JonathanBrouwer
made their first contribution in sfackler/rust-openssl#2253@bdbai
made their first contribution in sfackler/rust-openssl#2257Full Changelog: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.64...openssl-v0.10.65
ad70a0b
Merge pull request #2267
from alex/bump-for-release5ce473b
Release openssl v0.10.66aef36e0
Merge pull request #2266
from alex/mem-bio-invariant142deef
Fixed invariant violation in MemBio::get_buf
with empty
results32f150b
Merge pull request #2265
from alex/bump-for-release98addd2
Release openssl v0.10.65 and openssl-sys v0.9.1037c7958d
Merge pull request #2262
from alex/pkey-apid7b12cc
Switch Pkey::from_ to use set1 functions22ffa9a
Merge pull request #2258
from sfackler/init-md9de3794
Initialize OpenSSL in MD constructors