diff options
author | Theo Buehler <tb@openbsd.org> | 2024-08-02 04:54:42 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2024-08-02 04:54:42 -0600 |
commit | 73ba2f055709f60f33dbc1548020edb3b9174048 (patch) | |
tree | 2a347687d8c5646c57620449b35121937a7ebb50 | |
parent | 15451aff6bb61c9a7c8552c84109f3fc6daa242d (diff) | |
download | portable-73ba2f055709f60f33dbc1548020edb3b9174048.tar.gz portable-73ba2f055709f60f33dbc1548020edb3b9174048.tar.bz2 portable-73ba2f055709f60f33dbc1548020edb3b9174048.zip |
Update ChangeLog
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |