Add SSL_CIPHER_description() for Chacha20/Poly1305
authorMatt Caswell <matt@openssl.org>
Thu, 17 Dec 2015 10:01:14 +0000 (10:01 +0000)
committerMatt Caswell <matt@openssl.org>
Thu, 17 Dec 2015 13:45:23 +0000 (13:45 +0000)
commit0d3587c7fcb45dbf111721ade1ccc2abf9dc3934
tree7ea7527a7ba968cbeaff4343fd5f7f8676558acf
parentff8428561a4fa89423862f532436a9b109369d53
Add SSL_CIPHER_description() for Chacha20/Poly1305

SSL_CIPHER_description() was returning "unknown" for the encryption
in the new ChaCha20/Poly1305 TLS ciphersuites.

RT#4183

Reviewed-by: Richard Levitte <levitte@openssl.org>
ssl/ssl_ciph.c