aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2022-09-27 05:04:22 -0500
committerBrent Cook <busterb@gmail.com>2022-09-27 05:04:22 -0500
commit3f96bc4c04c2425e287b411520c1237d7458c5ae (patch)
tree2430ba6a59eb163ef89a3e9ea5250de9a64b4b64
parentbf23b6b37255b232f7768555f4b6dd7153de2dce (diff)
downloadportable-3f96bc4c04c2425e287b411520c1237d7458c5ae.tar.gz
portable-3f96bc4c04c2425e287b411520c1237d7458c5ae.tar.bz2
portable-3f96bc4c04c2425e287b411520c1237d7458c5ae.zip
insert 3.5.3 release notes
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 043e825..d5c4617 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -166,6 +166,12 @@ LibreSSL Portable Release Notes:
166 - LibreSSL now uses the Baillie-PSW primality test instead of 166 - LibreSSL now uses the Baillie-PSW primality test instead of
167 Miller-Rabin . 167 Miller-Rabin .
168 168
1693.5.3 - Reliability fix
170
171 * Fix d2i_ASN1_OBJECT(). A confusion of two CBS resulted in advancing
172 the passed *der_in pointer incorrectly. Thanks to Aram Sargsyan for
173 reporting the issue and testing the fix.
174
1693.5.2 - Stable release 1753.5.2 - Stable release
170 176
171 * Bug fixes 177 * Bug fixes