Allow RSA certificates to be used for RSA-PSS
authorDr. Stephen Henson <steve@openssl.org>
Thu, 14 Sep 2017 13:53:52 +0000 (14:53 +0100)
committerDr. Stephen Henson <steve@openssl.org>
Wed, 20 Sep 2017 11:50:23 +0000 (12:50 +0100)
commitb46867d771a5e08bbee450d73ff332388b93df96
tree824a6b5ae60c1a074f049a9db5e6c09069f7f6f1
parent045d078aefdf8d5b077485630bfd21b09980d2ec
Allow RSA certificates to be used for RSA-PSS

Allo RSA certificate to be used for RSA-PSS signatures: this needs
to be explicit because RSA and RSA-PSS certificates are now distinct
types.

Reviewed-by: Ben Kaduk <kaduk@mit.edu>
(Merged from https://github.com/openssl/openssl/pull/4368)
ssl/t1_lib.c