aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index eccb261..a697383 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.