Allow ChaCha20-Poly1305 in DTLS
authorRich Salz <rsalz@akamai.com>
Fri, 11 Dec 2015 19:48:09 +0000 (14:48 -0500)
committerRich Salz <rsalz@akamai.com>
Fri, 11 Dec 2015 19:48:09 +0000 (14:48 -0500)
commit777f482d993322d69025014bf1b99c270c978fc0
treea78f68f7d5f046b8eb30e3f679465a36057b5c6c
parent94d61512360c4d16762a13e27fcad39ca4f5e506
Allow ChaCha20-Poly1305 in DTLS

GCM and CCM are modes of operation for block ciphers only. ChaCha20-Poly1305
operates in neither of them but it is AEAD. This change also enables future
AEAD ciphers to be available for use with DTLS.

Signed-off-by: Rich Salz <rsalz@akamai.com>
Reviewed-by: Matt Caswell <matt@openssl.org>
ssl/statem/statem_dtls.c