From fc5e43c32b886510660c17ebfb7d78b450ceb2a3 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Wed, 3 Dec 2014 23:11:08 -0600 Subject: [PATCH] update changelog for 2.1.2 --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ChangeLog b/ChangeLog index c0b6266..0e411f8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -28,6 +28,18 @@ history is also available from Git. LibreSSL Portable Release Notes: +2.1.2 + * Added reworked GOST cipher suite support + thanks to Dmitry Eremin-Solenikov + * Enabled Camellia ciphers due to improved patent situation + * Use builtin arc4random implementation on OS X and FreeBSD + addresses some deficiencies in the native implementations, see + commit logs for more information. + * Added initial Windows mingw-w64 support + thanks to Song Dongsheng for code and comments + * Added no_ssl3/no_tls1_1/no_tls1_2 options to openssl(1) + * Many cleanups + 2.1.1 * Address POODLE attack by disabling SSLv3 by default * Fix Eliptical Curve cipher selection bug