Teach ASN1_item_verify_ctx() how to handle provided keys
authorMatt Caswell <matt@openssl.org>
Tue, 25 May 2021 11:38:19 +0000 (12:38 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 3 Jun 2021 16:18:57 +0000 (17:18 +0100)
commit376a8c3f46b658027e77165ecb52021b6b27b61a
tree23eacc40989586563554fdfa45341f80670e286c
parent18d9c9bf96d54948790fd59068e8d46f6194439e
Teach ASN1_item_verify_ctx() how to handle provided keys

We need to special case RSA-PSS because that uses X509_ALGOR style
parameters and we have no support for this on the provider side at this
stage.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15527)
crypto/asn1/a_verify.c