Releases: tofay/rustls-openssl
Releases · tofay/rustls-openssl
0.3.0
What's Changed
- Add post-quantum support by @tofay in #29
rustls_openssl::ALL_KX_GROUPShas been removed in favour ofrustls_openssl::kx_group::DEFAULT_KX_GROUPSandrustls_openssl::kx_group::ALL_KX_GROUPS.- the latter contains MLKEM768 which isn't enabled by default.
Full Changelog: 0.2.1...0.3.0
0.2.1
0.2.0
Changes
- chacha feature has been removed in favour of automatically detecting whether OpenSSL was compiled with
OPENSSL_NO_CHACHA. x25519feature has been removed.
Additions
- Implement HKDF and TLS 1.2 PRF using openssl
- Support running against FIPS openssl. Documentation
Fixed
Signer::load_private_keyreturns the correct algorithm when loading an ECDSA key
Full Changelog: 0.1.1...0.2.0