aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2014-12-03 23:11:08 -0600
committerBrent Cook <bcook@openbsd.org>2014-12-03 23:11:08 -0600
commitfc5e43c32b886510660c17ebfb7d78b450ceb2a3 (patch)
treed4772463ec7216e7e05a0301678093854aed3025
parenta19dd0e61b158f58d5375172bbb367b02371060d (diff)
downloadportable-fc5e43c32b886510660c17ebfb7d78b450ceb2a3.tar.gz
portable-fc5e43c32b886510660c17ebfb7d78b450ceb2a3.tar.bz2
portable-fc5e43c32b886510660c17ebfb7d78b450ceb2a3.zip
update changelog for 2.1.2
-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