diff options
author | Theo Buehler <tb@openbsd.org> | 2023-09-24 14:26:34 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2023-09-24 14:26:34 -0600 |
commit | 9e5971d828eaeb0f03e8629bb06e2492e3f278a7 (patch) | |
tree | d33b1ab545ac95098f225dfdfb1340d628a863bc | |
parent | ef5867b4e6cd00554768644263bf4f554c703262 (diff) | |
download | portable-9e5971d828eaeb0f03e8629bb06e2492e3f278a7.tar.gz portable-9e5971d828eaeb0f03e8629bb06e2492e3f278a7.tar.bz2 portable-9e5971d828eaeb0f03e8629bb06e2492e3f278a7.zip |
Update ChangeLog
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -34,6 +34,14 @@ 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 | * Bug fixes | ||
38 | - Fixed EVP_PKEY_get{0,1}_RSA for RSA-PSS. | ||
39 | - Plug a potential memory leak in ASN1_TIME_normalize(). | ||
40 | - Avoid memory leak in EVP_CipherInit(). | ||
41 | - Redirect EVP_PKEY_get1_* through their get0 siblings. | ||
42 | - Fixed a use of uninitialized in i2r_IPAddrBlocks(). | ||
43 | - Rewrote CMS_SignerInfo_{sign,verify}(). | ||
44 | - Further cleanup and refactoring in the EC code. | ||
37 | * Security fixes | 45 | * Security fixes |
38 | 46 | ||
39 | 3.8.1 - Development release | 47 | 3.8.1 - Development release |