summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Moeller <bodo@openssl.org>2014-10-02 17:58:10 +0200
committerBodo Moeller <bodo@openssl.org>2014-10-02 17:58:10 +0200
commitc578fe37d982e899f7644d041282c54b5f7f6247 (patch)
treeaff0f415c9deca0085c124882b357c63ab630fc3 /CHANGES
parenta4ee5bbc77fb322e9b7553e908e9a1ddb723c717 (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--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 1abff63983..dc2a81afe7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -52,6 +52,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]