]> granicus.if.org Git - openssl/commit
Ignore PKCS1 based sig algs in TLSv1.3
authorMatt Caswell <matt@openssl.org>
Fri, 30 Dec 2016 14:08:19 +0000 (14:08 +0000)
committerMatt Caswell <matt@openssl.org>
Tue, 10 Jan 2017 23:02:50 +0000 (23:02 +0000)
commit523fb3233a6d8b2e298ac4975765a8e56a116a36
treee3c0e5b96f812389a02185678b57b631a9dd1fe8
parent049043127209a4a1846a1c0fcc56eff601c41be2
Ignore PKCS1 based sig algs in TLSv1.3

In TLSv1.3 we must use PSS based sig algs for RSA signing. Ignore any
shared sig algs which are PKCS1 based.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2157)
ssl/t1_lib.c