openssl-sys v0.9.105
·
7 commits
to master
since this release
What's Changed
- fixes #2317 -- restore compatibility with our MSRV and release openssl 0.9.68 by @alex in #2318
- build(deps): Update
openssl-macro
to version0.1.1
by @caspermeijn in #2324 - Enable set_alpn_select_callback for BoringSSL by @ViktoriiaKovalova in #2327
- Switch the test to use prime256v1 based key by @dcermak in #2330
- Expose EVP_DigestSqueeze from Hasher by @initsecret in #2275
- Expose SSL_CTX_load_verify_locations by @sfackler in #2353
- Attempt to fix CI by pinning to the Ubuntu 22.04 image by @alex in #2357
- Remove EC_METHOD and EC_GROUP_new for LibreSSL 4.1 by @botovq in #2356
- Test against 3.4.0 final release by @alex in #2359
- Expose
SslMethod::{dtls_client,dtls_server}
by @alex in #2358 - Fix lifetimes in ssl::select_next_proto by @sfackler in #2360
New Contributors
- @caspermeijn made their first contribution in #2324
- @ViktoriiaKovalova made their first contribution in #2327
Full Changelog: openssl-sys-v0.9.104...openssl-sys-v0.9.105