1 | # $Id: oiddb.cfg 93115 2022-01-01 11:31:46Z vboxsync $
|
---|
2 | ## @file
|
---|
3 | # OID names.
|
---|
4 | #
|
---|
5 | # This is processed by oid2c.cpp and turned into a database which
|
---|
6 | # the ASN.1 dumper code is using.
|
---|
7 | #
|
---|
8 | # Two formats here:
|
---|
9 | # 1. Simple:
|
---|
10 | # <ODI> = <name>
|
---|
11 | # 2. The dumpasn1.cfg one:
|
---|
12 | # ODI = <ODI>
|
---|
13 | # <other stuff> = <ignored>
|
---|
14 | # Description = <Description>
|
---|
15 | #
|
---|
16 | # The file doesn't need to be sorted, but we keep it sorted to make it
|
---|
17 | # simpler to insert new OIDs and spot bugs.
|
---|
18 | #
|
---|
19 |
|
---|
20 | #
|
---|
21 | # Copyright (C) 2006-2022 Oracle Corporation
|
---|
22 | #
|
---|
23 | # This file is part of VirtualBox Open Source Edition (OSE), as
|
---|
24 | # available from http://www.virtualbox.org. This file is free software;
|
---|
25 | # you can redistribute it and/or modify it under the terms of the GNU
|
---|
26 | # General Public License (GPL) as published by the Free Software
|
---|
27 | # Foundation, in version 2 as it comes in the "COPYING" file of the
|
---|
28 | # VirtualBox OSE distribution. VirtualBox OSE is distributed in the
|
---|
29 | # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
|
---|
30 | #
|
---|
31 | # The contents of this file may alternatively be used under the terms
|
---|
32 | # of the Common Development and Distribution License Version 1.0
|
---|
33 | # (CDDL) only, as it comes in the "COPYING.CDDL" file of the
|
---|
34 | # VirtualBox OSE distribution, in which case the provisions of the
|
---|
35 | # CDDL are applicable instead of those of the GPL.
|
---|
36 | #
|
---|
37 | # You may elect to license modified versions of this file under the
|
---|
38 | # terms and conditions of either the GPL or the CDDL or both.
|
---|
39 | #
|
---|
40 |
|
---|
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.1.15 = pkcs1-Sha512-224WithRsaEncryption
|
---|
57 | 1.2.840.113549.1.1.16 = pkcs1-Sha512-256WithRsaEncryption
|
---|
58 | 1.2.840.113549.1.7 = pkcs7
|
---|
59 | 1.2.840.113549.1.7.1 = pkcs7-data
|
---|
60 | 1.2.840.113549.1.7.2 = pkcs7-signedData
|
---|
61 | 1.2.840.113549.1.7.3 = pkcs7-envelopedData
|
---|
62 | 1.2.840.113549.1.7.4 = pkcs7-signedAndEnvelopedData
|
---|
63 | 1.2.840.113549.1.7.5 = pkcs7-digestedData
|
---|
64 | 1.2.840.113549.1.7.6 = pkcs7-encryptedData
|
---|
65 | 1.2.840.113549.1.9 = pkcs9
|
---|
66 | 1.2.840.113549.1.9.1 = pkcs9-EMailAddress
|
---|
67 | 1.2.840.113549.1.9.2 = pkcs9-UntrustedName
|
---|
68 | 1.2.840.113549.1.9.3 = pkcs9-ContentType
|
---|
69 | 1.2.840.113549.1.9.4 = pkcs9-MessageDigest
|
---|
70 | 1.2.840.113549.1.9.5 = pkcs9-SigningTime
|
---|
71 | 1.2.840.113549.1.9.6 = pkcs9-CounterSignature
|
---|
72 | 1.2.840.113549.1.9.7 = pkcs9-challengePassword
|
---|
73 | 1.2.840.113549.1.9.8 = pkcs9-UnstructuredAddress
|
---|
74 | 1.2.840.113549.1.9.9 = pkcs9-ExtendedCertificateAttributes
|
---|
75 | 1.2.840.113549.1.9.13 = pkcs9-SigningDescription
|
---|
76 | 1.2.840.113549.1.9.14 = pkcs9-ExtensionRequest
|
---|
77 | 1.2.840.113549.1.9.15 = pkcs9-SMimeCapabilities
|
---|
78 | 1.2.840.113549.1.9.16 = pkcs9-SMime
|
---|
79 | 1.2.840.113549.1.9.16.1 = pkcs9-SMime-ct
|
---|
80 | 1.2.840.113549.1.9.16.1.2 = pkcs9-ct-AuthData
|
---|
81 | 1.2.840.113549.1.9.16.1.4 = pkcs9-ct-TimestampTokenInfo
|
---|
82 | 1.2.840.113549.1.9.16.1.9 = pkcs9-ct-CompressedData
|
---|
83 | 1.2.840.113549.1.9.16.1.23 = pkcs9-ct-AuthEnvelopedData
|
---|
84 | 1.2.840.113549.1.9.16.1.31 = pkcs9-ct-TimestampedData
|
---|
85 | 1.2.840.113549.1.9.16.2 = pkcs9-SMime-id-aa
|
---|
86 | 1.2.840.113549.1.9.16.2.12 = pkcs9-id-aa-SigningCertificate
|
---|
87 | 1.2.840.113549.1.9.16.2.14 = pkcs9-id-aa-Attributes
|
---|
88 | 1.2.840.113549.1.9.25 = pkcs9-SMime-at
|
---|
89 | 1.2.840.113549.1.9.25.1 = pkcs9-at-Pkcs15Token
|
---|
90 | 1.2.840.113549.1.9.25.2 = pkcs9-at-EncryptedPrivateKeyInfo
|
---|
91 | 1.2.840.113549.1.9.25.3 = pkcs9-at-RandomNonce
|
---|
92 | 1.2.840.113549.1.9.25.4 = pkcs9-at-SequenceNumber
|
---|
93 | 1.2.840.113549.1.9.25.5 = pkcs9-at-Pkcs7PDU
|
---|
94 | 1.2.840.113635.100.6.1.13 = apple-cs-ext-DevId-Application
|
---|
95 | 1.2.840.113635.100.6.1.14 = apple-cs-ext-DevId-Installer
|
---|
96 | 1.2.840.113635.100.6.1.18 = apple-cs-ext-DevId-KernelExt
|
---|
97 | 1.2.840.113635.100.5.1 = apple-cert-policy
|
---|
98 | 1.2.840.113635.100.4.13 = apple-eku-packageSign
|
---|
99 | #1.2.840.113635.100.9.1 = apple-???
|
---|
100 | 1.3.6 = dod
|
---|
101 | 1.3.6.1 = dod-Internet
|
---|
102 | 1.3.6.1.4.1.311 = microsoft
|
---|
103 | 1.3.6.1.4.1.311.2 = ms-authenticode
|
---|
104 | 1.3.6.1.4.1.311.2.1 = ms-spc
|
---|
105 | 1.3.6.1.4.1.311.2.1.1 = Ms-??-2.1
|
---|
106 | 1.3.6.1.4.1.311.2.1.4 = Ms-SpcIndirectDataContext
|
---|
107 | 1.3.6.1.4.1.311.2.1.10 = Ms-SpcAgencyInfo
|
---|
108 | 1.3.6.1.4.1.311.2.1.11 = Ms-SpcStatementType
|
---|
109 | 1.3.6.1.4.1.311.2.1.12 = Ms-SpcOpusInfo
|
---|
110 | 1.3.6.1.4.1.311.2.1.14 = Ms-CertReqExtensions
|
---|
111 | 1.3.6.1.4.1.311.2.1.15 = Ms-SpcPeImageData
|
---|
112 | 1.3.6.1.4.1.311.2.1.18 = Ms-SpcRawFileData
|
---|
113 | 1.3.6.1.4.1.311.2.1.19 = Ms-SpcStructuredStorageData
|
---|
114 | 1.3.6.1.4.1.311.2.1.20 = Ms-SpcJavaClassDataType1
|
---|
115 | 1.3.6.1.4.1.311.2.1.21 = Ms-SpcIndividualCodeSigning
|
---|
116 | 1.3.6.1.4.1.311.2.1.22 = Ms-SpcCommericalSigning
|
---|
117 | 1.3.6.1.4.1.311.2.1.25 = Ms-SpcLinkType2-Aka-CabData
|
---|
118 | 1.3.6.1.4.1.311.2.1.26 = Ms-SpcMinimalCriterialInfo
|
---|
119 | 1.3.6.1.4.1.311.2.1.27 = Ms-SpcFinacialCriterialInfo
|
---|
120 | 1.3.6.1.4.1.311.2.1.28 = Ms-SpcLinkType3
|
---|
121 | 1.3.6.1.4.1.311.2.3.1 = Ms-SpcPeImagePageHashesV1
|
---|
122 | 1.3.6.1.4.1.311.2.3.2 = Ms-SpcPeImagePageHashesV2
|
---|
123 | 1.3.6.1.4.1.311.2.4 = Ms-??-.2.4
|
---|
124 | 1.3.6.1.4.1.311.2.4.1 = Ms-SpcNestedSignature
|
---|
125 | 1.3.6.1.4.1.311.3 = ms-timestamping
|
---|
126 | 1.3.6.1.4.1.311.3.3.1 = Ms-CounterSign
|
---|
127 | 1.3.6.1.4.1.311.3.3.2 = Ms-??-3.2
|
---|
128 | 1.3.6.1.4.1.311.10.1 = Ms-CertTrustList
|
---|
129 | 1.3.6.1.4.1.311.10.1.1 = Ms-SortedCertTrustList
|
---|
130 | 1.3.6.1.4.1.311.10.3.1 = Ms-kp-CertTrustListSigning
|
---|
131 | 1.3.6.1.4.1.311.10.3.2 = Ms-kp-TimeStampSigning
|
---|
132 | 1.3.6.1.4.1.311.10.3.4 = Ms-EncryptedFileSystem
|
---|
133 | 1.3.6.1.4.1.311.10.3.5 = Ms-WhqlCrypto
|
---|
134 | 1.3.6.1.4.1.311.10.3.6 = Ms-Nt5Crypto
|
---|
135 | 1.3.6.1.4.1.311.10.3.7 = Ms-OemWhqlCrypto
|
---|
136 | 1.3.6.1.4.1.311.10.3.8 = Ms-EmbeddedNtCrypto
|
---|
137 | 1.3.6.1.4.1.311.10.3.9 = Ms-RootListSigner
|
---|
138 | 1.3.6.1.4.1.311.10.3.10 = Ms-QualifiedSubordination
|
---|
139 | 1.3.6.1.4.1.311.10.3.11 = Ms-KeyRecovery
|
---|
140 | 1.3.6.1.4.1.311.10.3.12 = Ms-DocumentSigning
|
---|
141 | 1.3.6.1.4.1.311.10.3.13 = Ms-LifetimeSigning
|
---|
142 | 1.3.6.1.4.1.311.10.5.1 = Ms-Drm
|
---|
143 | 1.3.6.1.4.1.311.10.5.2 = Ms-DrmIndividualization
|
---|
144 | 1.3.6.1.4.1.311.10.9.1 = Ms-CrossCertDistPoints
|
---|
145 | 1.3.6.1.4.1.311.20.1 = Ms-AutoEnrollCtlUsage
|
---|
146 | 1.3.6.1.4.1.311.20.2 = Ms-EnrollCerttypeExtension
|
---|
147 | 1.3.6.1.4.1.311.21 = Ms-CertSrv-Infrastructure
|
---|
148 | 1.3.6.1.4.1.311.21.1 = Ms-CaKeyCertIndexPair
|
---|
149 | 1.3.6.1.4.1.311.21.2 = Ms-CertSrvPreviousCertHash
|
---|
150 | 1.3.6.1.4.1.311.21.3 = Ms-CrlVirtualBase
|
---|
151 | 1.3.6.1.4.1.311.21.4 = Ms-CrlNextPublish
|
---|
152 | 1.3.6.1.4.1.311.21.6 = Ms-KeyRecovery
|
---|
153 | 1.3.6.1.4.1.311.21.7 = Ms-CertificateTemplate
|
---|
154 | 1.3.6.1.4.1.311.21.9 = Ms-DummySigner
|
---|
155 | 1.3.6.1.5 = security
|
---|
156 | 1.3.6.1.5.5 = security-Mechanisms
|
---|
157 | 1.3.6.1.5.5.7 = public-key-infrastructure
|
---|
158 | 1.3.6.1.5.5.7.1.1 = pkix-AuthorityInfoAccess
|
---|
159 | 1.3.6.1.5.5.7.1.12 = pkix-LogoType
|
---|
160 | 1.3.6.1.5.5.7.2.1 = id-qt-CPS
|
---|
161 | 1.3.6.1.5.5.7.2.2 = id-qt-UNotice
|
---|
162 | 1.3.6.1.5.5.7.2.3 = id-qt-TextNotice
|
---|
163 | 1.3.6.1.5.5.7.2.4 = id-qt-ACPS
|
---|
164 | 1.3.6.1.5.5.7.2.5 = id-qt-ACUNotice
|
---|
165 | 1.3.6.1.5.5.7.3.1 = id-kp-ServerAuth
|
---|
166 | 1.3.6.1.5.5.7.3.2 = id-kp-ClientAuth
|
---|
167 | 1.3.6.1.5.5.7.3.3 = id-kp-CodeSigning
|
---|
168 | 1.3.6.1.5.5.7.3.4 = id-kp-EmailProtection
|
---|
169 | 1.3.6.1.5.5.7.3.5 = id-kp-IPSecEndSystem
|
---|
170 | 1.3.6.1.5.5.7.3.6 = id-kp-IPSecTunnel
|
---|
171 | 1.3.6.1.5.5.7.3.7 = id-kp-IPSecUser
|
---|
172 | 1.3.6.1.5.5.7.3.8 = id-kp-Timestamping
|
---|
173 | 1.3.6.1.5.5.7.3.9 = id-kp-OCSPSigning
|
---|
174 | 1.3.6.1.5.5.7.3.10 = id-kp-DVCS
|
---|
175 | 1.3.6.1.5.5.7.3.11 = id-kp-SBGPCertAAServiceAuth
|
---|
176 | 1.3.6.1.5.5.7.3.13 = id-kp-EAPOverPPP
|
---|
177 | 1.3.6.1.5.5.7.3.14 = id-kp-EAPOverLAN
|
---|
178 | 1.3.14.3 = oiw-ssig
|
---|
179 | 1.3.14.3.2 = oiw-ssig-algorithms
|
---|
180 | 1.3.14.3.2.2 = oiw-ssig-Md4WithRsa
|
---|
181 | 1.3.14.3.2.3 = oiw-ssig-Md5WithRsa
|
---|
182 | 1.3.14.3.2.4 = oiw-ssig-Md4WithRsaEncryption
|
---|
183 | 1.3.14.3.2.15 = oiw-ssig-ShaWithRsaEncryption
|
---|
184 | 1.3.14.3.2.24 = oiw-ssig-Md2WithRsaEncryption
|
---|
185 | 1.3.14.3.2.25 = oiw-ssig-Md5WithRsaEncryption
|
---|
186 | 1.3.14.3.2.26 = oiw-ssig-Sha1
|
---|
187 | 1.3.14.3.2.29 = oiw-ssig-Sha1WithRsaEncryption
|
---|
188 | 2 = joint-iso/itu-t
|
---|
189 | 2.1 = asn.1
|
---|
190 | 2.5 = x500
|
---|
191 | 2.5.4 = x500-attribute-types
|
---|
192 | 2.5.4.3 = x500-CommonName
|
---|
193 | 2.5.4.6 = x500-CountryName
|
---|
194 | 2.5.4.7 = x500-LocalityName
|
---|
195 | 2.5.4.8 = x500-StatOrProvinceName
|
---|
196 | 2.5.4.10 = x500-OrganizationName
|
---|
197 | 2.5.4.11 = x500-OrganizationUnitName
|
---|
198 | 2.5.29 = id-ce
|
---|
199 | 2.5.29.1 = id-ce-AuthorityKeyIdentifier-Deprecated
|
---|
200 | 2.5.29.2 = id-ce-KeyAttributes-Deprecated
|
---|
201 | 2.5.29.3 = id-ce-CertificatePolicies-Deprecated
|
---|
202 | 2.5.29.4 = id-ce-KeyUsageRestriction-Deprecated
|
---|
203 | 2.5.29.7 = id-ce-SubjectAltName-Deprecated
|
---|
204 | 2.5.29.8 = id-ce-IssuerAltName-Deprecated
|
---|
205 | 2.5.29.14 = id-ce-SubjectKeyIdentifier
|
---|
206 | 2.5.29.15 = id-ce-KeyUsage
|
---|
207 | 2.5.29.16 = id-ce-PrivateKeyUsagePeriod
|
---|
208 | 2.5.29.17 = id-ce-SubjectAltName
|
---|
209 | 2.5.29.18 = id-ce-issuerAltName
|
---|
210 | 2.5.29.19 = id-ce-BasicConstraints
|
---|
211 | 2.5.29.25 = id-ce-CrlDistributionPoints
|
---|
212 | 2.5.29.29 = id-ce-CertificateIssuer
|
---|
213 | 2.5.29.30 = id-ce-NameConstraints
|
---|
214 | 2.5.29.31 = id-ce-CrlDistributionPoints
|
---|
215 | 2.5.29.32 = id-ce-CertificatePolicies
|
---|
216 | 2.5.29.32.0 = id-ce-cp-anyPolicy
|
---|
217 | 2.5.29.35 = id-ce-AuthorityKeyIdentifier
|
---|
218 | 2.5.29.36 = id-ce-PolicyConstraints
|
---|
219 | 2.5.29.37 = id-ce-ExtKeyUsage
|
---|
220 | 2.16 = by-country
|
---|
221 | 2.16.840 = usa
|
---|
222 | 2.16.840.1 = usa-company-arc
|
---|
223 | 2.16.840.1.101 = usa-goverment
|
---|
224 | 2.16.840.1.101.3 = usa-computer-security-register
|
---|
225 | 2.16.840.1.101.3.4 = nist-algorithms
|
---|
226 | 2.16.840.1.101.3.4.1 = nist-aes-algorithms
|
---|
227 | 2.16.840.1.101.3.4.2 = nist-hash-algorithms
|
---|
228 | 2.16.840.1.101.3.4.2.1 = nist-sha256
|
---|
229 | 2.16.840.1.101.3.4.2.2 = nist-sha384
|
---|
230 | 2.16.840.1.101.3.4.2.3 = nist-sha512
|
---|
231 | 2.16.840.1.101.3.4.2.4 = nist-sha224
|
---|
232 | 2.16.840.1.101.3.4.2.5 = nist-sha512-224
|
---|
233 | 2.16.840.1.101.3.4.2.6 = nist-sha512-256
|
---|
234 | 2.16.840.1.101.3.4.2.7 = nist-sha3-224
|
---|
235 | 2.16.840.1.101.3.4.2.8 = nist-sha3-256
|
---|
236 | 2.16.840.1.101.3.4.2.9 = nist-sha3-384
|
---|
237 | 2.16.840.1.101.3.4.2.10 = nist-sha3-512
|
---|
238 | 2.16.840.1.101.3.4.2.11 = nist-shake128
|
---|
239 | 2.16.840.1.101.3.4.2.12 = nist-shake256
|
---|
240 | 2.16.840.1.101.3.4.3 = nist-sigAlgs
|
---|
241 | 2.16.840.1.101.3.4.3.1 = nist-dsa-with-sha224
|
---|
242 | 2.16.840.1.101.3.4.3.2 = nist-dsa-with-sha256
|
---|
243 | 2.16.840.1.101.3.4.3.3 = nist-dsa-with-sha384
|
---|
244 | 2.16.840.1.101.3.4.3.4 = nist-dsa-with-sha512
|
---|
245 | 2.16.840.1.101.3.4.3.5 = nist-id-dsa-with-sha224
|
---|
246 | 2.16.840.1.101.3.4.3.6 = nist-id-dsa-with-sha256
|
---|
247 | 2.16.840.1.101.3.4.3.7 = nist-id-dsa-with-sha384
|
---|
248 | 2.16.840.1.101.3.4.3.8 = nist-id-dsa-with-sha512
|
---|
249 | 2.16.840.1.101.3.4.3.9 = nist-id-ecdsa-with-sha3-224
|
---|
250 | 2.16.840.1.101.3.4.3.10 = nist-id-ecdsa-with-sha3-256
|
---|
251 | 2.16.840.1.101.3.4.3.11 = nist-id-ecdsa-with-sha3-384
|
---|
252 | 2.16.840.1.101.3.4.3.12 = nist-id-ecdsa-with-sha3-512
|
---|
253 | 2.16.840.1.101.3.4.3.13 = nist-id-rsassa-pkcs1-v1-5-with-sha3-224
|
---|
254 | 2.16.840.1.101.3.4.3.14 = nist-id-rsassa-pkcs1-v1-5-with-sha3-256
|
---|
255 | 2.16.840.1.101.3.4.3.15 = nist-id-rsassa-pkcs1-v1-5-with-sha3-384
|
---|
256 | 2.16.840.1.101.3.4.3.16 = nist-id-rsassa-pkcs1-v1-5-with-sha3-512
|
---|
257 | 2.16.840.1.113730 = netscape
|
---|
258 | 2.16.840.1.113730.1.1 = netscape-cert-type
|
---|
259 | 2.16.840.1.113730.1.2 = netscape-base-url
|
---|
260 | 2.16.840.1.113730.1.3 = netscape-revocation-url
|
---|
261 | 2.16.840.1.113730.1.4 = netscape-ca-revocation-url
|
---|
262 | 2.16.840.1.113730.1.7 = netscape-cert-renewal-url
|
---|
263 | 2.16.840.1.113730.1.8 = netscape-ca-policy-url
|
---|
264 | 2.16.840.1.113730.1.9 = netscape-HomePage-url
|
---|
265 | 2.16.840.1.113730.1.10 = netscape-EntityLogo
|
---|
266 | 2.16.840.1.113730.1.11 = netscape-UserPicture
|
---|
267 | 2.16.840.1.113730.1.12 = netscape-ssl-server-name
|
---|
268 | 2.16.840.1.113730.1.13 = netscape-comment
|
---|
269 | 2.16.840.1.113730.4.1 = netscape-eku-serverGatedCrypto
|
---|
270 | 2.16.840.1.113733 = verisign
|
---|
271 | 2.16.840.1.113733.1 = verisign-pki
|
---|
272 | 2.16.840.1.113733.1.6 = verisign-pki-extensions
|
---|
273 | 2.16.840.1.113733.1.6.7 = verisign-pki-ext-RolloverID
|
---|
274 | 2.16.840.1.113733.1.7 = verisign-pki-policies
|
---|
275 | 2.16.840.1.113733.1.7.9 = verisign-pki-policy-9
|
---|
276 | 2.16.840.1.113733.1.7.21 = verisign-pki-policy-21
|
---|
277 | 2.16.840.1.113733.1.7.23 = verisign-pki-policy-vtn-cp
|
---|
278 | 2.16.840.1.113733.1.7.23.1 = verisign-pki-policy-vtn-cp-class1
|
---|
279 | 2.16.840.1.113733.1.7.23.2 = verisign-pki-policy-vtn-cp-class2
|
---|
280 | 2.16.840.1.113733.1.7.23.3 = verisign-pki-policy-vtn-cp-class3
|
---|
281 | 2.16.840.1.113733.1.7.23.4 = verisign-pki-policy-vtn-cp-class4
|
---|
282 | 2.16.840.1.113733.1.7.23.6 = verisign-pki-policy-vtn-cp-6
|
---|
283 | 2.16.840.1.113733.1.7.46 = verisign-pki-policy-cis
|
---|
284 | 2.16.840.1.113733.1.7.46.1 = verisign-pki-policy-cis-type1
|
---|
285 | 2.16.840.1.113733.1.7.46.2 = verisign-pki-policy-cis-type2
|
---|
286 | 2.16.840.1.113733.1.7.48 = verisign-pki-policy-thawte
|
---|
287 | 2.16.840.1.113733.1.7.48.1 = verisign-pki-policy-thawte-cps-1
|
---|
288 | # check the following one...
|
---|
289 | 2.16.840.1.113733.1.8.1 = verisign-pki-eku-IssStrongCrypto
|
---|
290 |
|
---|