Unify ssl3_get_cipher_by_std_name() implementation
authorBenjamin Kaduk <bkaduk@akamai.com>
Sun, 27 Sep 2020 22:01:12 +0000 (15:01 -0700)
committerBenjamin Kaduk <bkaduk@akamai.com>
Thu, 29 Oct 2020 20:10:51 +0000 (13:10 -0700)
commit231849bc9ca69dfd3adf40821421d8e2d804d8e8
tree92d899089d7bb0341116c2888cfff060424def7c
parentfcf6e9d056162d5af64c6f7209388a5c3be2ce57
Unify ssl3_get_cipher_by_std_name() implementation

The handling for the SCSVs was the same as for regular ciphers;
just merge them into the same table-driven handler.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/13010)
ssl/s3_lib.c