]> git.ipfire.org Git - thirdparty/hostap.git/commit
BoringSSL: Set appropriate sigalgs for Suite B RSA 3K cases
authorJouni Malinen <jouni@codeaurora.org>
Mon, 19 Feb 2018 14:37:36 +0000 (16:37 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 19 Feb 2018 15:38:37 +0000 (17:38 +0200)
commitc54cc8bb1d6b134eb95924d022f9d024de77d1ce
treef66a5b0dc003573cffae5680b23c8c4fffd4d425
parentaa6de8e6b649766ed8dc60eedba3b6aa4f0c2d11
BoringSSL: Set appropriate sigalgs for Suite B RSA 3K cases

This commit takes care of the sigalg configuration using the relatively
recent SSL_CTX_set_verify_algorithm_prefs() addition from April 2017 to
address the functionality that was already there with OpenSSL using
SSL_set1_sigalgs_list().

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
src/crypto/tls_openssl.c