Releases: sfackler/rust-openssl
Releases · sfackler/rust-openssl
openssl-v0.10.54
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
What's Changed
- Check for OPENSSL_NO_RC4 when using EVP_rc4 by @oskirby in #1910
- Fix link errors for X509_get0_authority_xxx methods on Ubuntu/bionic by @oskirby in #1909
- add X509::pathlen by @zh-jq-b in #1916
- Add bindings to SSL_bytes_to_cipher_list by @RoastVeg in #1921
- Add boringssl hkdf derivation by @AndrewScull in #1926
- add other name support by @huettner94 in #1915
- LibreSSL 3.8.0 by @vishwin in #1935
- add Dsa with some helper functions by @reaperhulk in #1937
- reimplement Dsa::generate in terms of generate_params/generate_key by @reaperhulk in #1938
- Added DER serialization for
DSAPrivateKey
by @alex in #1939 - version bump 0.9.88 and 0.10.53 by @reaperhulk in #1940
New Contributors
- @oskirby made their first contribution in #1910
- @zh-jq-b made their first contribution in #1916
- @RoastVeg made their first contribution in #1921
- @huettner94 made their first contribution in #1915
Full Changelog: openssl-v0.10.52...openssl-v0.10.53
openssl-sys-v0.9.88
What's Changed
- Check for OPENSSL_NO_RC4 when using EVP_rc4 by @oskirby in #1910
- Fix link errors for X509_get0_authority_xxx methods on Ubuntu/bionic by @oskirby in #1909
- add X509::pathlen by @zh-jq-b in #1916
- Add bindings to SSL_bytes_to_cipher_list by @RoastVeg in #1921
- Add boringssl hkdf derivation by @AndrewScull in #1926
- add other name support by @huettner94 in #1915
- LibreSSL 3.8.0 by @vishwin in #1935
- add Dsa with some helper functions by @reaperhulk in #1937
- reimplement Dsa::generate in terms of generate_params/generate_key by @reaperhulk in #1938
- Added DER serialization for
DSAPrivateKey
by @alex in #1939 - version bump 0.9.88 and 0.10.53 by @reaperhulk in #1940
New Contributors
- @oskirby made their first contribution in #1910
- @zh-jq-b made their first contribution in #1916
- @RoastVeg made their first contribution in #1921
- @huettner94 made their first contribution in #1915
Full Changelog: openssl-sys-v0.9.87...openssl-sys-v0.9.88
openssl-v0.10.52
What's Changed
- Expose BigNum::to_vec_padded on libressl and boringssl by @alex in #1895
- add support for DH check key by @reaperhulk in #1896
- add poly1305 EVP_PKEY type by @reaperhulk in #1897
- Don't restrict the Signer lifetime by @alex in #1898
- add low level cmac bindings by @reaperhulk in #1899
- Expose pbkdf2_hmac and scrypt on BoringSSL by @alex in #1900
- binding to get fips status for ossl300 by @reaperhulk in #1901
- add more x509 extension helper functions by @zh-jq in #1887
- changelog and version bumps for openssl and openssl-sys by @reaperhulk in #1905
New Contributors
Full Changelog: openssl-v0.10.51...openssl-v0.10.52
openssl-sys-v0.9.87
What's Changed
- Expose BigNum::to_vec_padded on libressl and boringssl by @alex in #1895
- add support for DH check key by @reaperhulk in #1896
- add poly1305 EVP_PKEY type by @reaperhulk in #1897
- Don't restrict the Signer lifetime by @alex in #1898
- add low level cmac bindings by @reaperhulk in #1899
- Expose pbkdf2_hmac and scrypt on BoringSSL by @alex in #1900
- binding to get fips status for ossl300 by @reaperhulk in #1901
- add more x509 extension helper functions by @zh-jq in #1887
- changelog and version bumps for openssl and openssl-sys by @reaperhulk in #1905
New Contributors
Full Changelog: openssl-sys-v0.9.86...openssl-sys-v0.9.87
openssl-v0.10.51
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
- @algesten made their first contribution in #1886
- @remigranotier made their first contribution in #1891
Full Changelog: openssl-v0.10.50...openssl-v0.10.51
openssl-sys-v0.9.86
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
- @algesten made their first contribution in #1886
- @remigranotier made their first contribution in #1891
Full Changelog: openssl-sys-v0.9.85...openssl-sys-v0.9.86
openssl v0.10.50
openssl-v0.10.50 openssl-sys v0.10.50
openssl-sys v0.9.85
openssl-sys-v0.9.85 openssl-sys v0.9.85
openssl v0.10.49
openssl-v0.10.49 openssl v0.10.49