Skip to content

Releases: sfackler/rust-openssl

openssl-sys v0.9.91

06 Aug 13:18
openssl-sys-v0.9.91
7daab5b
Compare
Choose a tag to compare
openssl-sys-v0.9.91

openssl-sys v0.9.91

openssl-v0.10.55

20 Jun 21:02
d7dae6f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: openssl-v0.10.54...openssl-v0.10.55

openssl-sys-v0.9.90

20 Jun 21:42
e5a4958
Compare
Choose a tag to compare

What's Changed

  • Fix regression in building BoringSSL by @alex in #1971

Full Changelog: openssl-sys-v0.9.89...openssl-sys-v0.9.90

openssl-sys-v0.9.89

20 Jun 21:02
d7dae6f
Compare
Choose a tag to compare

What's Changed

  • Remove converting PKCS#8 passphrase to CString by @alex in #1941
  • Version bump for openssl v0.10.54 release by @alex in #1942
  • Fix warnings from BoringSSL on Rust 1.70 by @alex in #1948
  • Honor OPENSSL_NO_OCB if OpenSSL was built this way by @davidben in #1952
  • Fix some deprecated patterns when using BoringSSL by @davidben in #1945
  • add get_asn1_flag to EcGroupRef by @reaperhulk in #1947
  • Fixed type mutability on asn1_flag by @alex in #1954
  • allow affine_coordinates on boring and libre by @reaperhulk in #1955
  • add support for EVP_PKEY_derive_set_peer_ex in OpenSSL 3 by @reaperhulk in #1956
  • Use type-safe wrappers instead of EVP_PKEY_assign by @davidben in #1959
  • add Nid::SM2 and pkey Id::SM2 by @zh-jq in #1962
  • Fix handling of empty host strings by @sfackler in #1968
  • Remove old codes that belows supported Rust version. by @tesuji in #1966
  • Release openssl v0.10.55 and openssl-sys v0.9.89 by @alex in #1970

New Contributors

Full Changelog: openssl-sys-v0.9.88...openssl-sys-v0.9.89

openssl-v0.10.54

01 Jun 11:29
4b4a344
Compare
Choose a tag to compare

What's Changed

  • Remove converting PKCS#8 passphrase to CString by @alex in #1941
  • Version bump for openssl v0.10.54 release by @alex in #1942

Full Changelog: openssl-v0.10.53...openssl-v0.10.54

openssl-v0.10.53

30 May 01:50
79ad66a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: openssl-v0.10.52...openssl-v0.10.53

openssl-sys-v0.9.88

30 May 01:50
79ad66a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: openssl-sys-v0.9.87...openssl-sys-v0.9.88

openssl-v0.10.52

24 Apr 23:09
e96adda
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: openssl-v0.10.51...openssl-v0.10.52

openssl-sys-v0.9.87

24 Apr 23:08
e96adda
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: openssl-sys-v0.9.86...openssl-sys-v0.9.87

openssl-v0.10.51

20 Apr 22:48
f7b98c2
Compare
Choose a tag to compare

What's Changed

  • update documentation to reflect libressl support by @reaperhulk in #1876
  • Add issuer_name and reason_code to X509RevokedRef by @Skepfyr in #1847
  • Preparing openssl-sys for PKCS7 and X509 extensions by @bkstein in #1789
  • Fixes #1884 -- don't leave an error on the stack in public_eq by @alex in #1885
  • Fixes #1882 -- added APIs for setting public keys on Dh by @alex in #1883
  • DTLS1 and DTLS1_2 SslVersion for set_min_proto_version() by @algesten in #1886
  • Remove size_t-is-usize argument to bindgen by @alex in #1888
  • Documentation typo for X509Crl by @remigranotier in #1891
  • [Documentation] fixed X509Crl and X509Revoked description in doc by @remigranotier in #1892
  • add asn1octetstring creation support by @reaperhulk in #1893
  • Introduce X509Extension::new_from_der and deprecate the bad APIs by @alex in #1880
  • Release openssl v0.10.51 and openssl-sys v0.9.86 by @alex in #1894

New Contributors

Full Changelog: openssl-v0.10.50...openssl-v0.10.51