aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2023-09-24 14:26:34 -0600
committerTheo Buehler <tb@openbsd.org>2023-09-24 14:26:34 -0600
commit9e5971d828eaeb0f03e8629bb06e2492e3f278a7 (patch)
treed33b1ab545ac95098f225dfdfb1340d628a863bc
parentef5867b4e6cd00554768644263bf4f554c703262 (diff)
downloadportable-9e5971d828eaeb0f03e8629bb06e2492e3f278a7.tar.gz
portable-9e5971d828eaeb0f03e8629bb06e2492e3f278a7.tar.bz2
portable-9e5971d828eaeb0f03e8629bb06e2492e3f278a7.zip
Update ChangeLog
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 59188fd..fefc02c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
393.8.1 - Development release 473.8.1 - Development release