diff options
author | Brent Cook <busterb@gmail.com> | 2022-09-27 05:04:22 -0500 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2022-10-24 19:33:10 -0500 |
commit | 6be2433afcbe8ed12e94cd674ca5675b6163bea8 (patch) | |
tree | 971dd232c9615dbf6720d6225ae93be53b3d92b3 | |
parent | 379b2f843b6e03c1d4785157cb15a0f5cd89b156 (diff) | |
download | portable-6be2433afcbe8ed12e94cd674ca5675b6163bea8.tar.gz portable-6be2433afcbe8ed12e94cd674ca5675b6163bea8.tar.bz2 portable-6be2433afcbe8ed12e94cd674ca5675b6163bea8.zip |
insert 3.5.3 release notes
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 | ||
169 | 3.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 | |||
169 | 3.5.2 - Stable release | 175 | 3.5.2 - Stable release |
170 | 176 | ||
171 | * Bug fixes | 177 | * Bug fixes |