]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix the names of ChaCha20-Poly1305 cipher suites in t1_trce.c.
authorDavid Benjamin <davidben@google.com>
Thu, 22 Jun 2017 03:36:19 +0000 (23:36 -0400)
committerMatt Caswell <matt@openssl.org>
Thu, 22 Jun 2017 15:43:03 +0000 (16:43 +0100)
commit32bbf777d0de7b0be90170b69fe9290096065fc9
tree3e91c4d371e569048bc5bbf2e389e0e2ec3af947
parenta69de3f2014ab55329f43633714c9c153cb5cb30
Fix the names of ChaCha20-Poly1305 cipher suites in t1_trce.c.

Per RFC 7905, the cipher suite names end in "_SHA256". The original
implementation targeted the -03 draft, but there was a -04 draft right
before the RFC was published to make the names consistent.

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3748)
ssl/t1_trce.c