PROV: Add DERlib support for RSA
authorRichard Levitte <levitte@openssl.org>
Tue, 31 Mar 2020 15:15:17 +0000 (17:15 +0200)
committerRichard Levitte <levitte@openssl.org>
Tue, 7 Apr 2020 09:16:56 +0000 (11:16 +0200)
commit6f5837dc1621882a3a9f34a2910321751ab002c2
tree1feb28fae2d573973263946023231c8baa85924e
parent1d39620b3489d957978ef038be4533300d7c4179
PROV: Add DERlib support for RSA

This replaces crypto/rsa/rsa_aid.c with new code and generated OIDs

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/11450)
crypto/rsa/build.info
crypto/rsa/rsa_aid.c [deleted file]
providers/common/der/RSA.asn1 [new file with mode: 0644]
providers/common/der/build.info [new file with mode: 0644]
providers/common/der/der_rsa.c.in [new file with mode: 0644]
providers/common/der/der_rsa.h.in [new file with mode: 0644]
providers/implementations/signature/build.info
providers/implementations/signature/rsa.c