Sourced from openssl's releases.
openssl-v0.10.55
What's Changed
- Fix warnings from BoringSSL on Rust 1.70 by
@alex
in sfackler/rust-openssl#1948- Honor OPENSSL_NO_OCB if OpenSSL was built this way by
@davidben
in sfackler/rust-openssl#1952- Fix some deprecated patterns when using BoringSSL by
@davidben
in sfackler/rust-openssl#1945- add get_asn1_flag to EcGroupRef by
@reaperhulk
in sfackler/rust-openssl#1947- Fixed type mutability on asn1_flag by
@alex
in sfackler/rust-openssl#1954- allow affine_coordinates on boring and libre by
@reaperhulk
in sfackler/rust-openssl#1955- add support for EVP_PKEY_derive_set_peer_ex in OpenSSL 3 by
@reaperhulk
in sfackler/rust-openssl#1956- Use type-safe wrappers instead of EVP_PKEY_assign by
@davidben
in sfackler/rust-openssl#1959- add Nid::SM2 and pkey Id::SM2 by
@zh-jq
in sfackler/rust-openssl#1962- Fix handling of empty host strings by
@sfackler
in sfackler/rust-openssl#1968- Remove old codes that belows supported Rust version. by
@tesuji
in sfackler/rust-openssl#1966- Release openssl v0.10.55 and openssl-sys v0.9.89 by
@alex
in sfackler/rust-openssl#1970New Contributors
@davidben
made their first contribution in sfackler/rust-openssl#1952@tesuji
made their first contribution in sfackler/rust-openssl#1966Full Changelog: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.54...openssl-v0.10.55
d7dae6f
Merge pull request #1970
from alex/bump-for-release983b9e2
Release openssl v0.10.55 and openssl-sys v0.9.8928b3925
Merge pull request #1966
from tesuji/tidy-old-msrvf03a2dc
Merge pull request #1968
from sfackler/empty-domain-segfault155b3dc
Fix handling of empty host strings9784356
chore: simplify cfg attributes8ab3c3f
update min-version passed to bindgen8587ff8
chore: use pre-existing clean APIs insteadb1e16e9
clippy: use strip_prefix instead of manually stripfb5ae60
clippy: remove unused allow attributes