aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2024-08-02 04:54:42 -0600
committerTheo Buehler <tb@openbsd.org>2024-08-02 04:54:42 -0600
commit73ba2f055709f60f33dbc1548020edb3b9174048 (patch)
tree2a347687d8c5646c57620449b35121937a7ebb50
parent15451aff6bb61c9a7c8552c84109f3fc6daa242d (diff)
downloadportable-73ba2f055709f60f33dbc1548020edb3b9174048.tar.gz
portable-73ba2f055709f60f33dbc1548020edb3b9174048.tar.bz2
portable-73ba2f055709f60f33dbc1548020edb3b9174048.zip
Update ChangeLog
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 20d185c..8608965 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -71,6 +71,9 @@ LibreSSL Portable Release Notes:
71 - Added support for TLS PRF in the EVP KDF API. 71 - Added support for TLS PRF in the EVP KDF API.
72 - Cleaned up cipher handling in SSL_SESSION. 72 - Cleaned up cipher handling in SSL_SESSION.
73 - Removed get_cipher from SSL_METHOD. 73 - Removed get_cipher from SSL_METHOD.
74 - Rewrote CRYPTO_EX_DATA from scratch. The only intentional change of
75 behavior is that there is now a hard limit on the number of indexes
76 that can be allocated.
74 * Documentation improvements 77 * Documentation improvements
75 - Removed documentation of no longer existing API. 78 - Removed documentation of no longer existing API.
76 * Testing and proactive security 79 * Testing and proactive security