Fix the names of older ciphers.
authorDavid Benjamin <davidben@google.com>
Mon, 31 Jul 2017 13:11:18 +0000 (09:11 -0400)
committerRich Salz <rsalz@openssl.org>
Mon, 31 Jul 2017 13:11:18 +0000 (09:11 -0400)
commitee1ed1d380f1bd3508186ddf78de678a7072f115
tree60cb9bcbc5f25a65b0368d141e14d5d81ea37aa8
parentf978f2b8af576ed1d9409de440b5c1f97ac0e7ab
Fix the names of older ciphers.

The names of these ciphers have an "SSL_" prefix, but the RFC names use
"TLS_":
https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#tls-parameters-4

This dates back to these ciphers being originally defined in SSLv3. As
SSLv3 is on its way out anyway and this is a new set of APIs,
consistently use the TLS names.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4007)
doc/man3/SSL_CIPHER_get_name.pod
include/openssl/ssl3.h
ssl/t1_trce.c
test/ciphername_test.c