PROV: Refactor the RSA DER support
authorRichard Levitte <levitte@openssl.org>
Sat, 2 May 2020 11:25:52 +0000 (13:25 +0200)
committerRichard Levitte <levitte@openssl.org>
Thu, 14 May 2020 10:16:35 +0000 (12:16 +0200)
commit36a2a551d7dd5628a3533f7f23b1f3827f9535f7
tree1ff09f9dc5a1728e760a7d4b9f451e3db2a3535b
parent2275ff656c6d2043b40663686ec6627613d68318
PROV: Refactor the RSA DER support

We separate out the NIST arc OIDs to a separate file, so it can be
re-used, and also the DIGEST OIDs.

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/11710)
providers/common/der/DIGESTS.asn1 [new file with mode: 0644]
providers/common/der/NIST.asn1 [new file with mode: 0644]
providers/common/der/RSA.asn1
providers/common/der/build.info
providers/common/der/der_digests.c.in [new file with mode: 0644]
providers/common/der/der_digests.h.in [new file with mode: 0644]
providers/common/der/der_rsa.c.in
providers/common/der/der_rsa.h.in