diff --git a/ChangeLog b/ChangeLog index e6b1dbbc41..a80e25fc4e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -53,6 +53,8 @@ LibreSSL Portable Release Notes: - All elliptic curves over fields with less than 224 bits and a few more were removed from the built-in curves. This includes all WTLS curves and P-192. + - It is no longer necessary to set RSA_FLAG_SIGN_VER to use the + sign and verify handlers set with RSA_meth_set_{sign,verify}. * New features - libtls has a new tls_peer_cert_common_name() API call to retrieve the peer's common name without having to inspect the PEM.