diff options
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -89,6 +89,7 @@ LibreSSL Portable Release Notes: | |||
89 | - X509_NAME_print() and X509_OBJECT_up_ref_count() are no longer public. | 89 | - X509_NAME_print() and X509_OBJECT_up_ref_count() are no longer public. |
90 | - const corrected UI_OpenSSL() and BN_MONT_CTX_copy(). | 90 | - const corrected UI_OpenSSL() and BN_MONT_CTX_copy(). |
91 | - Support OPENSSL_NO_FILENAMES. | 91 | - Support OPENSSL_NO_FILENAMES. |
92 | - Support SSL_OP_NO_RENEGOTIATION and SSL_OP_ALLOW_CLIENT_RENEGOTIATION. | ||
92 | * New features | 93 | * New features |
93 | - libtls has a new tls_peer_cert_common_name() API call to retrieve | 94 | - libtls has a new tls_peer_cert_common_name() API call to retrieve |
94 | the peer's common name without having to inspect the PEM. | 95 | the peer's common name without having to inspect the PEM. |