summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Moeller <bodo@openssl.org>2014-10-02 17:56:40 +0200
committerBodo Moeller <bodo@openssl.org>2014-10-02 17:56:40 +0200
commit429a25b97dd83b55a821629cd6e3ef1f80eb7a8a (patch)
treef7648db57c0b80450674f33c06d279d9ea36992b /CHANGES
parentae4af7a067531245c20f032afe61a68d60d39d11 (diff)
DTLS 1.2 support has been added to 1.0.2.
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES10
1 files changed, 5 insertions, 5 deletions
diff --git a/CHANGES b/CHANGES
index e53d186ce2..f67fe39367 100644
--- a/CHANGES
+++ b/CHANGES
@@ -74,11 +74,6 @@
MGF1 digest and OAEP label.
[Steve Henson]
- *) Support for DTLS 1.2. This adds two sets of DTLS methods: DTLS_*_method()
- supports both DTLS 1.2 and 1.0 and should use whatever version the peer
- supports and DTLSv1_2_*_method() which supports DTLS 1.2 only.
- [Steve Henson]
-
*) Make openssl verify return errors.
[Chris Palmer <palmer@google.com> and Ben Laurie]
@@ -358,6 +353,11 @@
This work was sponsored by Intel Corp.
[Andy Polyakov]
+ *) Support for DTLS 1.2. This adds two sets of DTLS methods: DTLS_*_method()
+ supports both DTLS 1.2 and 1.0 and should use whatever version the peer
+ supports and DTLSv1_2_*_method() which supports DTLS 1.2 only.
+ [Steve Henson]
+
*) Use algorithm specific chains in SSL_CTX_use_certificate_chain_file():
this fixes a limiation in previous versions of OpenSSL.
[Steve Henson]