summaryrefslogtreecommitdiffstats
path: root/providers/common/der/RSA.asn1
diff options
context:
space:
mode:
authorShane Lontis <shane.lontis@oracle.com>2020-05-01 10:31:27 +1000
committerShane Lontis <shane.lontis@oracle.com>2020-05-07 15:36:02 +1000
commit3bf26eb335a0b4613fa1dd844afb146ba0b8b959 (patch)
tree57220167edb35756a4be669de0f6fc4b61e4751a /providers/common/der/RSA.asn1
parent5e77b79a8c47f0801f656cfccfcbaaa3ca1035b4 (diff)
Add OIDS for md4 and ripemd160 to der_rsa
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/11696)
Diffstat (limited to 'providers/common/der/RSA.asn1')
-rw-r--r--providers/common/der/RSA.asn111
1 files changed, 11 insertions, 0 deletions
diff --git a/providers/common/der/RSA.asn1 b/providers/common/der/RSA.asn1
index 7bce636029..66511be50e 100644
--- a/providers/common/der/RSA.asn1
+++ b/providers/common/der/RSA.asn1
@@ -86,3 +86,14 @@ id-rsassa-pkcs1-v1_5-with-sha3-224 OBJECT IDENTIFIER ::= { sigAlgs 13 }
id-rsassa-pkcs1-v1_5-with-sha3-256 OBJECT IDENTIFIER ::= { sigAlgs 14 }
id-rsassa-pkcs1-v1_5-with-sha3-384 OBJECT IDENTIFIER ::= { sigAlgs 15 }
id-rsassa-pkcs1-v1_5-with-sha3-512 OBJECT IDENTIFIER ::= { sigAlgs 16 }
+
+
+-- -------------------------------------------------------------------
+-- These OID's exist in the codebase but may need to be deprecated at some point.
+-- mdc2 and md5_sha1 have been omitted as they do not look like valid entries.
+
+md4WithRSAEncryption OBJECT IDENTIFIER ::= { pkcs-1 3 }
+
+ripemd160WithRSAEncryption OBJECT IDENTIFIER ::= {
+ iso(1) identified-organization(3) teletrust(36) algorithm(3) signatureAlgorithm(3) rsaSignature(1) 2
+}