attractorr
attractorr copied to clipboard
Bump openssl from 0.10.64 to 0.10.66
Bumps openssl from 0.10.64 to 0.10.66.
Release notes
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
Commits
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 inMemBio::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- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.