]> git.ipfire.org Git - thirdparty/openssl.git/commit
Check that Signature Algorithms are available before using them
authorMatt Caswell <matt@openssl.org>
Fri, 1 May 2020 16:41:25 +0000 (17:41 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 5 Jun 2020 09:31:06 +0000 (10:31 +0100)
commit263ff2c9d4c88f19133d21d9956d71edd7401d54
tree167ce57291d3476481ad230703bde7dcd1ef8f83
parenteca471391378139f76a7d1229b6a5a1dcc4b5603
Check that Signature Algorithms are available before using them

We should confirm that Signature Algorithms are actually available
through the loaded providers before we offer or select them.

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/11834)
ssl/ssl_lib.c
ssl/ssl_local.h
ssl/t1_lib.c