aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c0b6266..0e411f8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -28,6 +28,18 @@ history is also available from Git.
28 28
29LibreSSL Portable Release Notes: 29LibreSSL Portable Release Notes:
30 30
312.1.2
32 * Added reworked GOST cipher suite support
33 thanks to Dmitry Eremin-Solenikov
34 * Enabled Camellia ciphers due to improved patent situation
35 * Use builtin arc4random implementation on OS X and FreeBSD
36 addresses some deficiencies in the native implementations, see
37 commit logs for more information.
38 * Added initial Windows mingw-w64 support
39 thanks to Song Dongsheng for code and comments
40 * Added no_ssl3/no_tls1_1/no_tls1_2 options to openssl(1)
41 * Many cleanups
42
312.1.1 432.1.1
32 * Address POODLE attack by disabling SSLv3 by default 44 * Address POODLE attack by disabling SSLv3 by default
33 * Fix Eliptical Curve cipher selection bug 45 * Fix Eliptical Curve cipher selection bug