]> git.ipfire.org Git - thirdparty/openssl.git/commit
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 22:29:31 +0000 (15:29 -0700)
commit25fa346e906c4f487727cfebd5a40740709e677b
tree0fb0b8d60c3b36f4f7928c1f9ce227c75ee8daa0
parentd5242203692812a57b2012083822f0c818ca55c1
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>
(cherry picked from commit 231849bc9ca69dfd3adf40821421d8e2d804d8e8)

(Merged from https://github.com/openssl/openssl/pull/13280)
ssl/s3_lib.c