summaryrefslogtreecommitdiffstats
path: root/crypto/objects/obj_xref.txt
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2006-04-18 23:36:07 +0000
committerDr. Stephen Henson <steve@openssl.org>2006-04-18 23:36:07 +0000
commitd20270980852968fcd8279f9c22d095935eca580 (patch)
tree4f1c614d0c45f04a4ad456c2c1f4ecc6db317ae3 /crypto/objects/obj_xref.txt
parent51ff0abb05d3e0e71b6666032b777c2c1f3fe5f1 (diff)
Add OID cross reference table.
Fix some typos in GOST OIDs. Update dependencies.
Diffstat (limited to 'crypto/objects/obj_xref.txt')
-rw-r--r--crypto/objects/obj_xref.txt33
1 files changed, 33 insertions, 0 deletions
diff --git a/crypto/objects/obj_xref.txt b/crypto/objects/obj_xref.txt
new file mode 100644
index 0000000000..a90e0c51c8
--- /dev/null
+++ b/crypto/objects/obj_xref.txt
@@ -0,0 +1,33 @@
+# OID cross reference table.
+# Links signatures OIDs to their corresponding public key algorithms
+# and digests.
+
+md2WithRSAEncryption md2 rsaEncryption
+md5WithRSAEncryption md5 rsaEncryption
+shaWithRSAEncryption sha rsaEncryption
+sha1WithRSAEncryption sha1 rsaEncryption
+md4WithRSAEncryption md4 rsaEncryption
+sha256WithRSAEncryption sha256 rsaEncryption
+sha384WithRSAEncryption sha384 rsaEncryption
+sha512WithRSAEncryption sha512 rsaEncryption
+sha224WithRSAEncryption sha224 rsaEncryption
+mdc2WithRSA mdc2 rsaEncryption
+ripemd160WithRSA ripemd160 rsaEncryption
+
+# Alternative deprecated OIDs. By using the older "rsa" OID this
+# type will be recognized by not normally used.
+
+md5WithRSA md5 rsa
+sha1WithRSA sha1 rsa
+
+dsaWithSHA sha dsa
+dsaWithSHA1 sha1 dsa
+
+dsaWithSHA1_2 sha1 dsa_2
+
+ecdsa_with_SHA1 sha1 X9_62_id_ecPublicKey
+
+id_GostR3411_94_with_GostR3410_2001 id_GostR3411_94 id_GostR3410_2001
+id_GostR3411_94_with_GostR3410_94 id_GostR3411_94 id_GostR3410_94
+id_GostR3411_94_with_GostR3410_94_cc id_GostR3411_94 id_GostR3410_94_cc
+id_GostR3411_94_with_GostR3410_2001_cc id_GostR3411_94 id_GostR3410_2001_cc