12 KiB
Change Log
Unreleased
v0.10.14 - 2018-10-18
Fixed
- Made some accidentally exposed internal functions private.
Added
- Added support for LibreSSL 2.8.
Changed
- The OpenSSL version used with the
vendoredfeature has been upgraded from 1.1.0 to 1.1.1.
v0.10.13 - 2018-10-14
Fixed
- Fixed a double-free in the
SslContextBuilder::set_get_session_callbackAPI.
Added
- Added
SslContextBuilder::set_client_hello_callback. - Added support for LibreSSL 2.8.1.
- Added
EcdsaSig::from_derandEcdsaSig::to_der. - Added PKCS#7 support.
v0.10.12 - 2018-09-13
Fixed
- Fixed handling of SNI callbacks during renegotiation.
Added
- Added
SslRef::get_shutdownandSslRef::set_shutdown. - Added support for SRTP in DTLS sessions.
- Added support for LibreSSL 2.8.0.
v0.10.11 - 2018-08-04
Added
- The new
vendoredcargo feature will cause openssl-sys to compile and statically link to a vendored copy of OpenSSL. - Added
SslContextBuilder::set_psk_server_callback. - Added
DsaRef::pub_keyandDsaRef::priv_key. - Added
Dsa::from_private_componentsandDsa::from_public_components. - Added
X509NameRef::entries.
Deprecated
SslContextBuilder::set_psk_callbackhas been renamed toSslContextBuilder::set_psk_client_callbackand deprecated.
v0.10.10 - 2018-06-06
Added
- Added
SslRef::set_alpn_protos. - Added
SslContextBuilder::set_ciphersuites.
v0.10.9 - 2018-06-01
Fixed
- Fixed a use-after-free in
CmsContentInfo::sign. SslRef::servernamenow returnsNonerather than panicking on a non-UTF8 name.
Added
- Added
MessageDigest::from_nid. - Added
Nid::signature_algorithms,Nid::long_name, andNid::short_name. - Added early data and early keying material export support for TLS 1.3.
- Added
SslRef::verified_chain. - Added
SslRef::servername_rawwhich returns a&[u8]rather than&str. - Added
SslRef::finishedandSslRef::peer_finished. - Added
X509Ref::digestto replaceX509Ref::fingerprint. X509StoreBuilderandX509Storenow implementSyncandSend.
Deprecated
X509Ref::fingerprinthas been deprecated in favor ofX509Ref::digest.
v0.10.8 - 2018-05-20
Fixed
openssl-syswill now detect Homebrew-installed OpenSSL when installed to a non-default directory.- The
X509_V_ERR_INVALID_CALL,X509_V_ERR_STORE_LOOKUP, andX509_V_ERR_PROXY_SUBJECT_NAME_VIOLATIONconstants inopenssl-sysare now only present when building against 1.1.0g and up rather than 1.1.0. SslContextBuilder::max_proto_versionandSslContextBuilder::min_proto_versionare only present when building against 1.1.0g and up rather than 1.1.0.
Added
- Added
CmsContentInfo::sign. - Added
CloneandToOwnedimplementations toRsaandRsaRefrespectively. - The
min_proto_versionandmax_proto_versionmethods are available when linking against LibreSSL 2.6.1 and up in addition to OpenSSL. X509VerifyParamis available when linking against LibreSSL 2.6.1 and up in addition to OpenSSL.- ALPN support is available when linking against LibreSSL 2.6.1 and up in addition to OpenSSL.
StackandStackRefare nowSyncandSend.
v0.10.7 - 2018-04-30
Added
- Added
X509Req::public_keyandX509Req::extensions. - Added
RsaPrivateKeyBuilderto allow control over initialization of optional components of an RSA private key. - Added DER encode/decode support to
SslSession. - openssl-sys now provides the
DEP_OPENSSL_VERSION_NUMBERandDEP_OPENSSL_LIBRESSL_VERSION_NUMBERenvironment variables to downstream build scripts which contains the hex-encoded version number of the OpenSSL or LibreSSL distribution being built against. The other variables are deprecated.
v0.10.6 - 2018-03-05
Added
- Added
SslOptions::ENABLE_MIDDLEBOX_COMPAT. - Added more
SyncandSendimplementations. - Added
PKeyRef::id. - Added
Padding::PKCS1_PSS. - Added
Signer::set_rsa_pss_saltlen,Signer::set_rsa_mgf1_md,Signer::set_rsa_pss_saltlen, andSigner::set_rsa_mgf1_md - Added
X509StoreContextRef::verifyto directly verify certificates. - Added low level ECDSA support.
- Added support for TLSv1.3 custom extensions. (OpenSSL 1.1.1 only)
- Added AES-CCM support.
- Added
EcKey::from_private_components. - Added CMAC support.
- Added support for LibreSSL 2.7.
- Added
X509Ref::serial_number. - Added
Asn1IntegerRef::to_bn. - Added support for TLSv1.3 stateless handshakes. (OpenSSL 1.1.1 only)
Changed
- The Cargo features previously used to gate access to version-specific OpenSSL APIs have been removed. Those APIs will be available automatically when building against an appropriate OpenSSL version.
- Fixed
PKey::private_key_from_derto return aPKey<Private>rather than aPKey<Public>. This is technically a breaking change but the function was pretty useless previously.
Deprecated
X509CheckFlags::FLAG_NO_WILDCARDShas been renamed toX509CheckFlags::NO_WILDCARDSand the old name deprecated.
v0.10.5 - 2018-02-28
Fixed
ErrorStack'sDisplayimplementation no longer writes an empty string if it contains no errors.
Added
- Added
SslRef::version2. - Added
Cipher::des_ede3_cbc. - Added
SslRef::export_keying_material. - Added the ability to push an
ErrororErrorStackback onto OpenSSL's error stack. Various callback bindings use this to propagate errors properly. - Added
SslContextBuilder::set_cookie_generate_cbandSslContextBuilder::set_cookie_verify_cb. - Added
SslContextBuilder::set_max_proto_version,SslContextBuilder::set_min_proto_version,SslContextBuilder::max_proto_version, andSslContextBuilder::min_proto_version.
Changed
- Updated
SslConnector's default cipher list to match Python's.
Deprecated
SslRef::versionhas been deprecated. UseSslRef::version_strinstead.
v0.10.4 - 2018-02-18
Added
- Added OpenSSL 1.1.1 support.
- Added
Rsa::public_key_from_pem_pkcs1. - Added
SslOptions::NO_TLSV1_3. (OpenSSL 1.1.1 only) - Added
SslVersion. - Added
SslSessionCacheModeandSslContextBuilder::set_session_cache_mode. - Added
SslContextBuilder::set_new_session_callback,SslContextBuilder::set_remove_session_callback, andSslContextBuilder::set_get_session_callback. - Added
SslContextBuilder::set_keylog_callback. (OpenSSL 1.1.1 only) - Added
SslRef::client_randomandSslRef::server_random. (OpenSSL 1.1.0+ only)
Fixed
- The
SslAcceptorBuilder::mozilla_modernconstructor now disables TLSv1.0 and TLSv1.1 in accordance with Mozilla's recommendations.
v0.10.3 - 2018-02-12
Added
- OpenSSL is now automatically detected on FreeBSD systems.
- Added
GeneralNameaccessors forrfc822Nameandurivariants. - Added DES-EDE3 support.
Fixed
- Fixed a memory leak in
X509StoreBuilder::add_cert.
v0.10.2 - 2018-01-11
Added
- Added
ConnectConfiguration::set_use_server_name_indicationandConnectConfiguration::set_verify_hostnamefor use in contexts where you don't have ownership of theConnectConfiguration.
v0.10.1 - 2018-01-10
Added
- Added a
From<ErrorStack> for ssl::Errorimplementation.
v0.10.0 - 2018-01-10
Compatibility
- openssl 0.10 still uses openssl-sys 0.9, so openssl 0.9 and 0.10 can coexist without issue.
Added
- The
ssl::select_next_protofunction can be used to easily implement the ALPN selection callback in a "standard" way. - FIPS mode support is available in the
fipsmodule. - Accessors for the Issuer and Issuer Alternative Name fields of X509 certificates have been added.
- The
X509VerifyResultcan now be set in the certificate verification callback viaX509StoreContextRef::set_error.
Changed
-
All constants have been moved to associated constants of their type. For example,
bn::MSB_ONEis nowbn::MsbOption::ONE. -
Asymmetric key types are now parameterized over what they contain. In OpenSSL, the same type is used for key parameters, public keys, and private keys. Unfortunately, some APIs simply assume that certain components are present and will segfault trying to use things that aren't there.
The
pkeymodule contains new tag types namedParams,Public, andPrivate, and theDh,Dsa,EcKey,Rsa, andPKeyhave a type parameter set to one of those values. This allows theSignerconstructor to indicate that it requires a private key at compile time for example. Previously,Signerwould simply segfault if provided a key without private components. -
ALPN support has been changed to more directly model OpenSSL's own APIs. Instead of a single method used for both the server and client sides which performed everything automatically, the
SslContextBuilder::set_alpn_protosandSslContextBuilder::set_alpn_select_callbackhandle the client and server sides respectively. -
SslConnector::danger_connect_without_providing_domain_for_certificate_verification_and_server_name_indicationhas been removed in favor of new methods which provide more control. TheConnectConfiguration::use_server_name_indicationmethod controls the use of Server Name Indication (SNI), and theConnectConfiguration::verify_hostnamemethod controls the use of hostname verification. These can be controlled independently, and if both are disabled, the domain argument toConnectConfiguration::connectis ignored. -
Shared secret derivation is now handled by the new
derive::Derivertype rather thanpkey::PKeyContext, which has been removed. -
ssl::Erroris now no longer an enum, and provides more direct access to the relevant state. -
SslConnectorBuilder::newhas been moved and renamed toSslConnector::builder. -
SslAcceptorBuilder::mozilla_intermediateandSslAcceptorBuilder::mozilla_modernhave been moved toSslAcceptorand no longer take the private key and certificate chain. Install those manually after creating the builder. -
X509VerifyErroris nowX509VerifyResultand can now have the "ok" value in addition to error values. -
x509::X509FileTypeis nowssl::SslFiletype. -
Asymmetric key serialization and deserialization methods now document the formats that they correspond to, and some have been renamed to better indicate that.
Removed
- All deprecated APIs have been removed.
- NPN support has been removed. It has been supersceded by ALPN, and is hopefully no longer being used in practice. If you still depend on it, please file an issue!
SslRef::compressionhas been removed.- Some
ssl::SslOptionsflags have been removed as they no longer do anything.
Older
Look at the release tags for information about older releases.