Support converting cipher name to RFC name and vice versa
authorPaul Yang <yang.yang@baishancloud.com>
Thu, 29 Jun 2017 19:06:19 +0000 (03:06 +0800)
committerPauli <paul.dale@oracle.com>
Thu, 20 Jul 2017 21:20:14 +0000 (07:20 +1000)
Fixes: issue #3747
make SSL_CIPHER_standard_name globally available and introduce a new
function OPENSSL_cipher_name.

A new option '-convert' is also added to 'openssl ciphers' app.

Documentation and test cases are added.

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/3859)


No differences found