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
.