Changeset 69434 in vbox for trunk/src/VBox/Runtime/common/asn1
- Timestamp:
- Oct 27, 2017 3:48:25 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 118769
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/asn1/oiddb.cfg
r69111 r69434 3 3 # OID names. 4 4 # 5 # This is processed by oid2c.cpp and turned into a database which 5 # This is processed by oid2c.cpp and turned into a database which 6 6 # the ASN.1 dumper code is using. 7 7 # 8 8 # Two formats here: 9 # 1. Simple: 9 # 1. Simple: 10 10 # <ODI> = <name> 11 11 # 2. The dumpasn1.cfg one: … … 13 13 # <other stuff> = <ignored> 14 14 # Description = <Description> 15 # 15 # 16 16 # The file doesn't need to be sorted, but we keep it sorted to make it 17 17 # simpler to insert new OIDs and spot bugs. … … 40 40 41 41 42 1.2.840 = usa 43 1.2.840.113549 = rsadsi 44 1.2.840.113549.1 = pkcs 45 1.2.840.113549.1.1 = pkcs1 46 1.2.840.113549.1.1.1 = pkcs1-RsaEncryption 47 1.2.840.113549.1.1.2 = pkcs1-Md2WithRsaEncryption 48 1.2.840.113549.1.1.3 = pkcs1-Md4WithRsaEncryption 49 1.2.840.113549.1.1.4 = pkcs1-Md5WithRsaEncryption 50 1.2.840.113549.1.1.5 = pkcs1-Sha1WithRsaEncryption 51 1.2.840.113549.1.1.10 = pkcs1-RsaPss 52 1.2.840.113549.1.1.11 = pkcs1-Sha256WithRsaEncryption 53 1.2.840.113549.1.1.12 = pkcs1-Sha384WithRsaEncryption 54 1.2.840.113549.1.1.13 = pkcs1-Sha512WithRsaEncryption 55 1.2.840.113549.1.1.14 = pkcs1-Sha224WithRsaEncryption 56 1.2.840.113549.1.7 = pkcs7 57 1.2.840.113549.1.7.1 = pkcs7-data 58 1.2.840.113549.1.7.2 = pkcs7-signedData 59 1.2.840.113549.1.7.3 = pkcs7-envelopedData 60 1.2.840.113549.1.7.4 = pkcs7-signedAndEnvelopedData 61 1.2.840.113549.1.7.5 = pkcs7-digestedData 62 1.2.840.113549.1.7.6 = pkcs7-encryptedData 63 1.2.840.113549.1.9 = pkcs9 64 1.2.840.113549.1.9.1 = pkcs9-EMailAddress 65 1.2.840.113549.1.9.2 = pkcs9-UntrustedName 66 1.2.840.113549.1.9.3 = pkcs9-ContentType 67 1.2.840.113549.1.9.4 = pkcs9-MessageDigest 68 1.2.840.113549.1.9.5 = pkcs9-SigningTime 69 1.2.840.113549.1.9.6 = pkcs9-CounterSignature 70 1.2.840.113549.1.9.7 = pkcs9-challengePassword 71 1.2.840.113549.1.9.8 = pkcs9-UnstructuredAddress 72 1.2.840.113549.1.9.9 = pkcs9-ExtendedCertificateAttributes 73 1.2.840.113549.1.9.13 = pkcs9-SigningDescription 74 1.2.840.113549.1.9.14 = pkcs9-ExtensionRequest 75 1.2.840.113549.1.9.15 = pkcs9-SMimeCapabilities 42 1.2.840 = usa 43 1.2.840.113549 = rsadsi 44 1.2.840.113549.1 = pkcs 45 1.2.840.113549.1.1 = pkcs1 46 1.2.840.113549.1.1.1 = pkcs1-RsaEncryption 47 1.2.840.113549.1.1.2 = pkcs1-Md2WithRsaEncryption 48 1.2.840.113549.1.1.3 = pkcs1-Md4WithRsaEncryption 49 1.2.840.113549.1.1.4 = pkcs1-Md5WithRsaEncryption 50 1.2.840.113549.1.1.5 = pkcs1-Sha1WithRsaEncryption 51 1.2.840.113549.1.1.10 = pkcs1-RsaPss 52 1.2.840.113549.1.1.11 = pkcs1-Sha256WithRsaEncryption 53 1.2.840.113549.1.1.12 = pkcs1-Sha384WithRsaEncryption 54 1.2.840.113549.1.1.13 = pkcs1-Sha512WithRsaEncryption 55 1.2.840.113549.1.1.14 = pkcs1-Sha224WithRsaEncryption 56 1.2.840.113549.1.7 = pkcs7 57 1.2.840.113549.1.7.1 = pkcs7-data 58 1.2.840.113549.1.7.2 = pkcs7-signedData 59 1.2.840.113549.1.7.3 = pkcs7-envelopedData 60 1.2.840.113549.1.7.4 = pkcs7-signedAndEnvelopedData 61 1.2.840.113549.1.7.5 = pkcs7-digestedData 62 1.2.840.113549.1.7.6 = pkcs7-encryptedData 63 1.2.840.113549.1.9 = pkcs9 64 1.2.840.113549.1.9.1 = pkcs9-EMailAddress 65 1.2.840.113549.1.9.2 = pkcs9-UntrustedName 66 1.2.840.113549.1.9.3 = pkcs9-ContentType 67 1.2.840.113549.1.9.4 = pkcs9-MessageDigest 68 1.2.840.113549.1.9.5 = pkcs9-SigningTime 69 1.2.840.113549.1.9.6 = pkcs9-CounterSignature 70 1.2.840.113549.1.9.7 = pkcs9-challengePassword 71 1.2.840.113549.1.9.8 = pkcs9-UnstructuredAddress 72 1.2.840.113549.1.9.9 = pkcs9-ExtendedCertificateAttributes 73 1.2.840.113549.1.9.13 = pkcs9-SigningDescription 74 1.2.840.113549.1.9.14 = pkcs9-ExtensionRequest 75 1.2.840.113549.1.9.15 = pkcs9-SMimeCapabilities 76 76 1.2.840.113549.1.9.16 = pkcs9-SMime 77 77 1.2.840.113549.1.9.16.1 = pkcs9-SMime-ct
Note:
See TracChangeset
for help on using the changeset viewer.