From: Bodo Moeller Date: Thu, 2 Oct 2014 15:58:10 +0000 (+0200) Subject: DTLS 1.2 support has been added to 1.0.2. X-Git-Tag: OpenSSL_1_0_2~232 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c578fe37d982e899f7644d041282c54b5f7f6247;p=oweals%2Fopenssl.git DTLS 1.2 support has been added to 1.0.2. Reviewed-by: Rich Salz --- 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]