diff options
author | Bodo Möller <bodo@openssl.org> | 2002-07-04 10:51:09 +0200 |
---|---|---|
committer | Bodo Möller <bodo@openssl.org> | 2002-07-04 10:51:09 +0200 |
commit | ea4f109c99955c5119258c90c9ecd78623cf180e (patch) | |
tree | aa23c4f75d28eeaf081ab6a41adb0352c4c732b5 /NEWS | |
parent | README and INSTALL should contain information about the request tracker (diff) | |
download | openssl-ea4f109c99955c5119258c90c9ecd78623cf180e.tar.xz openssl-ea4f109c99955c5119258c90c9ecd78623cf180e.zip |
AES cipher suites are now official (RFC3268)
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ o SSL/TLS: support Kerberos cipher suites (RFC2712). o SSL/TLS: allow more precise control of renegotiations and sessions. o SSL/TLS: add callback to retrieve SSL/TLS messages. - o SSL/TLS: add draft AES ciphersuites (disabled unless explicitly requested). + o SSL/TLS: support AES cipher suites (RFC3268). Major changes between OpenSSL 0.9.6c and OpenSSL 0.9.6d: |