Releases: sfackler/rust-openssl
Releases · sfackler/rust-openssl
v0.9.16
v0.9.15
- Add
PKey::private_key_from_der
. - Support LibreSSL 2.5.5 and 2.6.0.
- Support serialization and deserialization of PKCS#1 RSA public keys.
- Support PSK modes.
- Add APIs to register and retrieve extra data from
SslContext
andSsl
objects. - Stop overwriting the configured verification mode in
SslConnector
. - Fix
X509::clone
.
v0.9.14
v0.9.13
- Explicitly initialize OpenSSL 1.1.0 to work around openssl/openssl#3505
- Update bitflags
v0.9.12
v0.9.11
v0.9.10
v0.9.9
v0.9.8
v0.9.7
- Add OCSP support.
- Add AES IGE support.
- Add chacha20 and chacha20_poly1305 support.
- Add
EcGroup::set_asn1_flag
- Add PKCS #12 creation support.
- Make sure not to pass system directories to rustc
- More correctly determine OpenSSL feature configuration.
- Add configurability to sign/verify APIs.
- Use
foreign_types
crate. - Add accessors to X509 signature and signature algorithm.
- Deprecate
X509Generator
in favor ofX509Builder
andX509ReqBuilder
.