aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Kaduk <bkaduk@akamai.com>2016-03-07 18:00:03 -0600
committerRich Salz <rsalz@openssl.org>2016-03-08 09:04:00 -0500
commit8f675b6e98087d5be05cc3ceb9af97cae18bd3e5 (patch)
tree55d9e6f36e07fa89f79e23d62c17aae1335f7b83
parent817cd0d52f0462039d1fe60462150be7f59d2002 (diff)
downloadopenssl-8f675b6e98087d5be05cc3ceb9af97cae18bd3e5.zip
openssl-8f675b6e98087d5be05cc3ceb9af97cae18bd3e5.tar.gz
openssl-8f675b6e98087d5be05cc3ceb9af97cae18bd3e5.tar.bz2
GH815: The ChaCha20/Poly1305 codepoints are official
CCA8, CCA9, CCAA, CCAB, CCAC, CCAD, and CCAE are now present in https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml so remove the "as per draft-ietf-tls-chacha20-poly1305-03" note accordingly. Signed-off-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org>
-rw-r--r--ssl/s3_lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/s3_lib.c b/ssl/s3_lib.c
index 134c7e6..51fb161 100644
--- a/ssl/s3_lib.c
+++ b/ssl/s3_lib.c
@@ -2808,7 +2808,7 @@ static const SSL_CIPHER ssl3_ciphers[] = {
},
#if !defined(OPENSSL_NO_CHACHA) && !defined(OPENSSL_NO_POLY1305)
# ifndef OPENSSL_NO_EC
- /* Cipher CCA8 as per draft-ietf-tls-chacha20-poly1305-03 */
+ /* Cipher CCA8 */
{
1,
TLS1_TXT_ECDHE_RSA_WITH_CHACHA20_POLY1305,