insert 3.5.3 release notes

This commit is contained in:
Brent Cook 2022-09-27 05:04:22 -05:00
parent 379b2f843b
commit 6be2433afc

View File

@ -166,6 +166,12 @@ LibreSSL Portable Release Notes:
- LibreSSL now uses the Baillie-PSW primality test instead of
Miller-Rabin .
3.5.3 - Reliability fix
* Fix d2i_ASN1_OBJECT(). A confusion of two CBS resulted in advancing
the passed *der_in pointer incorrectly. Thanks to Aram Sargsyan for
reporting the issue and testing the fix.
3.5.2 - Stable release
* Bug fixes