summaryrefslogtreecommitdiffstats
path: root/providers/common/der/RSA.asn1
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2021-04-14 16:35:28 +0200
committerTomas Mraz <tomas@openssl.org>2021-04-15 18:09:37 +0200
commita56fcf20da9e2bbc73aa3cf503204bdb44cb023f (patch)
tree9f04ad6944ca3b36cda4200903ad3f3b339d6866 /providers/common/der/RSA.asn1
parentddf0d149e2fd0d894eec08f7237f5a686fc85575 (diff)
Add OID for mdc2WithRSASignature and remove related TODO 3.0
Fixes #14366 Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14874)
Diffstat (limited to 'providers/common/der/RSA.asn1')
-rw-r--r--providers/common/der/RSA.asn16
1 files changed, 5 insertions, 1 deletions
diff --git a/providers/common/der/RSA.asn1 b/providers/common/der/RSA.asn1
index 6ba99daa7c..e3cd714d1c 100644
--- a/providers/common/der/RSA.asn1
+++ b/providers/common/der/RSA.asn1
@@ -69,10 +69,14 @@ 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.
+-- md5_sha1 has been omitted as it does not look like valid entry.
md4WithRSAEncryption OBJECT IDENTIFIER ::= { pkcs-1 3 }
ripemd160WithRSAEncryption OBJECT IDENTIFIER ::= {
iso(1) identified-organization(3) teletrust(36) algorithm(3) signatureAlgorithm(3) rsaSignature(1) 2
}
+
+mdc2WithRSASignature OBJECT IDENTIFIER ::= {
+ iso(1) identified-organization(3) oiw(14) secsig(3) algorithms(2) mdc2WithRSASignature(14)
+}