aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2024-08-10 00:44:34 -0600
committerTheo Buehler <tb@openbsd.org>2024-08-10 00:44:34 -0600
commitd20cd80068fd1a82c1335bee4bc982f2f5541b90 (patch)
tree3eb1bd1638c5b5110eeb6a70ad085bf2d40ebf44
parent087a9d4c57d30589885d7ca33d2c6c9fa2de4221 (diff)
downloadportable-d20cd80068fd1a82c1335bee4bc982f2f5541b90.tar.gz
portable-d20cd80068fd1a82c1335bee4bc982f2f5541b90.tar.bz2
portable-d20cd80068fd1a82c1335bee4bc982f2f5541b90.zip
Update ChangeLog
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0859d51..5de9b64 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -97,7 +97,7 @@ LibreSSL Portable Release Notes:
97 - i2d_ASN1_OBJECT() now returns -1 on error like most other i2d_*. 97 - i2d_ASN1_OBJECT() now returns -1 on error like most other i2d_*.
98 - SPKAC support was removed from openssl(1) 98 - SPKAC support was removed from openssl(1)
99 - Added TLS1-PRF support to the EVP interface. 99 - Added TLS1-PRF support to the EVP interface.
100 - Removed ssl2.h and ssl23.h. 100 - Removed ssl2.h, ssl23.h, and ui_compat.h.
101 - Support for attributes in EVP_PKEYs was removed. 101 - Support for attributes in EVP_PKEYs was removed.
102 - Added SSL_CTX_set1_cert_store() 102 - Added SSL_CTX_set1_cert_store()
103 * Bug fixes 103 * Bug fixes