commit | d2f068e071bc4cb9b672dbf0a64ed816cd0560d4 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Tue Aug 27 21:19:20 2013 +0200 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Tue Aug 27 21:19:20 2013 +0200 |
tree | b84fb68025a5dbf4d954cd7ce10c8f8ad3f0f26a | |
parent | fb08fd2e23536bf60ab92fd87717b52edc86d1fc [diff] [blame] |
Ability to enable / disable SSL v3 / TLS 1.0 / TLS 1.1 / TLS 1.2 individually
diff --git a/ChangeLog b/ChangeLog index 505d90a..1a94b45 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -20,6 +20,8 @@ * Support for session tickets (RFC 5077) Changes + * Ability to enable / disable SSL v3 / TLS 1.0 / TLS 1.1 / TLS 1.2 + individually * Introduced separate SSL Ciphersuites module that is based on Cipher and MD information * Internals for SSL module adapted to have separate IV pointer that is