aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2025-01-25 12:40:01 -0700
committerTheo Buehler <tb@openbsd.org>2025-01-25 12:40:01 -0700
commit7e58cd8d51dbc517d562d11f256a8102fb04e748 (patch)
tree71f370d18d80c2822a5f012d9ed1a7e24ae163b7
parent63b31651802015069b531ccae1269e680e233a9d (diff)
downloadportable-7e58cd8d51dbc517d562d11f256a8102fb04e748.tar.gz
portable-7e58cd8d51dbc517d562d11f256a8102fb04e748.tar.bz2
portable-7e58cd8d51dbc517d562d11f256a8102fb04e748.zip
Update ChangeLog
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e7b9cf0..f1f4ecb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -63,6 +63,7 @@ LibreSSL Portable Release Notes:
63 sign and verify handlers set with RSA_meth_set_{sign,verify}. 63 sign and verify handlers set with RSA_meth_set_{sign,verify}.
64 - Removed the -C option to generate "C code" from the openssl(1) 64 - Removed the -C option to generate "C code" from the openssl(1)
65 dh, dhparam, dsaparam, ecparam, and x509 subcommands. 65 dh, dhparam, dsaparam, ecparam, and x509 subcommands.
66 - Removed #error in headers when OPENSSL_NO_* is defined.
66 * New features 67 * New features
67 - libtls has a new tls_peer_cert_common_name() API call to retrieve 68 - libtls has a new tls_peer_cert_common_name() API call to retrieve
68 the peer's common name without having to inspect the PEM. 69 the peer's common name without having to inspect the PEM.