diff options
author | Theo Buehler <tb@openbsd.org> | 2023-09-28 07:50:19 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2023-09-28 07:50:19 -0600 |
commit | dbf729b46e6ec9c9b39732599ac44a8478432620 (patch) | |
tree | 50b3c279fd96d3d55918b405c00e30035c17dd30 | |
parent | 9e5971d828eaeb0f03e8629bb06e2492e3f278a7 (diff) | |
download | portable-dbf729b46e6ec9c9b39732599ac44a8478432620.tar.gz portable-dbf729b46e6ec9c9b39732599ac44a8478432620.tar.bz2 portable-dbf729b46e6ec9c9b39732599ac44a8478432620.zip |
Update changelog
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -34,6 +34,11 @@ LibreSSL Portable Release Notes: | |||
34 | * Internal improvements | 34 | * Internal improvements |
35 | * Documentation improvements | 35 | * Documentation improvements |
36 | * Testing and Proactive Security | 36 | * Testing and Proactive Security |
37 | * Compatibility changes | ||
38 | - Restrict the RFC 3779 code to IPv4 and IPv6. It was not written | ||
39 | to be able to deal with anything else. | ||
40 | - Fixed EVP_CIPHER_CTX_iv_length() to return what was set with | ||
41 | EVP_CTRL_AEAD_SET_IVLEN or one of its aliases. | ||
37 | * Bug fixes | 42 | * Bug fixes |
38 | - Fixed EVP_PKEY_get{0,1}_RSA for RSA-PSS. | 43 | - Fixed EVP_PKEY_get{0,1}_RSA for RSA-PSS. |
39 | - Plug a potential memory leak in ASN1_TIME_normalize(). | 44 | - Plug a potential memory leak in ASN1_TIME_normalize(). |