aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2025-03-19 12:21:05 -0600
committerTheo Buehler <tb@openbsd.org>2025-03-19 12:21:14 -0600
commit97e1c7d1f651fff98f7624ff4ba53eac58febc07 (patch)
tree72370aea64823bad35db9356928fce262b6fd84f
parent681944a75c608a1379e7bab68f6901b5988056e7 (diff)
downloadportable-97e1c7d1f651fff98f7624ff4ba53eac58febc07.tar.gz
portable-97e1c7d1f651fff98f7624ff4ba53eac58febc07.tar.bz2
portable-97e1c7d1f651fff98f7624ff4ba53eac58febc07.zip
Update ChangeLogHEADmaster
-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.