diff options
author | Theo Buehler <tb@openbsd.org> | 2023-11-11 11:52:05 -0700 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2023-11-11 11:52:05 -0700 |
commit | da59bdcebffb6a933ef9d59f621812ecc551c846 (patch) | |
tree | c7ed5e96059db6cd7ad9a6401267249be4c32b42 | |
parent | 0d9bb74aefb2f2054e75e90e9bfaf07882b39691 (diff) | |
download | portable-da59bdcebffb6a933ef9d59f621812ecc551c846.tar.gz portable-da59bdcebffb6a933ef9d59f621812ecc551c846.tar.bz2 portable-da59bdcebffb6a933ef9d59f621812ecc551c846.zip |
Update ChangeLog
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -41,6 +41,7 @@ LibreSSL Portable Release Notes: | |||
41 | - Fixed aliasing issues in BN_mod_exp_simple() and BN_mod_exp_recp(). | 41 | - Fixed aliasing issues in BN_mod_exp_simple() and BN_mod_exp_recp(). |
42 | - Fixed numerous misuses of X509_ALGOR_set0() resulting in leaks and | 42 | - Fixed numerous misuses of X509_ALGOR_set0() resulting in leaks and |
43 | potentially incorrect encodings. | 43 | potentially incorrect encodings. |
44 | - Fixed potential double free in X509v3_asid_add_id_or_range(). | ||
44 | 45 | ||
45 | 3.8.2 - Stable release | 46 | 3.8.2 - Stable release |
46 | 47 | ||