aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2025-01-05 09:41:27 -0700
committerTheo Buehler <tb@openbsd.org>2025-01-05 09:41:27 -0700
commit27f16a6d174fdaefc0202c99690c9eef44229b99 (patch)
tree5d8a2bc34ca016d1e1ce0a82f9a18b24a698d18e
parent13207b6890d5cccc8a3401e9784c4799d2174896 (diff)
downloadportable-27f16a6d174fdaefc0202c99690c9eef44229b99.tar.gz
portable-27f16a6d174fdaefc0202c99690c9eef44229b99.tar.bz2
portable-27f16a6d174fdaefc0202c99690c9eef44229b99.zip
Update ChangeLog
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e6b1dbb..a80e25f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -53,6 +53,8 @@ LibreSSL Portable Release Notes:
53 - All elliptic curves over fields with less than 224 bits and a 53 - All elliptic curves over fields with less than 224 bits and a
54 few more were removed from the built-in curves. This includes 54 few more were removed from the built-in curves. This includes
55 all WTLS curves and P-192. 55 all WTLS curves and P-192.
56 - It is no longer necessary to set RSA_FLAG_SIGN_VER to use the
57 sign and verify handlers set with RSA_meth_set_{sign,verify}.
56 * New features 58 * New features
57 - libtls has a new tls_peer_cert_common_name() API call to retrieve 59 - libtls has a new tls_peer_cert_common_name() API call to retrieve
58 the peer's common name without having to inspect the PEM. 60 the peer's common name without having to inspect the PEM.