update changelog

This commit is contained in:
Brent Cook 2016-06-06 05:03:27 -05:00
parent 5b39a35bf8
commit bff756ef62

View File

@ -28,6 +28,15 @@ history is also available from Git.
LibreSSL Portable Release Notes:
2.3.6 - Security fix
* Correct a problem that prevents the DSA signing algorithm from
running in constant time even if the flag BN_FLG_CONSTTIME is set.
This issue was reported by Cesar Pereida (Aalto University), Billy
Brumley (Tampere University of Technology), and Yuval Yarom (The
University of Adelaide and NICTA). The fix was developed by Cesar
Pereida.
2.3.5 - Reliability fix
* Fixed an error in libcrypto when parsing some ASN.1 elements > 16k.