1238384Sjkim# OID cross reference table.
2238384Sjkim# Links signatures OIDs to their corresponding public key algorithms
3238384Sjkim# and digests.
4238384Sjkim
5238384Sjkimmd2WithRSAEncryption	md2	rsaEncryption
6238384Sjkimmd5WithRSAEncryption	md5	rsaEncryption
7238384SjkimshaWithRSAEncryption	sha	rsaEncryption
8238384Sjkimsha1WithRSAEncryption	sha1	rsaEncryption
9238384Sjkimmd4WithRSAEncryption	md4	rsaEncryption
10238384Sjkimsha256WithRSAEncryption sha256	rsaEncryption
11238384Sjkimsha384WithRSAEncryption	sha384	rsaEncryption
12238384Sjkimsha512WithRSAEncryption	sha512	rsaEncryption
13238384Sjkimsha224WithRSAEncryption	sha224	rsaEncryption
14238384Sjkimmdc2WithRSA		mdc2	rsaEncryption
15238384Sjkimripemd160WithRSA	ripemd160 rsaEncryption
16238384Sjkim# For PSS the digest algorithm can vary and depends on the included
17238384Sjkim# AlgorithmIdentifier. The digest "undef" indicates the public key
18238384Sjkim# method should handle this explicitly.
19238384SjkimrsassaPss		undef	rsaEncryption
20238384Sjkim
21238384Sjkim# Alternative deprecated OIDs. By using the older "rsa" OID this
22238384Sjkim# type will be recognized by not normally used.
23238384Sjkim
24238384Sjkimmd5WithRSA		md5	rsa
25238384Sjkimsha1WithRSA		sha1	rsa
26238384Sjkim
27238384SjkimdsaWithSHA		sha	dsa
28238384SjkimdsaWithSHA1		sha1	dsa
29238384Sjkim
30238384SjkimdsaWithSHA1_2		sha1	dsa_2
31238384Sjkim
32238384Sjkimecdsa_with_SHA1		sha1	X9_62_id_ecPublicKey
33238384Sjkimecdsa_with_SHA224	sha224	X9_62_id_ecPublicKey
34238384Sjkimecdsa_with_SHA256	sha256	X9_62_id_ecPublicKey
35238384Sjkimecdsa_with_SHA384	sha384	X9_62_id_ecPublicKey
36238384Sjkimecdsa_with_SHA512	sha512	X9_62_id_ecPublicKey
37238384Sjkimecdsa_with_Recommended	undef	X9_62_id_ecPublicKey
38238384Sjkimecdsa_with_Specified	undef	X9_62_id_ecPublicKey
39238384Sjkim
40238384Sjkimdsa_with_SHA224		sha224	dsa
41238384Sjkimdsa_with_SHA256		sha256	dsa
42238384Sjkim
43238384Sjkimid_GostR3411_94_with_GostR3410_2001	id_GostR3411_94 id_GostR3410_2001
44238384Sjkimid_GostR3411_94_with_GostR3410_94	id_GostR3411_94 id_GostR3410_94
45238384Sjkimid_GostR3411_94_with_GostR3410_94_cc	id_GostR3411_94 id_GostR3410_94_cc
46238384Sjkimid_GostR3411_94_with_GostR3410_2001_cc	id_GostR3411_94 id_GostR3410_2001_cc
47