openssl-sys-v0.9.103
alex
released this
20 Jul 13:35
·
78 commits
to master
since this release
What's Changed
- 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-sys-v0.9.102...openssl-sys-v0.9.103