DTLS 1.2 support has been added to 1.0.2.
authorBodo Moeller <bodo@openssl.org>
Thu, 2 Oct 2014 15:58:10 +0000 (17:58 +0200)
committerBodo Moeller <bodo@openssl.org>
Thu, 2 Oct 2014 15:58:10 +0000 (17:58 +0200)
Reviewed-by: Rich Salz <rsalz@openssl.org>
CHANGES

diff --git a/CHANGES b/CHANGES
index 1abff63983fbb4440f286f1db467276c242d9781..dc2a81afe7badf42bad5ddd19323b77d61088bc3 100644 (file)
--- a/CHANGES
+++ b/CHANGES
      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]