diff options
author | Theo Buehler <tb@openbsd.org> | 2025-03-19 12:21:05 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2025-03-19 12:21:14 -0600 |
commit | 97e1c7d1f651fff98f7624ff4ba53eac58febc07 (patch) | |
tree | 72370aea64823bad35db9356928fce262b6fd84f | |
parent | 681944a75c608a1379e7bab68f6901b5988056e7 (diff) | |
download | portable-97e1c7d1f651fff98f7624ff4ba53eac58febc07.tar.gz portable-97e1c7d1f651fff98f7624ff4ba53eac58febc07.tar.bz2 portable-97e1c7d1f651fff98f7624ff4ba53eac58febc07.zip |
-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. |