diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2012-03-14 14:44:57 +0100 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2012-03-14 14:44:57 +0100 |
commit | 61ad8262a066aa0953df3cc84031390c0a903a28 (patch) | |
tree | cc58bb29596964f04e43d028017cf824cfa03013 /NEWS | |
parent | ghash-x86.pl: omit unreferenced rem_8bit from no-sse2 build. (diff) | |
download | openssl-61ad8262a066aa0953df3cc84031390c0a903a28.tar.xz openssl-61ad8262a066aa0953df3cc84031390c0a903a28.zip |
update FAQ, NEWS
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -5,6 +5,19 @@ This file gives a brief overview of the major changes between each OpenSSL release. For more details please read the CHANGES file. + Major changes between OpenSSL 1.0.0h and OpenSSL 1.0.1: + + o TLS/DTLS heartbeat support. + o SCTP support. + o RFC 5705 TLS key material exporter. + o RFC 5764 DTLS-SRTP negotiation. + o Next Protocol Negotiation. + o PSS signatures in certificates, requests and CRLs. + o Support for password based recipient info for CMS. + o Support TLS v1.2 and TLS v1.1. + o Preliminary FIPS capability for unvalidated 2.0 FIPS module. + o SRP support. + Major changes between OpenSSL 1.0.0g and OpenSSL 1.0.0h: o Fix for CMS/PKCS#7 MMA CVE-2012-0884 |