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