diff options
author | Brent Cook <bcook@openbsd.org> | 2014-10-15 22:28:34 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2014-10-15 22:28:34 -0500 |
commit | 04bb7a665dd7e9d1bc4d18f40e46889a9dea6e40 (patch) | |
tree | 7f415ae37bd55bf28e4799ad37ce189e062ecb03 | |
parent | a007fb9d5344cb52244d013fd80938a0509e739c (diff) | |
download | portable-04bb7a665dd7e9d1bc4d18f40e46889a9dea6e40.tar.gz portable-04bb7a665dd7e9d1bc4d18f40e46889a9dea6e40.tar.bz2 portable-04bb7a665dd7e9d1bc4d18f40e46889a9dea6e40.zip |
update with 2.1.1 changes
ok beck@
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -28,6 +28,11 @@ history is also available from Git. | |||
28 | 28 | ||
29 | LibreSSL Portable Release Notes: | 29 | LibreSSL Portable Release Notes: |
30 | 30 | ||
31 | 2.1.1 | ||
32 | * Address POODLE attack by disabling SSLv3 by default | ||
33 | * Fix Eliptical Curve cipher selection bug | ||
34 | (https://github.com/libressl-portable/portable/issues/35) | ||
35 | |||
31 | 2.1.0 - First release from the OpenBSD 5.7 tree | 36 | 2.1.0 - First release from the OpenBSD 5.7 tree |
32 | * Added support for automatic ephemeral EC keys | 37 | * Added support for automatic ephemeral EC keys |
33 | * Fixes for many memory leaks and overflows in error handlers | 38 | * Fixes for many memory leaks and overflows in error handlers |