blob: 2f997ae2c17a2dd0ff44b217ab6ddeedcaaf3784 [file] [log] [blame]
Alex Gaynor4af5b372015-07-12 10:30:59 -05001X.509 Reference
2===============
Paul Kehrer016e08a2014-11-26 09:41:18 -10003
Paul Kehrera9d78c12014-11-26 10:59:03 -10004.. currentmodule:: cryptography.x509
Paul Kehrer016e08a2014-11-26 09:41:18 -10005
Paul Kehrerd26c4db2015-03-15 15:36:24 -05006.. testsetup::
7
8 pem_req_data = b"""
9 -----BEGIN CERTIFICATE REQUEST-----
10 MIIC0zCCAbsCAQAwWTELMAkGA1UEBhMCVVMxETAPBgNVBAgMCElsbGlub2lzMRAw
11 DgYDVQQHDAdDaGljYWdvMREwDwYDVQQKDAhyNTA5IExMQzESMBAGA1UEAwwJaGVs
12 bG8uY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqhZx+Mo9VRd9
13 vsnWWa6NBCws21rZ0+1B/JGgB4hDsZS7iDE4Bj5z4idheFRtl8bBbdjPknq7BfoF
14 8v15Zq/Zv7i2xMSDL+LUrTBZezRd4bRTGqCm6YJ5EYkhqdcqeZleHCFImguHoq1J
15 Fh0+kObQrTHXw3ZP57a3o1IvyIUA3nNoCBL0QQhwBXaDXOojMKNR+bqB5ve8GS1y
16 Elr0AM/+cJsfaIahNQUgFKx3Eu3GeEOMKYOAG1lycgdQdmTUybLrT3U7vkClTseM
17 xHg1r5En7ALjONIhqRuq3rddYahrP8HXozb3zUy3cJ7P6IeaosuvNzvMXOX9P6HD
18 Ha9urDAJ1wIDAQABoDUwMwYJKoZIhvcNAQkOMSYwJDAiBgNVHREEGzAZggl3b3Js
19 ZC5jb22CDHdoYXRldmVyLmNvbTANBgkqhkiG9w0BAQUFAAOCAQEAS4Ro6h+z52SK
20 YSLCYARpnEu/rmh4jdqndt8naqcNb6uLx9mlKZ2W9on9XDjnSdQD9q+ZP5aZfESw
21 R0+rJhW9ZrNa/g1pt6M24ihclHYDAxYMWxT1z/TXXGM3TmZZ6gfYlNE1kkBuODHa
22 UYsR/1Ht1E1EsmmUimt2n+zQR2K8T9Coa+boaUW/GsTEuz1aaJAkj5ZvTDiIhRG4
23 AOCqFZOLAQmCCNgJnnspD9hDz/Ons085LF5wnYjN4/Nsk5tS6AGs3xjZ3jPoOGGn
24 82WQ9m4dBGoVDZXsobVTaN592JEYwN5iu72zRn7Einb4V4H5y3yD2dD4yWPlt4pk
25 5wFkeYsZEA==
26 -----END CERTIFICATE REQUEST-----
27 """.strip()
28
Paul Kehrerd3dafbd2015-03-15 16:24:18 -050029 pem_data = b"""
30 -----BEGIN CERTIFICATE-----
31 MIIDfDCCAmSgAwIBAgIBAjANBgkqhkiG9w0BAQsFADBFMQswCQYDVQQGEwJVUzEf
32 MB0GA1UEChMWVGVzdCBDZXJ0aWZpY2F0ZXMgMjAxMTEVMBMGA1UEAxMMVHJ1c3Qg
33 QW5jaG9yMB4XDTEwMDEwMTA4MzAwMFoXDTMwMTIzMTA4MzAwMFowQDELMAkGA1UE
34 BhMCVVMxHzAdBgNVBAoTFlRlc3QgQ2VydGlmaWNhdGVzIDIwMTExEDAOBgNVBAMT
35 B0dvb2QgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCQWJpHYo37
36 Xfb7oJSPe+WvfTlzIG21WQ7MyMbGtK/m8mejCzR6c+f/pJhEH/OcDSMsXq8h5kXa
37 BGqWK+vSwD/Pzp5OYGptXmGPcthDtAwlrafkGOS4GqIJ8+k9XGKs+vQUXJKsOk47
38 RuzD6PZupq4s16xaLVqYbUC26UcY08GpnoLNHJZS/EmXw1ZZ3d4YZjNlpIpWFNHn
39 UGmdiGKXUPX/9H0fVjIAaQwjnGAbpgyCumWgzIwPpX+ElFOUr3z7BoVnFKhIXze+
40 VmQGSWxZxvWDUN90Ul0tLEpLgk3OVxUB4VUGuf15OJOpgo1xibINPmWt14Vda2N9
41 yrNKloJGZNqLAgMBAAGjfDB6MB8GA1UdIwQYMBaAFOR9X9FclYYILAWuvnW2ZafZ
42 XahmMB0GA1UdDgQWBBRYAYQkG7wrUpRKPaUQchRR9a86yTAOBgNVHQ8BAf8EBAMC
43 AQYwFwYDVR0gBBAwDjAMBgpghkgBZQMCATABMA8GA1UdEwEB/wQFMAMBAf8wDQYJ
44 KoZIhvcNAQELBQADggEBADWHlxbmdTXNwBL/llwhQqwnazK7CC2WsXBBqgNPWj7m
45 tvQ+aLG8/50Qc2Sun7o2VnwF9D18UUe8Gj3uPUYH+oSI1vDdyKcjmMbKRU4rk0eo
46 3UHNDXwqIVc9CQS9smyV+x1HCwL4TTrq+LXLKx/qVij0Yqk+UJfAtrg2jnYKXsCu
47 FMBQQnWCGrwa1g1TphRp/RmYHnMynYFmZrXtzFz+U9XEA7C+gPq4kqDI/iVfIT1s
48 6lBtdB50lrDVwl2oYfAvW/6sC2se2QleZidUmrziVNP4oEeXINokU6T6p//HM1FG
49 QYw2jOvpKcKtWCSAnegEbgsGYzATKjmPJPJ0npHFqzM=
50 -----END CERTIFICATE-----
51 """.strip()
52
Paul Kehrer93ae8052015-05-02 23:18:09 -050053 cryptography_cert_pem = b"""
54 -----BEGIN CERTIFICATE-----
55 MIIFvTCCBKWgAwIBAgICPyAwDQYJKoZIhvcNAQELBQAwRzELMAkGA1UEBhMCVVMx
56 FjAUBgNVBAoTDUdlb1RydXN0IEluYy4xIDAeBgNVBAMTF1JhcGlkU1NMIFNIQTI1
57 NiBDQSAtIEczMB4XDTE0MTAxNTEyMDkzMloXDTE4MTExNjAxMTUwM1owgZcxEzAR
58 BgNVBAsTCkdUNDg3NDI5NjUxMTAvBgNVBAsTKFNlZSB3d3cucmFwaWRzc2wuY29t
59 L3Jlc291cmNlcy9jcHMgKGMpMTQxLzAtBgNVBAsTJkRvbWFpbiBDb250cm9sIFZh
60 bGlkYXRlZCAtIFJhcGlkU1NMKFIpMRwwGgYDVQQDExN3d3cuY3J5cHRvZ3JhcGh5
61 LmlvMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAom/FebKJIot7Sp3s
62 itG1sicpe3thCssjI+g1JDAS7I3GLVNmbms1DOdIIqwf01gZkzzXBN2+9sOnyRaR
63 PPfCe1jTr3dk2y6rPE559vPa1nZQkhlzlhMhlPyjaT+S7g4Tio4qV2sCBZU01DZJ
64 CaksfohN+5BNVWoJzTbOcrHOEJ+M8B484KlBCiSxqf9cyNQKru4W3bHaCVNVJ8eu
65 6i6KyhzLa0L7yK3LXwwXVs583C0/vwFhccGWsFODqD/9xHUzsBIshE8HKjdjDi7Y
66 3BFQzVUQFjBB50NSZfAA/jcdt1blxJouc7z9T8Oklh+V5DDBowgAsrT4b6Z2Fq6/
67 r7D1GqivLK/ypUQmxq2WXWAUBb/Q6xHgxASxI4Br+CByIUQJsm8L2jzc7k+mF4hW
68 ltAIUkbo8fGiVnat0505YJgxWEDKOLc4Gda6d/7GVd5AvKrz242bUqeaWo6e4MTx
69 diku2Ma3rhdcr044Qvfh9hGyjqNjvhWY/I+VRWgihU7JrYvgwFdJqsQ5eiKT4OHi
70 gsejvWwkZzDtiQ+aQTrzM1FsY2swJBJsLSX4ofohlVRlIJCn/ME+XErj553431Lu
71 YQ5SzMd3nXzN78Vj6qzTfMUUY72UoT1/AcFiUMobgIqrrmwuNxfrkbVE2b6Bga74
72 FsJX63prvrJ41kuHK/16RQBM7fcCAwEAAaOCAWAwggFcMB8GA1UdIwQYMBaAFMOc
73 8/zTRgg0u85Gf6B8W/PiCMtZMFcGCCsGAQUFBwEBBEswSTAfBggrBgEFBQcwAYYT
74 aHR0cDovL2d2LnN5bWNkLmNvbTAmBggrBgEFBQcwAoYaaHR0cDovL2d2LnN5bWNi
75 LmNvbS9ndi5jcnQwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMB
76 BggrBgEFBQcDAjAvBgNVHREEKDAmghN3d3cuY3J5cHRvZ3JhcGh5Lmlvgg9jcnlw
77 dG9ncmFwaHkuaW8wKwYDVR0fBCQwIjAgoB6gHIYaaHR0cDovL2d2LnN5bWNiLmNv
78 bS9ndi5jcmwwDAYDVR0TAQH/BAIwADBFBgNVHSAEPjA8MDoGCmCGSAGG+EUBBzYw
79 LDAqBggrBgEFBQcCARYeaHR0cHM6Ly93d3cucmFwaWRzc2wuY29tL2xlZ2FsMA0G
80 CSqGSIb3DQEBCwUAA4IBAQAzIYO2jx7h17FBT74tJ2zbV9OKqGb7QF8y3wUtP4xc
81 dH80vprI/Cfji8s86kr77aAvAqjDjaVjHn7UzebhSUivvRPmfzRgyWBacomnXTSt
82 Xlt2dp2nDQuwGyK2vB7dMfKnQAkxwq1sYUXznB8i0IhhCAoXp01QGPKq51YoIlnF
83 7DRMk6iEaL1SJbkIrLsCQyZFDf0xtfW9DqXugMMLoxeCsBhZJQzNyS2ryirrv9LH
84 aK3+6IZjrcyy9bkpz/gzJucyhU+75c4My/mnRCrtItRbCQuiI5pd5poDowm+HH9i
85 GVI9+0lAFwxOUnOnwsoI40iOoxjLMGB+CgFLKCGUcWxP
86 -----END CERTIFICATE-----
87 """.strip()
88
Paul Kehrerb2de9482014-12-11 14:54:48 -060089Loading Certificates
90~~~~~~~~~~~~~~~~~~~~
Paul Kehrer016e08a2014-11-26 09:41:18 -100091
92.. function:: load_pem_x509_certificate(data, backend)
93
94 .. versionadded:: 0.7
95
Paul Kehrere76cd272014-12-14 19:00:51 -060096 Deserialize a certificate from PEM encoded data. PEM certificates are
97 base64 decoded and have delimiters that look like
98 ``-----BEGIN CERTIFICATE-----``.
Paul Kehrer016e08a2014-11-26 09:41:18 -100099
100 :param bytes data: The PEM encoded certificate data.
101
102 :param backend: A backend supporting the
103 :class:`~cryptography.hazmat.backends.interfaces.X509Backend`
104 interface.
105
Paul Kehrere76cd272014-12-14 19:00:51 -0600106 :returns: An instance of :class:`~cryptography.x509.Certificate`.
Paul Kehrer016e08a2014-11-26 09:41:18 -1000107
108.. function:: load_der_x509_certificate(data, backend)
109
110 .. versionadded:: 0.7
111
Paul Kehrere76cd272014-12-14 19:00:51 -0600112 Deserialize a certificate from DER encoded data. DER is a binary format
Paul Kehrer92aac382014-12-15 16:25:28 -0600113 and is commonly found in files with the ``.cer`` extension (although file
114 extensions are not a guarantee of encoding type).
Paul Kehrer016e08a2014-11-26 09:41:18 -1000115
116 :param bytes data: The DER encoded certificate data.
117
118 :param backend: A backend supporting the
119 :class:`~cryptography.hazmat.backends.interfaces.X509Backend`
120 interface.
121
Paul Kehrere76cd272014-12-14 19:00:51 -0600122 :returns: An instance of :class:`~cryptography.x509.Certificate`.
Paul Kehrer016e08a2014-11-26 09:41:18 -1000123
Paul Kehrer016e08a2014-11-26 09:41:18 -1000124.. doctest::
125
Paul Kehrercc8a26e2014-12-16 12:40:16 -0600126 >>> from cryptography import x509
Paul Kehrer016e08a2014-11-26 09:41:18 -1000127 >>> from cryptography.hazmat.backends import default_backend
Paul Kehrercc8a26e2014-12-16 12:40:16 -0600128 >>> cert = x509.load_pem_x509_certificate(pem_data, default_backend())
Paul Kehrer016e08a2014-11-26 09:41:18 -1000129 >>> cert.serial
130 2
131
Paul Kehrera1a1f232015-03-15 15:34:35 -0500132Loading Certificate Signing Requests
133~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Paul Kehrerdc480ad2015-02-23 12:14:54 -0600134
Paul Kehrer31e39882015-03-11 11:37:04 -0500135.. function:: load_pem_x509_csr(data, backend)
Paul Kehrerdc480ad2015-02-23 12:14:54 -0600136
137 .. versionadded:: 0.9
138
Paul Kehrera1a1f232015-03-15 15:34:35 -0500139 Deserialize a certificate signing request (CSR) from PEM encoded data. PEM
Paul Kehrer5aadb9c2015-03-11 20:48:42 -0500140 requests are base64 decoded and have delimiters that look like
Paul Kehrerd3dafbd2015-03-15 16:24:18 -0500141 ``-----BEGIN CERTIFICATE REQUEST-----``. This format is also known as
142 PKCS#10.
Paul Kehrerdc480ad2015-02-23 12:14:54 -0600143
144 :param bytes data: The PEM encoded request data.
145
146 :param backend: A backend supporting the
147 :class:`~cryptography.hazmat.backends.interfaces.X509Backend`
148 interface.
149
Paul Kehrera1a1f232015-03-15 15:34:35 -0500150 :returns: An instance of
151 :class:`~cryptography.x509.CertificateSigningRequest`.
Paul Kehrerdc480ad2015-02-23 12:14:54 -0600152
Paul Kehrer1effb6e2015-03-30 15:05:59 -0500153.. function:: load_der_x509_csr(data, backend)
154
155 .. versionadded:: 0.9
156
157 Deserialize a certificate signing request (CSR) from DER encoded data. DER
158 is a binary format and is not commonly used with CSRs.
159
160 :param bytes data: The DER encoded request data.
161
162 :param backend: A backend supporting the
163 :class:`~cryptography.hazmat.backends.interfaces.X509Backend`
164 interface.
165
166 :returns: An instance of
167 :class:`~cryptography.x509.CertificateSigningRequest`.
168
Paul Kehrerdc480ad2015-02-23 12:14:54 -0600169.. doctest::
170
171 >>> from cryptography import x509
172 >>> from cryptography.hazmat.backends import default_backend
173 >>> from cryptography.hazmat.primitives import hashes
Paul Kehrera1a1f232015-03-15 15:34:35 -0500174 >>> csr = x509.load_pem_x509_csr(pem_req_data, default_backend())
175 >>> isinstance(csr.signature_hash_algorithm, hashes.SHA1)
Paul Kehrerdc480ad2015-02-23 12:14:54 -0600176 True
177
Paul Kehrere76cd272014-12-14 19:00:51 -0600178X.509 Certificate Object
179~~~~~~~~~~~~~~~~~~~~~~~~
Paul Kehrerb2de9482014-12-11 14:54:48 -0600180
Paul Kehrere76cd272014-12-14 19:00:51 -0600181.. class:: Certificate
Paul Kehrerb2de9482014-12-11 14:54:48 -0600182
183 .. versionadded:: 0.7
184
185 .. attribute:: version
186
Paul Kehrere76cd272014-12-14 19:00:51 -0600187 :type: :class:`~cryptography.x509.Version`
Paul Kehrerb2de9482014-12-11 14:54:48 -0600188
Paul Kehrere76cd272014-12-14 19:00:51 -0600189 The certificate version as an enumeration. Version 3 certificates are
190 the latest version and also the only type you should see in practice.
Paul Kehrerb2de9482014-12-11 14:54:48 -0600191
Alex Gaynor89c4dc82014-12-16 16:49:33 -0800192 :raises cryptography.x509.InvalidVersion: If the version in the
Alex Gaynor6d7ab4c2014-12-16 16:50:33 -0800193 certificate is not a known
194 :class:`X.509 version <cryptography.x509.Version>`.
Paul Kehrer92aac382014-12-15 16:25:28 -0600195
Paul Kehrercc8a26e2014-12-16 12:40:16 -0600196 .. doctest::
197
198 >>> cert.version
199 <Version.v3: 2>
200
Paul Kehrerb2de9482014-12-11 14:54:48 -0600201 .. method:: fingerprint(algorithm)
202
203 :param algorithm: The
Paul Kehrer601278a2015-02-12 12:51:00 -0600204 :class:`~cryptography.hazmat.primitives.hashes.HashAlgorithm`
Paul Kehrerb2de9482014-12-11 14:54:48 -0600205 that will be used to generate the fingerprint.
206
Erik Trauschke2dcce902015-05-14 16:12:24 -0700207 :return bytes: The fingerprint using the supplied hash algorithm, as
Paul Kehrerb2de9482014-12-11 14:54:48 -0600208 bytes.
209
Paul Kehrercc8a26e2014-12-16 12:40:16 -0600210 .. doctest::
211
212 >>> from cryptography.hazmat.primitives import hashes
213 >>> cert.fingerprint(hashes.SHA256())
Paul Kehrer78a81502014-12-16 14:47:52 -0600214 '\x86\xd2\x187Gc\xfc\xe7}[+E9\x8d\xb4\x8f\x10\xe5S\xda\x18u\xbe}a\x03\x08[\xac\xa04?'
Paul Kehrercc8a26e2014-12-16 12:40:16 -0600215
Paul Kehrerb2de9482014-12-11 14:54:48 -0600216 .. attribute:: serial
217
218 :type: int
219
220 The serial as a Python integer.
221
Paul Kehrercc8a26e2014-12-16 12:40:16 -0600222 .. doctest::
223
224 >>> cert.serial
225 2
226
Paul Kehrerb2de9482014-12-11 14:54:48 -0600227 .. method:: public_key()
228
229 :type:
Alex Stapletonf79c2312014-12-30 12:50:14 +0000230 :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKey` or
Paul Kehrer45efdbc2015-02-12 10:58:22 -0600231 :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPublicKey` or
232 :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKey`
Paul Kehrerb2de9482014-12-11 14:54:48 -0600233
234 The public key associated with the certificate.
235
Paul Kehrercc8a26e2014-12-16 12:40:16 -0600236 .. doctest::
237
Alex Stapletonf79c2312014-12-30 12:50:14 +0000238 >>> from cryptography.hazmat.primitives.asymmetric import rsa
Paul Kehrercc8a26e2014-12-16 12:40:16 -0600239 >>> public_key = cert.public_key()
Alex Stapletonf79c2312014-12-30 12:50:14 +0000240 >>> isinstance(public_key, rsa.RSAPublicKey)
Paul Kehrercc8a26e2014-12-16 12:40:16 -0600241 True
242
Paul Kehrerb2de9482014-12-11 14:54:48 -0600243 .. attribute:: not_valid_before
244
245 :type: :class:`datetime.datetime`
246
Paul Kehrer78a81502014-12-16 14:47:52 -0600247 A naïve datetime representing the beginning of the validity period for
248 the certificate in UTC. This value is inclusive.
Paul Kehrerb2de9482014-12-11 14:54:48 -0600249
Paul Kehrercc8a26e2014-12-16 12:40:16 -0600250 .. doctest::
251
252 >>> cert.not_valid_before
253 datetime.datetime(2010, 1, 1, 8, 30)
254
Paul Kehrerb2de9482014-12-11 14:54:48 -0600255 .. attribute:: not_valid_after
256
257 :type: :class:`datetime.datetime`
258
Paul Kehrer78a81502014-12-16 14:47:52 -0600259 A naïve datetime representing the end of the validity period for the
260 certificate in UTC. This value is inclusive.
Paul Kehrerb2de9482014-12-11 14:54:48 -0600261
Paul Kehrercc8a26e2014-12-16 12:40:16 -0600262 .. doctest::
263
264 >>> cert.not_valid_after
265 datetime.datetime(2030, 12, 31, 8, 30)
266
Paul Kehrer719d5362015-01-01 20:03:52 -0600267 .. attribute:: issuer
268
269 .. versionadded:: 0.8
270
271 :type: :class:`Name`
272
273 The :class:`Name` of the issuer.
274
275 .. attribute:: subject
276
277 .. versionadded:: 0.8
278
279 :type: :class:`Name`
280
281 The :class:`Name` of the subject.
282
Paul Kehrer8802a5b2015-02-13 12:06:57 -0600283 .. attribute:: signature_hash_algorithm
Paul Kehrer56da2a52015-02-11 23:35:07 -0600284
Paul Kehrer8802a5b2015-02-13 12:06:57 -0600285 :type: :class:`~cryptography.hazmat.primitives.hashes.HashAlgorithm`
Paul Kehrer56da2a52015-02-11 23:35:07 -0600286
Paul Kehrere612ec72015-02-16 14:33:35 -0600287 Returns the
Paul Kehrer71d40c62015-02-19 08:21:04 -0600288 :class:`~cryptography.hazmat.primitives.hashes.HashAlgorithm` which
Paul Kehrer1a7ba872015-02-19 18:09:05 -0600289 was used in signing this certificate.
Paul Kehrer56da2a52015-02-11 23:35:07 -0600290
291 .. doctest::
292
Paul Kehrer8802a5b2015-02-13 12:06:57 -0600293 >>> from cryptography.hazmat.primitives import hashes
294 >>> isinstance(cert.signature_hash_algorithm, hashes.SHA256)
295 True
Paul Kehrer719d5362015-01-01 20:03:52 -0600296
Paul Kehrerfbb7ac82015-03-16 19:26:29 -0500297 .. attribute:: extensions
298
299 :type: :class:`Extensions`
300
301 The extensions encoded in the certificate.
302
303 :raises cryptography.x509.DuplicateExtension: If more than one
304 extension of the same type is found within the certificate.
305
Paul Kehrerd8fc0be2015-04-21 08:31:10 -0500306 :raises cryptography.x509.UnsupportedExtension: If the certificate
307 contains an extension that is not supported.
308
Paul Kehrerbed07352015-04-21 08:31:10 -0500309 :raises cryptography.x509.UnsupportedGeneralNameType: If an extension
310 contains a general name that is not supported.
311
Paul Kehrerb8968812015-05-15 09:01:34 -0700312 :raises UnicodeError: If an extension contains IDNA encoding that is
313 invalid or not compliant with IDNA 2008.
314
Paul Kehrerfa56a232015-03-17 13:14:03 -0500315 .. doctest::
316
317 >>> for ext in cert.extensions:
318 ... print(ext)
Paul Kehrerd774de92015-05-03 10:52:25 -0500319 <Extension(oid=<ObjectIdentifier(oid=2.5.29.35, name=authorityKeyIdentifier)>, critical=False, value=<AuthorityKeyIdentifier(key_identifier='\xe4}_\xd1\\\x95\x86\x08,\x05\xae\xbeu\xb6e\xa7\xd9]\xa8f', authority_cert_issuer=None, authority_cert_serial_number=None)>)>
Paul Kehrercbfb1012015-04-10 20:57:20 -0400320 <Extension(oid=<ObjectIdentifier(oid=2.5.29.14, name=subjectKeyIdentifier)>, critical=False, value=<SubjectKeyIdentifier(digest='X\x01\x84$\x1b\xbc+R\x94J=\xa5\x10r\x14Q\xf5\xaf:\xc9')>)>
Paul Kehrerb511ba82015-04-15 11:22:48 -0400321 <Extension(oid=<ObjectIdentifier(oid=2.5.29.15, name=keyUsage)>, critical=True, value=<KeyUsage(digital_signature=False, content_commitment=False, key_encipherment=False, data_encipherment=False, key_agreement=False, key_cert_sign=True, crl_sign=True, encipher_only=None, decipher_only=None)>)>
Paul Kehrer2008d9c2015-05-12 22:19:56 -0500322 <Extension(oid=<ObjectIdentifier(oid=2.5.29.32, name=certificatePolicies)>, critical=False, value=<CertificatePolicies([<PolicyInformation(policy_identifier=<ObjectIdentifier(oid=2.16.840.1.101.3.2.1.48.1, name=Unknown OID)>, policy_qualifiers=None)>])>)>
Paul Kehrerfa56a232015-03-17 13:14:03 -0500323 <Extension(oid=<ObjectIdentifier(oid=2.5.29.19, name=basicConstraints)>, critical=True, value=<BasicConstraints(ca=True, path_length=None)>)>
324
Andre Carona8aded62015-05-19 20:11:57 -0400325 .. method:: public_bytes(encoding)
326
Alex Gaynord0b376b2015-07-05 13:58:12 -0400327 .. versionadded:: 1.0
328
Andre Carona8aded62015-05-19 20:11:57 -0400329 :param encoding: The
330 :class:`~cryptography.hazmat.primitives.serialization.Encoding`
331 that will be used to serialize the certificate.
332
333 :return bytes: The data that can be written to a file or sent
334 over the network to be verified by clients.
335
Erik Trauschke2dcce902015-05-14 16:12:24 -0700336X.509 CRL (Certificate Revocation List) Object
337~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
338
339.. class:: CertificateRevocationList
340
341 .. versionadded:: 1.0
342
343 .. method:: fingerprint(algorithm)
344
345 :param algorithm: The
346 :class:`~cryptography.hazmat.primitives.hashes.HashAlgorithm`
347 that will be used to generate the fingerprint.
348
349 :return bytes: The fingerprint using the supplied hash algorithm, as
350 bytes.
351
352 .. attribute:: signature_hash_algorithm
353
354 :type: :class:`~cryptography.hazmat.primitives.hashes.HashAlgorithm`
355
356 Returns the
357 :class:`~cryptography.hazmat.primitives.hashes.HashAlgorithm` which
358 was used in signing this CRL.
359
360 .. attribute:: issuer
361
362 :type: :class:`Name`
363
364 The :class:`Name` of the issuer.
365
366 .. attribute:: next_update
367
368 :type: :class:`datetime.datetime`
369
370 A naïve datetime representing when the next update to this CRL is
371 expected.
372
373 .. attribute:: last_update
374
375 :type: :class:`datetime.datetime`
376
377 A naïve datetime representing when the this CRL was last updated.
378
Erik Trauschkeabb7b6e2015-05-27 15:07:35 -0700379 .. attribute:: revoked_certificates
Erik Trauschke2dcce902015-05-14 16:12:24 -0700380
381 :type: list of :class:`RevokedCertificate`
382
383 The revoked certificates listed in this CRL.
384
385 .. attribute:: extensions
386
387 :type: :class:`Extensions`
388
389 The extensions encoded in the CRL.
390
Andre Caron9bbfcea2015-05-18 20:55:29 -0400391X.509 Certificate Builder
392~~~~~~~~~~~~~~~~~~~~~~~~~
393
394.. class:: CertificateBuilder
395
Ian Cordasco1517a4b2015-08-02 22:11:19 -0500396 .. versionadded:: 1.0
397
398 .. doctest::
399
400 >>> from cryptography import x509
401 >>> from cryptography.hazmat.backends import default_backend
402 >>> from cryptography.hazmat.primitives import hashes
403 >>> from cryptography.hazmat.primitives.asymmetric import rsa
404 >>> import datetime
405 >>> import uuid
406 >>> one_day = datetime.timedelta(1, 0, 0)
407 >>> private_key = rsa.generate_private_key(
408 ... public_exponent=65537,
409 ... key_size=2048,
410 ... backend=default_backend()
411 ... )
412 >>> public_key = rsa.generate_private_key(
413 ... public_exponent=65537,
414 ... key_size=2048,
415 ... backend=default_backend()
416 ... ).public_key()
417 >>> builder = x509.CertificateBuilder()
418 >>> builder = builder.subject_name(x509.Name([
419 ... x509.NameAttribute(x509.OID_COMMON_NAME, u'cryptography.io'),
420 ... ]))
421 >>> builder = builder.issuer_name(x509.Name([
422 ... x509.NameAttribute(x509.OID_COMMON_NAME, u'cryptography.io'),
423 ... ]))
424 >>> builder = builder.not_valid_before(datetime.datetime.today() - one_day)
425 >>> builder = builder.not_valid_after(datetime.datetime(2018, 8, 2))
426 >>> builder = builder.serial_number(int(uuid.uuid4()))
427 >>> builder = builder.public_key(public_key)
428 >>> builder = builder.add_extension(
429 ... x509.BasicConstraints(ca=False, path_length=None), critical=True,
430 ... )
431 >>> certificate = builder.sign(
432 ... private_key=private_key, algorithm=hashes.SHA256(),
433 ... backend=default_backend()
434 ... )
435 >>> isinstance(certificate, x509.Certificate)
436 True
437
Ian Cordasco0092a0b2015-07-18 21:46:41 -0500438 .. method:: issuer_name(name)
Andre Caron9bbfcea2015-05-18 20:55:29 -0400439
440 Sets the issuer's distinguished name.
441
Ian Cordascoc9682ad2015-08-01 12:11:13 -0500442 :param name: The :class:`~cryptography.x509.Name` that describes the
443 issuer (CA).
Andre Caron9bbfcea2015-05-18 20:55:29 -0400444
Ian Cordasco0092a0b2015-07-18 21:46:41 -0500445 .. method:: subject_name(name)
Andre Caron9bbfcea2015-05-18 20:55:29 -0400446
447 Sets the subject's distinguished name.
448
Ian Cordascoc9682ad2015-08-01 12:11:13 -0500449 :param name: The :class:`~cryptography.x509.Name` that describes the
Ian Cordasco85fc4d52015-08-01 20:29:31 -0500450 subject.
Andre Caron9bbfcea2015-05-18 20:55:29 -0400451
Ian Cordasco0092a0b2015-07-18 21:46:41 -0500452 .. method:: public_key(public_key)
Andre Caron9bbfcea2015-05-18 20:55:29 -0400453
454 Sets the subject's public key.
455
Ian Cordasco8f571422015-08-02 11:31:08 -0500456 :param public_key: The subject's public key. This can be one of
457 :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKey`,
458 :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPublicKey` or
459 :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKey`
Andre Caron9bbfcea2015-05-18 20:55:29 -0400460
Ian Cordasco0092a0b2015-07-18 21:46:41 -0500461 .. method:: serial_number(serial_number)
Andre Caron9bbfcea2015-05-18 20:55:29 -0400462
463 Sets the certificate's serial number (an integer). The CA's policy
464 determines how it attributes serial numbers to certificates. The only
465 requirement is that this number uniquely identify the certificate given
466 the issuer.
467
468 :param serial_number: Integer number that will be used by the CA to
469 identify this certificate (most notably during certificate
Ian Cordasco17c89002015-08-02 21:13:59 -0500470 revocation checking). Users are encouraged to use a method of
471 generating 20 bytes of entropy, e.g., UUID4. For more information
Ian Cordascob7530a42015-08-02 22:47:06 -0500472 on secure random number generation, see :doc:`/random-numbers`.
Andre Caron9bbfcea2015-05-18 20:55:29 -0400473
Ian Cordasco0092a0b2015-07-18 21:46:41 -0500474 .. method:: not_valid_before(time)
Andre Caron9bbfcea2015-05-18 20:55:29 -0400475
476 Sets the certificate's activation time. This is the time from which
477 clients can start trusting the certificate. It may be different from
478 the time at which the certificate was created.
479
Ian Cordasco17c89002015-08-02 21:13:59 -0500480 :param time: The :class:`datetime.datetime` object (in UTC) that marks the
Andre Caron9bbfcea2015-05-18 20:55:29 -0400481 activation time for the certificate. The certificate may not be
482 trusted clients if it is used before this time.
483
Ian Cordasco0092a0b2015-07-18 21:46:41 -0500484 .. method:: not_valid_after(time)
Andre Caron9bbfcea2015-05-18 20:55:29 -0400485
486 Sets the certificate's expiration time. This is the time from which
487 clients should no longer trust the certificate. The CA's policy will
488 determine how long the certificate should remain in use.
489
Ian Cordasco17c89002015-08-02 21:13:59 -0500490 :param time: The :class:`datetime.datetime` object (in UTC) that marks the
Andre Caron9bbfcea2015-05-18 20:55:29 -0400491 expiration time for the certificate. The certificate may not be
492 trusted clients if it is used after this time.
493
Ian Cordasco17c89002015-08-02 21:13:59 -0500494 .. method:: add_extension(extension, critical)
Andre Caron9bbfcea2015-05-18 20:55:29 -0400495
496 Adds an X.509 extension to the certificate.
497
Ian Cordasco8f571422015-08-02 11:31:08 -0500498 :param extension: The extension to add to the certificate. Can be one
499 of :class:`~cryptography.x509.BasicConstraints` or
500 :class:`~cryptography.x509.SubjectAlternativeName`.
Andre Caron9bbfcea2015-05-18 20:55:29 -0400501
Ian Cordasco17c89002015-08-02 21:13:59 -0500502 :param critical: Set to ``True`` if the extension must be understood and
503 handled by whoever reads the certificate.
504
Paul Kehrer9add80e2015-08-03 17:53:14 +0100505 .. method:: sign(private_key, algorithm, backend)
Andre Caron9bbfcea2015-05-18 20:55:29 -0400506
507 Sign the certificate using the CA's private key.
508
Ian Cordascoc5e1c252015-07-31 23:33:35 -0500509 :param private_key: The
510 :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPrivateKey`,
511 :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPrivateKey` or
512 :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePrivateKey`
513 that will be used to sign the certificate.
514
Andre Caron9bbfcea2015-05-18 20:55:29 -0400515 :param algorithm: The
516 :class:`~cryptography.hazmat.primitives.hashes.HashAlgorithm` that
517 will be used to generate the signature.
518
Paul Kehrer9add80e2015-08-03 17:53:14 +0100519 :param backend: Backend that will be used to build the certificate.
520 Must support the
521 :class:`~cryptography.hazmat.backends.interfaces.X509Backend`
522 interface.
523
Andre Caron9bbfcea2015-05-18 20:55:29 -0400524
Paul Kehrer5aadb9c2015-03-11 20:48:42 -0500525X.509 CSR (Certificate Signing Request) Object
526~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Paul Kehrerdc480ad2015-02-23 12:14:54 -0600527
Paul Kehrera1a1f232015-03-15 15:34:35 -0500528.. class:: CertificateSigningRequest
Paul Kehrerdc480ad2015-02-23 12:14:54 -0600529
530 .. versionadded:: 0.9
531
532 .. method:: public_key()
533
534 :type:
535 :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKey` or
536 :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPublicKey` or
537 :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKey`
538
539 The public key associated with the request.
540
541 .. doctest::
542
543 >>> from cryptography.hazmat.primitives.asymmetric import rsa
Paul Kehrera1a1f232015-03-15 15:34:35 -0500544 >>> public_key = csr.public_key()
Paul Kehrerdc480ad2015-02-23 12:14:54 -0600545 >>> isinstance(public_key, rsa.RSAPublicKey)
546 True
547
548 .. attribute:: subject
549
550 :type: :class:`Name`
551
552 The :class:`Name` of the subject.
553
554 .. attribute:: signature_hash_algorithm
555
556 :type: :class:`~cryptography.hazmat.primitives.hashes.HashAlgorithm`
557
558 Returns the
559 :class:`~cryptography.hazmat.primitives.hashes.HashAlgorithm` which
560 was used in signing this request.
561
562 .. doctest::
563
564 >>> from cryptography.hazmat.primitives import hashes
Paul Kehrera1a1f232015-03-15 15:34:35 -0500565 >>> isinstance(csr.signature_hash_algorithm, hashes.SHA1)
Paul Kehrerdc480ad2015-02-23 12:14:54 -0600566 True
567
Paul Kehrerc4e61942015-08-01 21:21:13 +0100568 .. attribute:: extensions
569
570 :type: :class:`Extensions`
571
572 The extensions encoded in the certificate signing request.
573
574 :raises cryptography.x509.DuplicateExtension: If more than one
Paul Kehrer24283d22015-08-01 21:31:19 +0100575 extension of the same type is found within the certificate signing request.
Paul Kehrerc4e61942015-08-01 21:21:13 +0100576
Paul Kehrer24283d22015-08-01 21:31:19 +0100577 :raises cryptography.x509.UnsupportedExtension: If the certificate signing request
Paul Kehrerc4e61942015-08-01 21:21:13 +0100578 contains an extension that is not supported.
579
580 :raises cryptography.x509.UnsupportedGeneralNameType: If an extension
581 contains a general name that is not supported.
582
583 :raises UnicodeError: If an extension contains IDNA encoding that is
584 invalid or not compliant with IDNA 2008.
585
586
Andre Caron476c5df2015-05-18 10:23:28 -0400587 .. method:: public_bytes(encoding)
588
Alex Gaynord0b376b2015-07-05 13:58:12 -0400589 .. versionadded:: 1.0
590
Andre Caron476c5df2015-05-18 10:23:28 -0400591 :param encoding: The
592 :class:`~cryptography.hazmat.primitives.serialization.Encoding`
593 that will be used to serialize the certificate request.
594
595 :return bytes: The data that can be written to a file or sent
596 over the network to be signed by the certificate
597 authority.
598
Erik Trauschke2dcce902015-05-14 16:12:24 -0700599X.509 Revoked Certificate Object
Erik Trauschkec5a8d172015-05-28 10:24:25 -0700600~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Erik Trauschke2dcce902015-05-14 16:12:24 -0700601
602.. class:: RevokedCertificate
603
604 .. versionadded:: 1.0
605
606 .. attribute:: serial_number
607
608 :type: :class:`int`
609
610 An integer representing the serial number of the revoked certificate.
611
612 .. attribute:: revocation_date
613
614 :type: :class:`datetime.datetime`
615
616 A naïve datetime representing the date this certificates was revoked.
617
618 .. attribute:: extensions
619
620 :type: :class:`Extensions`
621
622 The extensions encoded in the revoked certificate.
Andre Caron476c5df2015-05-18 10:23:28 -0400623
Andre Caron0ef595f2015-05-18 13:53:43 -0400624X.509 CSR (Certificate Signing Request) Builder Object
625~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
626
627.. class:: CertificateSigningRequestBuilder
628
Andre Carond259ee52015-06-02 23:47:11 -0400629 .. versionadded:: 1.0
630
631 .. doctest::
632
633 >>> from cryptography import x509
634 >>> from cryptography.hazmat.backends import default_backend
635 >>> from cryptography.hazmat.primitives import hashes
636 >>> from cryptography.hazmat.primitives.asymmetric import rsa
637 >>> private_key = rsa.generate_private_key(
638 ... public_exponent=65537,
639 ... key_size=2048,
640 ... backend=default_backend()
641 ... )
642 >>> builder = x509.CertificateSigningRequestBuilder()
Andre Carona9a51172015-06-06 20:18:44 -0400643 >>> builder = builder.subject_name(x509.Name([
Ian Cordasco4d46eb72015-06-17 12:08:27 -0500644 ... x509.NameAttribute(x509.OID_COMMON_NAME, u'cryptography.io'),
Andre Carond259ee52015-06-02 23:47:11 -0400645 ... ]))
Ian Cordascof06b6be2015-06-21 10:09:18 -0500646 >>> builder = builder.add_extension(
Ian Cordasco0112b022015-06-16 17:51:18 -0500647 ... x509.BasicConstraints(ca=False, path_length=None), critical=True,
Andre Caron472fd692015-06-06 20:04:44 -0400648 ... )
Andre Carond259ee52015-06-02 23:47:11 -0400649 >>> request = builder.sign(
Alex Gaynorde9e5842015-06-26 20:11:23 -0400650 ... private_key, hashes.SHA256(), default_backend()
Andre Carond259ee52015-06-02 23:47:11 -0400651 ... )
652 >>> isinstance(request, x509.CertificateSigningRequest)
653 True
654
Andre Carona9a51172015-06-06 20:18:44 -0400655 .. method:: subject_name(name)
Andre Caron0ef595f2015-05-18 13:53:43 -0400656
Andre Caron341ff852015-06-06 20:14:31 -0400657 :param name: The :class:`~cryptography.x509.Name` of the certificate
658 subject.
659 :returns: A new
660 :class:`~cryptography.x509.CertificateSigningRequestBuilder`.
Andre Caron0ef595f2015-05-18 13:53:43 -0400661
Ian Cordascof06b6be2015-06-21 10:09:18 -0500662 .. method:: add_extension(extension, critical)
Andre Caron0ef595f2015-05-18 13:53:43 -0400663
Andre Caron341ff852015-06-06 20:14:31 -0400664 :param extension: The :class:`~cryptography.x509.Extension` to add to
665 the request.
Andre Caron472fd692015-06-06 20:04:44 -0400666 :param critical: Set to `True` if the extension must be understood and
667 handled by whoever reads the certificate.
Andre Caron341ff852015-06-06 20:14:31 -0400668 :returns: A new
669 :class:`~cryptography.x509.CertificateSigningRequestBuilder`.
Andre Caron0ef595f2015-05-18 13:53:43 -0400670
Alex Gaynorb3b0fbe2015-06-26 19:57:18 -0400671 .. method:: sign(private_key, algorithm, backend)
Andre Caron0ef595f2015-05-18 13:53:43 -0400672
673 :param backend: Backend that will be used to sign the request.
674 Must support the
675 :class:`~cryptography.hazmat.backends.interfaces.X509Backend`
676 interface.
677
678 :param private_key: The
Andre Caron24f9bf42015-06-06 20:14:54 -0400679 :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPrivateKey`,
680 :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPrivateKey` or
681 :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePrivateKey`
Andre Caron0ef595f2015-05-18 13:53:43 -0400682 that will be used to sign the request. When the request is
683 signed by a certificate authority, the private key's associated
684 public key will be stored in the resulting certificate.
685
686 :param algorithm: The
687 :class:`~cryptography.hazmat.primitives.hashes.HashAlgorithm`
688 that will be used to generate the request signature.
689
Andre Caron341ff852015-06-06 20:14:31 -0400690 :returns: A new
691 :class:`~cryptography.x509.CertificateSigningRequest`.
Andre Caron0ef595f2015-05-18 13:53:43 -0400692
693
Paul Kehrer719d5362015-01-01 20:03:52 -0600694.. class:: Name
695
696 .. versionadded:: 0.8
697
Paul Kehrer53d8d492015-02-13 18:47:30 -0600698 An X509 Name is an ordered list of attributes. The object is iterable to
Paul Kehrerd21596e2015-02-14 09:17:26 -0600699 get every attribute or you can use :meth:`Name.get_attributes_for_oid` to
Paul Kehrer719d5362015-01-01 20:03:52 -0600700 obtain the specific type you want. Names are sometimes represented as a
Paul Kehrer53d8d492015-02-13 18:47:30 -0600701 slash or comma delimited string (e.g. ``/CN=mydomain.com/O=My Org/C=US`` or
702 ``CN=mydomain.com, O=My Org, C=US``).
Paul Kehrer719d5362015-01-01 20:03:52 -0600703
Paul Kehrer53d8d492015-02-13 18:47:30 -0600704 .. doctest::
Paul Kehrer719d5362015-01-01 20:03:52 -0600705
Paul Kehrer8b21a4a2015-02-14 07:56:36 -0600706 >>> len(cert.subject)
Paul Kehrer53d8d492015-02-13 18:47:30 -0600707 3
Paul Kehrer8b21a4a2015-02-14 07:56:36 -0600708 >>> for attribute in cert.subject:
709 ... print(attribute)
710 <NameAttribute(oid=<ObjectIdentifier(oid=2.5.4.6, name=countryName)>, value=u'US')>
711 <NameAttribute(oid=<ObjectIdentifier(oid=2.5.4.10, name=organizationName)>, value=u'Test Certificates 2011')>
712 <NameAttribute(oid=<ObjectIdentifier(oid=2.5.4.3, name=commonName)>, value=u'Good CA')>
Paul Kehrer719d5362015-01-01 20:03:52 -0600713
Paul Kehrere901d642015-02-11 18:50:58 -0600714 .. method:: get_attributes_for_oid(oid)
Paul Kehrer719d5362015-01-01 20:03:52 -0600715
Paul Kehrere901d642015-02-11 18:50:58 -0600716 :param oid: An :class:`ObjectIdentifier` instance.
Paul Kehrer719d5362015-01-01 20:03:52 -0600717
Paul Kehrere901d642015-02-11 18:50:58 -0600718 :returns: A list of :class:`NameAttribute` instances that match the
719 OID provided. If nothing matches an empty list will be returned.
Paul Kehrer719d5362015-01-01 20:03:52 -0600720
721 .. doctest::
722
Paul Kehrere901d642015-02-11 18:50:58 -0600723 >>> cert.subject.get_attributes_for_oid(x509.OID_COMMON_NAME)
724 [<NameAttribute(oid=<ObjectIdentifier(oid=2.5.4.3, name=commonName)>, value=u'Good CA')>]
Paul Kehrerb2de9482014-12-11 14:54:48 -0600725
Paul Kehrere76cd272014-12-14 19:00:51 -0600726.. class:: Version
Paul Kehrer016e08a2014-11-26 09:41:18 -1000727
728 .. versionadded:: 0.7
729
730 An enumeration for X.509 versions.
731
732 .. attribute:: v1
733
734 For version 1 X.509 certificates.
735
736 .. attribute:: v3
737
738 For version 3 X.509 certificates.
739
Paul Kehrer806bfb22015-02-02 17:05:24 -0600740.. class:: NameAttribute
Paul Kehrer912d3fb2015-01-29 11:19:22 -0600741
742 .. versionadded:: 0.8
743
Paul Kehrer834d22f2015-02-06 11:01:07 -0600744 An X.509 name consists of a list of NameAttribute instances.
Paul Kehrer5b0a8d62015-01-30 20:05:55 -0600745
Paul Kehrer912d3fb2015-01-29 11:19:22 -0600746 .. attribute:: oid
747
748 :type: :class:`ObjectIdentifier`
749
750 The attribute OID.
751
752 .. attribute:: value
753
Paul Kehrerd5852cb2015-01-30 08:25:23 -0600754 :type: :term:`text`
Paul Kehrer912d3fb2015-01-29 11:19:22 -0600755
756 The value of the attribute.
757
758.. class:: ObjectIdentifier
759
760 .. versionadded:: 0.8
761
Paul Kehrer5b0a8d62015-01-30 20:05:55 -0600762 Object identifiers (frequently seen abbreviated as OID) identify the type
Paul Kehrer806bfb22015-02-02 17:05:24 -0600763 of a value (see: :class:`NameAttribute`).
Paul Kehrer5b0a8d62015-01-30 20:05:55 -0600764
Paul Kehrerd44f9a62015-02-04 14:47:34 -0600765 .. attribute:: dotted_string
Paul Kehrer912d3fb2015-01-29 11:19:22 -0600766
767 :type: :class:`str`
768
Paul Kehrerfedf4f42015-02-06 11:22:07 -0600769 The dotted string value of the OID (e.g. ``"2.5.4.3"``)
Paul Kehrer912d3fb2015-01-29 11:19:22 -0600770
Paul Kehrer31bdf792015-03-25 14:11:00 -0500771.. _general_name_classes:
772
773General Name Classes
774~~~~~~~~~~~~~~~~~~~~
775
776.. class:: GeneralName
777
778 .. versionadded:: 0.9
779
780 This is the generic interface that all the following classes are registered
781 against.
782
783.. class:: RFC822Name
784
785 .. versionadded:: 0.9
786
787 This corresponds to an email address. For example, ``user@example.com``.
788
789 .. attribute:: value
790
791 :type: :term:`text`
792
793.. class:: DNSName
794
795 .. versionadded:: 0.9
796
797 This corresponds to a domain name. For example, ``cryptography.io``.
798
799 .. attribute:: value
800
801 :type: :term:`text`
802
803.. class:: DirectoryName
804
805 .. versionadded:: 0.9
806
807 This corresponds to a directory name.
808
809 .. attribute:: value
810
811 :type: :class:`Name`
812
813.. class:: UniformResourceIdentifier
814
815 .. versionadded:: 0.9
816
817 This corresponds to a uniform resource identifier. For example,
Paul Kehrerb8ef82e2015-04-22 16:04:24 -0500818 ``https://cryptography.io``. The URI is parsed and IDNA decoded (see
819 :rfc:`5895`).
820
821 .. note::
822
823 URIs that do not contain ``://`` in them will not be decoded.
Paul Kehrer31bdf792015-03-25 14:11:00 -0500824
825 .. attribute:: value
826
827 :type: :term:`text`
828
829.. class:: IPAddress
830
831 .. versionadded:: 0.9
832
833 This corresponds to an IP address.
834
835 .. attribute:: value
836
Paul Kehrereb177932015-05-17 18:33:33 -0700837 :type: :class:`~ipaddress.IPv4Address`,
838 :class:`~ipaddress.IPv6Address`, :class:`~ipaddress.IPv4Network`,
839 or :class:`~ipaddress.IPv6Network`.
Paul Kehrer31bdf792015-03-25 14:11:00 -0500840
841.. class:: RegisteredID
842
843 .. versionadded:: 0.9
844
845 This corresponds to a registered ID.
846
847 .. attribute:: value
848
849 :type: :class:`ObjectIdentifier`
850
Joshua Tauberer2ee5e3c2015-07-04 20:09:46 +0000851.. class:: OtherName
852
853 .. versionadded:: 1.0
854
Joshua Tauberer18b6fc82015-07-05 21:44:51 +0000855 This corresponds to an ``otherName.`` An ``otherName`` has a type identifier and a value represented in binary DER format.
Joshua Tauberer2ee5e3c2015-07-04 20:09:46 +0000856
857 .. attribute:: type_id
858
859 :type: :class:`ObjectIdentifier`
860
861 .. attribute:: value
862
863 :type: `bytes`
864
Paul Kehrer8cf26422015-03-21 09:50:24 -0500865X.509 Extensions
866~~~~~~~~~~~~~~~~
867
Paul Kehrerfbb7ac82015-03-16 19:26:29 -0500868.. class:: Extensions
869
870 .. versionadded:: 0.9
871
872 An X.509 Extensions instance is an ordered list of extensions. The object
873 is iterable to get every extension.
874
Paul Kehrerfa56a232015-03-17 13:14:03 -0500875 .. method:: get_extension_for_oid(oid)
876
877 :param oid: An :class:`ObjectIdentifier` instance.
878
879 :returns: An instance of the extension class.
880
881 :raises cryptography.x509.ExtensionNotFound: If the certificate does
882 not have the extension requested.
883
Paul Kehrerfa56a232015-03-17 13:14:03 -0500884 .. doctest::
885
886 >>> cert.extensions.get_extension_for_oid(x509.OID_BASIC_CONSTRAINTS)
887 <Extension(oid=<ObjectIdentifier(oid=2.5.29.19, name=basicConstraints)>, critical=True, value=<BasicConstraints(ca=True, path_length=None)>)>
888
Paul Kehrer8cf26422015-03-21 09:50:24 -0500889.. class:: Extension
890
891 .. versionadded:: 0.9
892
Paul Kehrer85894662015-03-22 13:19:31 -0500893 .. attribute:: oid
894
895 :type: :class:`ObjectIdentifier`
896
Paul Kehrer5553d572015-03-23 21:08:01 -0500897 The :ref:`extension OID <extension_oids>`.
Paul Kehrer8cf26422015-03-21 09:50:24 -0500898
899 .. attribute:: critical
900
901 :type: bool
902
Paul Kehrer58b75692015-03-22 23:24:58 -0500903 Determines whether a given extension is critical or not. :rfc:`5280`
904 requires that "A certificate-using system MUST reject the certificate
905 if it encounters a critical extension it does not recognize or a
906 critical extension that contains information that it cannot process".
Paul Kehrer8cf26422015-03-21 09:50:24 -0500907
Paul Kehrer85894662015-03-22 13:19:31 -0500908 .. attribute:: value
909
910 Returns an instance of the extension type corresponding to the OID.
911
Paul Kehrer14f0bd02015-08-06 11:55:18 +0100912.. class:: ExtensionType
913
914 .. versionadded:: 1.0
915
916 This is the interface against which all the following extension types are
917 registered.
918
Paul Kehrercecbbba2015-03-30 14:58:38 -0500919.. class:: KeyUsage
920
921 .. versionadded:: 0.9
922
923 The key usage extension defines the purpose of the key contained in the
924 certificate. The usage restriction might be employed when a key that could
925 be used for more than one operation is to be restricted. It corresponds to
926 :data:`OID_KEY_USAGE`.
927
Paul Kehrer822f3d32015-08-06 11:47:32 +0100928 .. attribute:: oid
929
930 .. versionadded:: 1.0
931
932 :type: :class:`ObjectIdentifier`
933
934 The OID associated with this extension type.
935
Paul Kehrercecbbba2015-03-30 14:58:38 -0500936 .. attribute:: digital_signature
937
938 :type: bool
939
Paul Kehrer738407b2015-04-01 22:39:02 -0500940 This purpose is set to true when the subject public key is used for verifying
Paul Kehrercecbbba2015-03-30 14:58:38 -0500941 digital signatures, other than signatures on certificates
942 (``key_cert_sign``) and CRLs (``crl_sign``).
943
944 .. attribute:: content_commitment
945
946 :type: bool
947
Paul Kehrer738407b2015-04-01 22:39:02 -0500948 This purpose is set to true when the subject public key is used for verifying
Paul Kehrercecbbba2015-03-30 14:58:38 -0500949 digital signatures, other than signatures on certificates
950 (``key_cert_sign``) and CRLs (``crl_sign``). It is used to provide a
951 non-repudiation service that protects against the signing entity
952 falsely denying some action. In the case of later conflict, a
953 reliable third party may determine the authenticity of the signed
954 data. This was called ``non_repudiation`` in older revisions of the
955 X.509 specification.
956
957 .. attribute:: key_encipherment
958
959 :type: bool
960
Paul Kehrer738407b2015-04-01 22:39:02 -0500961 This purpose is set to true when the subject public key is used for
962 enciphering private or secret keys.
Paul Kehrercecbbba2015-03-30 14:58:38 -0500963
964 .. attribute:: data_encipherment
965
966 :type: bool
967
Paul Kehrer738407b2015-04-01 22:39:02 -0500968 This purpose is set to true when the subject public key is used for
969 directly enciphering raw user data without the use of an intermediate
970 symmetric cipher.
Paul Kehrercecbbba2015-03-30 14:58:38 -0500971
972 .. attribute:: key_agreement
973
974 :type: bool
975
Paul Kehrer738407b2015-04-01 22:39:02 -0500976 This purpose is set to true when the subject public key is used for key
977 agreement. For example, when a Diffie-Hellman key is to be used for
978 key management, then this purpose is set to true.
Paul Kehrercecbbba2015-03-30 14:58:38 -0500979
980 .. attribute:: key_cert_sign
981
982 :type: bool
983
Paul Kehrer738407b2015-04-01 22:39:02 -0500984 This purpose is set to true when the subject public key is used for
985 verifying signatures on public key certificates. If this purpose is set
986 to true then ``ca`` must be true in the :class:`BasicConstraints`
987 extension.
Paul Kehrercecbbba2015-03-30 14:58:38 -0500988
989 .. attribute:: crl_sign
990
991 :type: bool
992
Paul Kehrer738407b2015-04-01 22:39:02 -0500993 This purpose is set to true when the subject public key is used for
994 verifying signatures on certificate revocation lists.
Paul Kehrercecbbba2015-03-30 14:58:38 -0500995
996 .. attribute:: encipher_only
997
998 :type: bool
999
Paul Kehrer738407b2015-04-01 22:39:02 -05001000 When this purposes is set to true and the ``key_agreement`` purpose is
1001 also set, the subject public key may be used only for enciphering data
1002 while performing key agreement.
Paul Kehrercecbbba2015-03-30 14:58:38 -05001003
1004 :raises ValueError: This is raised if accessed when ``key_agreement``
1005 is false.
1006
1007 .. attribute:: decipher_only
1008
1009 :type: bool
1010
Paul Kehrer738407b2015-04-01 22:39:02 -05001011 When this purposes is set to true and the ``key_agreement`` purpose is
1012 also set, the subject public key may be used only for deciphering data
1013 while performing key agreement.
Paul Kehrercecbbba2015-03-30 14:58:38 -05001014
1015 :raises ValueError: This is raised if accessed when ``key_agreement``
1016 is false.
1017
1018
Paul Kehrer8cf26422015-03-21 09:50:24 -05001019.. class:: BasicConstraints
1020
1021 .. versionadded:: 0.9
1022
Paul Kehrer85894662015-03-22 13:19:31 -05001023 Basic constraints is an X.509 extension type that defines whether a given
Paul Kehrer8cf26422015-03-21 09:50:24 -05001024 certificate is allowed to sign additional certificates and what path
Paul Kehrer85894662015-03-22 13:19:31 -05001025 length restrictions may exist. It corresponds to
1026 :data:`OID_BASIC_CONSTRAINTS`.
Paul Kehrer8cf26422015-03-21 09:50:24 -05001027
Paul Kehrer822f3d32015-08-06 11:47:32 +01001028 .. attribute:: oid
1029
1030 .. versionadded:: 1.0
1031
1032 :type: :class:`ObjectIdentifier`
1033
1034 The OID associated with this extension type.
1035
Paul Kehrer8cf26422015-03-21 09:50:24 -05001036 .. attribute:: ca
1037
1038 :type: bool
1039
1040 Whether the certificate can sign certificates.
1041
1042 .. attribute:: path_length
1043
Paul Kehrerfd1444c2015-03-21 19:47:05 -05001044 :type: int or None
Paul Kehrer8cf26422015-03-21 09:50:24 -05001045
1046 The maximum path length for certificates subordinate to this
1047 certificate. This attribute only has meaning if ``ca`` is true.
1048 If ``ca`` is true then a path length of None means there's no
1049 restriction on the number of subordinate CAs in the certificate chain.
Alex Gaynor99c5f152015-05-03 10:01:04 -04001050 If it is zero or greater then it defines the maximum length for a
1051 subordinate CA's certificate chain. For example, a ``path_length`` of 1
1052 means the certificate can sign a subordinate CA, but the subordinate CA
1053 is not allowed to create subordinates with ``ca`` set to true.
Paul Kehrer8cf26422015-03-21 09:50:24 -05001054
Paul Kehrerffa2a152015-03-31 08:18:25 -05001055.. class:: ExtendedKeyUsage
1056
1057 .. versionadded:: 0.9
1058
1059 This extension indicates one or more purposes for which the certified
1060 public key may be used, in addition to or in place of the basic
1061 purposes indicated in the key usage extension. The object is
1062 iterable to obtain the list of :ref:`extended key usage OIDs <eku_oids>`.
1063
Paul Kehrer822f3d32015-08-06 11:47:32 +01001064 .. attribute:: oid
1065
1066 .. versionadded:: 1.0
1067
1068 :type: :class:`ObjectIdentifier`
1069
1070 The OID associated with this extension type.
1071
1072
Paul Kehrer4a1038e2015-05-18 10:28:31 -07001073.. class:: OCSPNoCheck
1074
Paul Kehrer506a2152015-05-26 08:01:18 -05001075 .. versionadded:: 1.0
Paul Kehrer4a1038e2015-05-18 10:28:31 -07001076
1077 This presence of this extension indicates that an OCSP client can trust a
1078 responder for the lifetime of the responder's certificate. CAs issuing
1079 such a certificate should realize that a compromise of the responder's key
1080 is as serious as the compromise of a CA key used to sign CRLs, at least for
1081 the validity period of this certificate. CA's may choose to issue this type
1082 of certificate with a very short lifetime and renew it frequently. This
1083 extension is only relevant when the certificate is an authorized OCSP
1084 responder.
1085
Paul Kehrer822f3d32015-08-06 11:47:32 +01001086 .. attribute:: oid
1087
1088 .. versionadded:: 1.0
1089
1090 :type: :class:`ObjectIdentifier`
1091
1092 The OID associated with this extension type.
1093
Paul Kehrere0017be2015-05-17 20:39:40 -06001094.. class:: NameConstraints
1095
1096 .. versionadded:: 1.0
1097
1098 The name constraints extension, which only has meaning in a CA certificate,
1099 defines a name space within which all subject names in certificates issued
1100 beneath the CA certificate must (or must not) be in. For specific details
1101 on the way this extension should be processed see :rfc:`5280`.
1102
Paul Kehrer822f3d32015-08-06 11:47:32 +01001103 .. attribute:: oid
1104
1105 .. versionadded:: 1.0
1106
1107 :type: :class:`ObjectIdentifier`
1108
1109 The OID associated with this extension type.
1110
Paul Kehrere0017be2015-05-17 20:39:40 -06001111 .. attribute:: permitted_subtrees
1112
1113 :type: list of :class:`GeneralName` objects or None
1114
1115 The set of permitted name patterns. If a name matches this and an
1116 element in ``excluded_subtrees`` it is invalid. At least one of
1117 ``permitted_subtrees`` and ``excluded_subtrees`` will be non-None.
1118
1119 .. attribute:: excluded_subtrees
1120
1121 :type: list of :class:`GeneralName` objects or None
1122
1123 Any name matching a restriction in the ``excluded_subtrees`` field is
1124 invalid regardless of information appearing in the
1125 ``permitted_subtrees``. At least one of ``permitted_subtrees`` and
1126 ``excluded_subtrees`` will be non-None.
1127
Paul Kehrer2eb4ed92015-04-11 15:33:45 -04001128.. class:: AuthorityKeyIdentifier
1129
1130 .. versionadded:: 0.9
1131
1132 The authority key identifier extension provides a means of identifying the
1133 public key corresponding to the private key used to sign a certificate.
Paul Kehrer8c8cd722015-04-19 09:15:04 -05001134 This extension is typically used to assist in determining the appropriate
1135 certificate chain. For more information about generation and use of this
1136 extension see `RFC 5280 section 4.2.1.1`_.
Paul Kehrer2eb4ed92015-04-11 15:33:45 -04001137
Paul Kehrer822f3d32015-08-06 11:47:32 +01001138 .. attribute:: oid
1139
1140 .. versionadded:: 1.0
1141
1142 :type: :class:`ObjectIdentifier`
1143
1144 The OID associated with this extension type.
1145
Paul Kehrer2eb4ed92015-04-11 15:33:45 -04001146 .. attribute:: key_identifier
1147
1148 :type: bytes
1149
Paul Kehrer9104b1d2015-04-18 09:23:44 -05001150 A value derived from the public key used to verify the certificate's
Paul Kehrer8c8cd722015-04-19 09:15:04 -05001151 signature.
Paul Kehrer9104b1d2015-04-18 09:23:44 -05001152
Paul Kehrer2eb4ed92015-04-11 15:33:45 -04001153 .. attribute:: authority_cert_issuer
1154
1155 :type: :class:`Name` or None
1156
Paul Kehrer9104b1d2015-04-18 09:23:44 -05001157 The :class:`Name` of the issuer's issuer.
1158
Paul Kehrer2eb4ed92015-04-11 15:33:45 -04001159 .. attribute:: authority_cert_serial_number
1160
1161 :type: int or None
1162
Paul Kehrer9104b1d2015-04-18 09:23:44 -05001163 The serial number of the issuer's issuer.
1164
Paul Kehrer1eb82a62015-03-31 20:00:33 -05001165.. class:: SubjectKeyIdentifier
1166
1167 .. versionadded:: 0.9
1168
1169 The subject key identifier extension provides a means of identifying
1170 certificates that contain a particular public key.
1171
Paul Kehrer822f3d32015-08-06 11:47:32 +01001172 .. attribute:: oid
1173
1174 .. versionadded:: 1.0
1175
1176 :type: :class:`ObjectIdentifier`
1177
1178 The OID associated with this extension type.
1179
Paul Kehrer1eb82a62015-03-31 20:00:33 -05001180 .. attribute:: digest
1181
1182 :type: bytes
1183
1184 The binary value of the identifier.
1185
Paul Kehrer31bdf792015-03-25 14:11:00 -05001186.. class:: SubjectAlternativeName
1187
1188 .. versionadded:: 0.9
1189
1190 Subject alternative name is an X.509 extension that provides a list of
1191 :ref:`general name <general_name_classes>` instances that provide a set
1192 of identities for which the certificate is valid. The object is iterable to
1193 get every element.
1194
Paul Kehrer822f3d32015-08-06 11:47:32 +01001195 .. attribute:: oid
1196
1197 .. versionadded:: 1.0
1198
1199 :type: :class:`ObjectIdentifier`
1200
1201 The OID associated with this extension type.
1202
Paul Kehrer31bdf792015-03-25 14:11:00 -05001203 .. method:: get_values_for_type(type)
1204
1205 :param type: A :class:`GeneralName` provider. This is one of the
1206 :ref:`general name classes <general_name_classes>`.
1207
1208 :returns: A list of values extracted from the matched general names.
Joshua Taubererd2afad32015-07-06 22:37:53 +00001209 The type of the returned values depends on the :class:`GeneralName`.
Paul Kehrer31bdf792015-03-25 14:11:00 -05001210
Paul Kehrer93ae8052015-05-02 23:18:09 -05001211 .. doctest::
1212
1213 >>> from cryptography import x509
1214 >>> from cryptography.hazmat.backends import default_backend
1215 >>> from cryptography.hazmat.primitives import hashes
1216 >>> cert = x509.load_pem_x509_certificate(cryptography_cert_pem, default_backend())
Paul Kehrerd0cd5072015-05-02 23:27:00 -05001217 >>> # Get the subjectAltName extension from the certificate
Paul Kehrer93ae8052015-05-02 23:18:09 -05001218 >>> ext = cert.extensions.get_extension_for_oid(x509.OID_SUBJECT_ALTERNATIVE_NAME)
Paul Kehrerd0cd5072015-05-02 23:27:00 -05001219 >>> # Get the dNSName entries from the SAN extension
1220 >>> ext.value.get_values_for_type(x509.DNSName)
Paul Kehrer93ae8052015-05-02 23:18:09 -05001221 [u'www.cryptography.io', u'cryptography.io']
1222
Paul Kehrer8cf26422015-03-21 09:50:24 -05001223
Paul Kehrer99125c92015-06-07 18:37:10 -05001224.. class:: IssuerAlternativeName
1225
1226 .. versionadded:: 1.0
1227
1228 Issuer alternative name is an X.509 extension that provides a list of
1229 :ref:`general name <general_name_classes>` instances that provide a set
1230 of identities for the certificate issuer. The object is iterable to
1231 get every element.
1232
Paul Kehrer822f3d32015-08-06 11:47:32 +01001233 .. attribute:: oid
1234
1235 .. versionadded:: 1.0
1236
1237 :type: :class:`ObjectIdentifier`
1238
1239 The OID associated with this extension type.
1240
Paul Kehrer99125c92015-06-07 18:37:10 -05001241 .. method:: get_values_for_type(type)
1242
1243 :param type: A :class:`GeneralName` provider. This is one of the
1244 :ref:`general name classes <general_name_classes>`.
1245
1246 :returns: A list of values extracted from the matched general names.
1247
1248
Paul Kehrer3e6d5582015-05-02 21:57:56 -05001249.. class:: AuthorityInformationAccess
1250
1251 .. versionadded:: 0.9
1252
1253 The authority information access extension indicates how to access
1254 information and services for the issuer of the certificate in which
1255 the extension appears. Information and services may include online
1256 validation services (such as OCSP) and issuer data. It is an iterable,
1257 containing one or more :class:`AccessDescription` instances.
1258
Paul Kehrer822f3d32015-08-06 11:47:32 +01001259 .. attribute:: oid
1260
1261 .. versionadded:: 1.0
1262
1263 :type: :class:`ObjectIdentifier`
1264
1265 The OID associated with this extension type.
1266
Paul Kehrer3e6d5582015-05-02 21:57:56 -05001267
1268.. class:: AccessDescription
1269
Paul Kehrer5a485522015-05-06 00:29:12 -05001270 .. versionadded:: 0.9
1271
Paul Kehrer3e6d5582015-05-02 21:57:56 -05001272 .. attribute:: access_method
1273
1274 :type: :class:`ObjectIdentifier`
1275
Paul Kehrerf506bca2015-05-02 22:31:47 -05001276 The access method defines what the ``access_location`` means. It must
1277 be either :data:`OID_OCSP` or :data:`OID_CA_ISSUERS`. If it is
1278 :data:`OID_OCSP` the access location will be where to obtain OCSP
1279 information for the certificate. If it is :data:`OID_CA_ISSUERS` the
1280 access location will provide additional information about the issuing
1281 certificate.
Paul Kehrer3e6d5582015-05-02 21:57:56 -05001282
1283 .. attribute:: access_location
1284
1285 :type: :class:`GeneralName`
1286
Paul Kehrerf506bca2015-05-02 22:31:47 -05001287 Where to access the information defined by the access method.
1288
Paul Kehrer5a485522015-05-06 00:29:12 -05001289.. class:: CRLDistributionPoints
1290
1291 .. versionadded:: 0.9
1292
1293 The CRL distribution points extension identifies how CRL information is
1294 obtained. It is an iterable, containing one or more
1295 :class:`DistributionPoint` instances.
1296
Paul Kehrer822f3d32015-08-06 11:47:32 +01001297 .. attribute:: oid
1298
1299 .. versionadded:: 1.0
1300
1301 :type: :class:`ObjectIdentifier`
1302
1303 The OID associated with this extension type.
1304
Paul Kehrer5a485522015-05-06 00:29:12 -05001305.. class:: DistributionPoint
1306
1307 .. versionadded:: 0.9
1308
Paul Kehrer4e8dacd2015-05-09 10:38:23 -05001309 .. attribute:: full_name
Paul Kehrer5a485522015-05-06 00:29:12 -05001310
Paul Kehrer4e8dacd2015-05-09 10:38:23 -05001311 :type: list of :class:`GeneralName` instances or None
Paul Kehrer5a485522015-05-06 00:29:12 -05001312
Paul Kehrerf2c072b2015-05-09 17:04:28 -05001313 This field describes methods to retrieve the CRL. At most one of
1314 ``full_name`` or ``relative_name`` will be non-None.
Paul Kehrer4e8dacd2015-05-09 10:38:23 -05001315
1316 .. attribute:: relative_name
1317
1318 :type: :class:`Name` or None
1319
1320 This field describes methods to retrieve the CRL relative to the CRL
Paul Kehrerf2c072b2015-05-09 17:04:28 -05001321 issuer. At most one of ``full_name`` or ``relative_name`` will be
1322 non-None.
Paul Kehrer5a485522015-05-06 00:29:12 -05001323
1324 .. attribute:: crl_issuer
1325
1326 :type: list of :class:`GeneralName` instances or None
1327
1328 Information about the issuer of the CRL.
1329
1330 .. attribute:: reasons
1331
Paul Kehrer3fd02602015-05-09 19:46:13 -05001332 :type: frozenset of :class:`ReasonFlags` or None
Paul Kehrer5a485522015-05-06 00:29:12 -05001333
1334 The reasons a given distribution point may be used for when performing
1335 revocation checks.
1336
1337.. class:: ReasonFlags
1338
1339 .. versionadded:: 0.9
1340
Paul Kehrer4e8dacd2015-05-09 10:38:23 -05001341 An enumeration for CRL reasons.
1342
1343 .. attribute:: unspecified
1344
1345 It is unspecified why the certificate was revoked. This reason cannot
1346 be used as a reason flag in a :class:`DistributionPoint`.
Paul Kehrer5a485522015-05-06 00:29:12 -05001347
1348 .. attribute:: key_compromise
1349
Paul Kehrer4e8dacd2015-05-09 10:38:23 -05001350 This reason indicates that the private key was compromised.
Paul Kehrer5a485522015-05-06 00:29:12 -05001351
1352 .. attribute:: ca_compromise
1353
Paul Kehrer4e8dacd2015-05-09 10:38:23 -05001354 This reason indicates that the CA issuing the certificate was
1355 compromised.
Paul Kehrer5a485522015-05-06 00:29:12 -05001356
1357 .. attribute:: affiliation_changed
1358
Paul Kehrer4e8dacd2015-05-09 10:38:23 -05001359 This reason indicates that the subject's name or other information has
1360 changed.
Paul Kehrer5a485522015-05-06 00:29:12 -05001361
1362 .. attribute:: superseded
1363
Paul Kehrer4e8dacd2015-05-09 10:38:23 -05001364 This reason indicates that a certificate has been superseded.
Paul Kehrer5a485522015-05-06 00:29:12 -05001365
1366 .. attribute:: cessation_of_operation
1367
Paul Kehrer4e8dacd2015-05-09 10:38:23 -05001368 This reason indicates that the certificate is no longer required.
Paul Kehrer5a485522015-05-06 00:29:12 -05001369
1370 .. attribute:: certificate_hold
1371
Paul Kehrer4e8dacd2015-05-09 10:38:23 -05001372 This reason indicates that the certificate is on hold.
Paul Kehrer5a485522015-05-06 00:29:12 -05001373
1374 .. attribute:: privilege_withdrawn
1375
Paul Kehrer4e8dacd2015-05-09 10:38:23 -05001376 This reason indicates that the privilege granted by this certificate
1377 have been withdrawn.
Paul Kehrer5a485522015-05-06 00:29:12 -05001378
1379 .. attribute:: aa_compromise
1380
Paul Kehrer4e8dacd2015-05-09 10:38:23 -05001381 When an attribute authority has been compromised.
1382
1383 .. attribute:: remove_from_crl
1384
1385 This reason indicates that the certificate was on hold and should be
1386 removed from the CRL. This reason cannot be used as a reason flag
1387 in a :class:`DistributionPoint`.
Paul Kehrer5a485522015-05-06 00:29:12 -05001388
Paul Kehrer16fae762015-05-01 23:14:20 -05001389.. class:: InhibitAnyPolicy
1390
1391 .. versionadded:: 1.0
1392
1393 The inhibit ``anyPolicy`` extension indicates that the special OID
1394 :data:`OID_ANY_POLICY`, is not considered an explicit match for other
1395 :class:`CertificatePolicies` except when it appears in an intermediate
1396 self-issued CA certificate. The value indicates the number of additional
1397 non-self-issued certificates that may appear in the path before
1398 :data:`OID_ANY_POLICY` is no longer permitted. For example, a value
1399 of one indicates that :data:`OID_ANY_POLICY` may be processed in
1400 certificates issued by the subject of this certificate, but not in
1401 additional certificates in the path.
1402
Paul Kehrer822f3d32015-08-06 11:47:32 +01001403 .. attribute:: oid
1404
1405 .. versionadded:: 1.0
1406
1407 :type: :class:`ObjectIdentifier`
1408
1409 The OID associated with this extension type.
1410
Paul Kehrer16fae762015-05-01 23:14:20 -05001411 .. attribute:: skip_certs
1412
1413 :type: int
1414
Paul Kehrer0d210922015-04-28 17:31:07 -05001415.. class:: CertificatePolicies
1416
1417 .. versionadded:: 0.9
1418
Paul Kehrer2e879742015-05-02 23:09:56 -05001419 The certificate policies extension is an iterable, containing one or more
1420 :class:`PolicyInformation` instances.
Paul Kehrer0d210922015-04-28 17:31:07 -05001421
Paul Kehrer822f3d32015-08-06 11:47:32 +01001422 .. attribute:: oid
1423
1424 .. versionadded:: 1.0
1425
1426 :type: :class:`ObjectIdentifier`
1427
1428 The OID associated with this extension type.
1429
Paul Kehrer0d210922015-04-28 17:31:07 -05001430Certificate Policies Classes
1431~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1432
1433These classes may be present within a :class:`CertificatePolicies` instance.
1434
1435.. class:: PolicyInformation
1436
1437 .. versionadded:: 0.9
1438
1439 Contains a policy identifier and an optional list of qualifiers.
1440
1441 .. attribute:: policy_identifier
1442
1443 :type: :class:`ObjectIdentifier`
1444
1445 .. attribute:: policy_qualifiers
1446
1447 :type: list
1448
Paul Kehrerba35b3b2015-05-10 13:07:59 -05001449 A list consisting of :term:`text` and/or :class:`UserNotice` objects.
Paul Kehrer3f8ddeb2015-05-11 00:25:36 -05001450 If the value is text it is a pointer to the practice statement
1451 published by the certificate authority. If it is a user notice it is
1452 meant for display to the relying party when the certificate is
1453 used.
Paul Kehrer2e879742015-05-02 23:09:56 -05001454
Paul Kehrer0d210922015-04-28 17:31:07 -05001455.. class:: UserNotice
1456
1457 .. versionadded:: 0.9
1458
Paul Kehrer2e879742015-05-02 23:09:56 -05001459 User notices are intended for display to a relying party when a certificate
1460 is used. In practice, few if any UIs expose this data and it is a rarely
1461 encoded component.
1462
Paul Kehrer0d210922015-04-28 17:31:07 -05001463 .. attribute:: notice_reference
1464
1465 :type: :class:`NoticeReference` or None
1466
Paul Kehrer2e879742015-05-02 23:09:56 -05001467 The notice reference field names an organization and identifies,
1468 by number, a particular statement prepared by that organization.
1469
Paul Kehrer0d210922015-04-28 17:31:07 -05001470 .. attribute:: explicit_text
1471
Paul Kehrer2e879742015-05-02 23:09:56 -05001472 This field includes an arbitrary textual statement directly in the
1473 certificate.
1474
Paul Kehrer0d210922015-04-28 17:31:07 -05001475 :type: :term:`text`
1476
1477.. class:: NoticeReference
1478
Paul Kehrer2e879742015-05-02 23:09:56 -05001479 Notice reference can name an organization and provide information about
1480 notices related to the certificate. For example, it might identify the
1481 organization name and notice number 1. Application software could
1482 have a notice file containing the current set of notices for the named
1483 organization; the application would then extract the notice text from the
1484 file and display it. In practice this is rarely seen.
1485
Paul Kehrer0d210922015-04-28 17:31:07 -05001486 .. versionadded:: 0.9
1487
1488 .. attribute:: organization
1489
Paul Kehrer66c61702015-05-12 16:39:18 -05001490 :type: :term:`text`
Paul Kehrer0d210922015-04-28 17:31:07 -05001491
Paul Kehrer3f8ddeb2015-05-11 00:25:36 -05001492 .. attribute:: notice_numbers
Paul Kehrer0d210922015-04-28 17:31:07 -05001493
Paul Kehrer66c61702015-05-12 16:39:18 -05001494 :type: list
Paul Kehrer0d210922015-04-28 17:31:07 -05001495
Paul Kehrer66c61702015-05-12 16:39:18 -05001496 A list of integers.
Paul Kehrer0d210922015-04-28 17:31:07 -05001497
Paul Kehrer912d3fb2015-01-29 11:19:22 -06001498Object Identifiers
1499~~~~~~~~~~~~~~~~~~
1500
Paul Kehrer4bb46492015-02-07 16:59:14 -06001501X.509 elements are frequently identified by :class:`ObjectIdentifier`
1502instances. The following common OIDs are available as constants.
Paul Kehrer912d3fb2015-01-29 11:19:22 -06001503
Paul Kehrer56da2a52015-02-11 23:35:07 -06001504Name OIDs
1505~~~~~~~~~
1506
Paul Kehrer912d3fb2015-01-29 11:19:22 -06001507.. data:: OID_COMMON_NAME
1508
Paul Kehrerfb5ac9e2015-02-07 16:29:37 -06001509 Corresponds to the dotted string ``"2.5.4.3"``. Historically the domain
1510 name would be encoded here for server certificates. :rfc:`2818` deprecates
1511 this practice and names of that type should now be located in a
Paul Kehrer4bb46492015-02-07 16:59:14 -06001512 SubjectAlternativeName extension. This OID is typically seen in X.509 names.
Paul Kehrer858b9b72015-02-05 09:50:31 -06001513
Paul Kehrer912d3fb2015-01-29 11:19:22 -06001514.. data:: OID_COUNTRY_NAME
1515
Paul Kehrer4bb46492015-02-07 16:59:14 -06001516 Corresponds to the dotted string ``"2.5.4.6"``. This OID is typically seen
1517 in X.509 names.
Paul Kehrer858b9b72015-02-05 09:50:31 -06001518
Paul Kehrer912d3fb2015-01-29 11:19:22 -06001519.. data:: OID_LOCALITY_NAME
1520
Paul Kehrer4bb46492015-02-07 16:59:14 -06001521 Corresponds to the dotted string ``"2.5.4.7"``. This OID is typically seen
1522 in X.509 names.
Paul Kehrer858b9b72015-02-05 09:50:31 -06001523
Paul Kehrer912d3fb2015-01-29 11:19:22 -06001524.. data:: OID_STATE_OR_PROVINCE_NAME
1525
Paul Kehrer4bb46492015-02-07 16:59:14 -06001526 Corresponds to the dotted string ``"2.5.4.8"``. This OID is typically seen
1527 in X.509 names.
Paul Kehrer858b9b72015-02-05 09:50:31 -06001528
Paul Kehrer912d3fb2015-01-29 11:19:22 -06001529.. data:: OID_ORGANIZATION_NAME
1530
Paul Kehrer4bb46492015-02-07 16:59:14 -06001531 Corresponds to the dotted string ``"2.5.4.10"``. This OID is typically seen
1532 in X.509 names.
Paul Kehrer858b9b72015-02-05 09:50:31 -06001533
Paul Kehrer912d3fb2015-01-29 11:19:22 -06001534.. data:: OID_ORGANIZATIONAL_UNIT_NAME
1535
Paul Kehrer4bb46492015-02-07 16:59:14 -06001536 Corresponds to the dotted string ``"2.5.4.11"``. This OID is typically seen
1537 in X.509 names.
Paul Kehrer858b9b72015-02-05 09:50:31 -06001538
Paul Kehrer912d3fb2015-01-29 11:19:22 -06001539.. data:: OID_SERIAL_NUMBER
1540
Paul Kehrerfb5ac9e2015-02-07 16:29:37 -06001541 Corresponds to the dotted string ``"2.5.4.5"``. This is distinct from the
1542 serial number of the certificate itself (which can be obtained with
Paul Kehrer4bb46492015-02-07 16:59:14 -06001543 :func:`Certificate.serial`). This OID is typically seen in X.509 names.
Paul Kehrer858b9b72015-02-05 09:50:31 -06001544
Paul Kehrer912d3fb2015-01-29 11:19:22 -06001545.. data:: OID_SURNAME
1546
Paul Kehrer4bb46492015-02-07 16:59:14 -06001547 Corresponds to the dotted string ``"2.5.4.4"``. This OID is typically seen
1548 in X.509 names.
Paul Kehrer858b9b72015-02-05 09:50:31 -06001549
Paul Kehrer912d3fb2015-01-29 11:19:22 -06001550.. data:: OID_GIVEN_NAME
1551
Paul Kehrer4bb46492015-02-07 16:59:14 -06001552 Corresponds to the dotted string ``"2.5.4.42"``. This OID is typically seen
1553 in X.509 names.
Paul Kehrer858b9b72015-02-05 09:50:31 -06001554
Paul Kehrer912d3fb2015-01-29 11:19:22 -06001555.. data:: OID_TITLE
1556
Paul Kehrer4bb46492015-02-07 16:59:14 -06001557 Corresponds to the dotted string ``"2.5.4.12"``. This OID is typically seen
1558 in X.509 names.
Paul Kehrer858b9b72015-02-05 09:50:31 -06001559
Paul Kehrer912d3fb2015-01-29 11:19:22 -06001560.. data:: OID_GENERATION_QUALIFIER
1561
Paul Kehrer4bb46492015-02-07 16:59:14 -06001562 Corresponds to the dotted string ``"2.5.4.44"``. This OID is typically seen
1563 in X.509 names.
Paul Kehrer858b9b72015-02-05 09:50:31 -06001564
Paul Kehrer912d3fb2015-01-29 11:19:22 -06001565.. data:: OID_DN_QUALIFIER
1566
Paul Kehrerfb5ac9e2015-02-07 16:29:37 -06001567 Corresponds to the dotted string ``"2.5.4.46"``. This specifies
1568 disambiguating information to add to the relative distinguished name of an
Paul Kehrer4bb46492015-02-07 16:59:14 -06001569 entry. See :rfc:`2256`. This OID is typically seen in X.509 names.
Paul Kehrer858b9b72015-02-05 09:50:31 -06001570
Paul Kehrer912d3fb2015-01-29 11:19:22 -06001571.. data:: OID_PSEUDONYM
1572
Paul Kehrer4bb46492015-02-07 16:59:14 -06001573 Corresponds to the dotted string ``"2.5.4.65"``. This OID is typically seen
1574 in X.509 names.
Paul Kehrer858b9b72015-02-05 09:50:31 -06001575
Paul Kehrer912d3fb2015-01-29 11:19:22 -06001576.. data:: OID_DOMAIN_COMPONENT
1577
Paul Kehrerfb5ac9e2015-02-07 16:29:37 -06001578 Corresponds to the dotted string ``"0.9.2342.19200300.100.1.25"``. A string
Paul Kehrer4bb46492015-02-07 16:59:14 -06001579 holding one component of a domain name. See :rfc:`4519`. This OID is
1580 typically seen in X.509 names.
Paul Kehrer858b9b72015-02-05 09:50:31 -06001581
Paul Kehrer912d3fb2015-01-29 11:19:22 -06001582.. data:: OID_EMAIL_ADDRESS
1583
Paul Kehrer4bb46492015-02-07 16:59:14 -06001584 Corresponds to the dotted string ``"1.2.840.113549.1.9.1"``. This OID is
1585 typically seen in X.509 names.
Paul Kehrer858b9b72015-02-05 09:50:31 -06001586
Paul Kehrer56da2a52015-02-11 23:35:07 -06001587Signature Algorithm OIDs
1588~~~~~~~~~~~~~~~~~~~~~~~~
1589
Paul Kehrer1a7ba872015-02-19 18:09:05 -06001590.. data:: OID_RSA_WITH_MD5
Paul Kehrer56da2a52015-02-11 23:35:07 -06001591
1592 Corresponds to the dotted string ``"1.2.840.113549.1.1.4"``. This is
1593 an MD5 digest signed by an RSA key.
1594
Paul Kehrer1a7ba872015-02-19 18:09:05 -06001595.. data:: OID_RSA_WITH_SHA1
Paul Kehrer56da2a52015-02-11 23:35:07 -06001596
1597 Corresponds to the dotted string ``"1.2.840.113549.1.1.5"``. This is
1598 a SHA1 digest signed by an RSA key.
1599
Paul Kehrer1a7ba872015-02-19 18:09:05 -06001600.. data:: OID_RSA_WITH_SHA224
Paul Kehrer56da2a52015-02-11 23:35:07 -06001601
1602 Corresponds to the dotted string ``"1.2.840.113549.1.1.14"``. This is
1603 a SHA224 digest signed by an RSA key.
1604
Paul Kehrer1a7ba872015-02-19 18:09:05 -06001605.. data:: OID_RSA_WITH_SHA256
Paul Kehrer56da2a52015-02-11 23:35:07 -06001606
1607 Corresponds to the dotted string ``"1.2.840.113549.1.1.11"``. This is
1608 a SHA256 digest signed by an RSA key.
1609
Paul Kehrer1a7ba872015-02-19 18:09:05 -06001610.. data:: OID_RSA_WITH_SHA384
Paul Kehrer56da2a52015-02-11 23:35:07 -06001611
1612 Corresponds to the dotted string ``"1.2.840.113549.1.1.12"``. This is
1613 a SHA384 digest signed by an RSA key.
1614
Paul Kehrer1a7ba872015-02-19 18:09:05 -06001615.. data:: OID_RSA_WITH_SHA512
Paul Kehrer56da2a52015-02-11 23:35:07 -06001616
1617 Corresponds to the dotted string ``"1.2.840.113549.1.1.13"``. This is
1618 a SHA512 digest signed by an RSA key.
1619
Alex Gaynor3aadabf2015-06-23 22:06:21 -04001620.. data:: OID_ECDSA_WITH_SHA1
1621
1622 Corresponds to the dotted string ``"1.2.840.10045.4.1"``. This is a SHA1
1623 digest signed by an ECDSA key.
1624
Paul Kehrer56da2a52015-02-11 23:35:07 -06001625.. data:: OID_ECDSA_WITH_SHA224
1626
1627 Corresponds to the dotted string ``"1.2.840.10045.4.3.1"``. This is
1628 a SHA224 digest signed by an ECDSA key.
1629
1630.. data:: OID_ECDSA_WITH_SHA256
1631
1632 Corresponds to the dotted string ``"1.2.840.10045.4.3.2"``. This is
1633 a SHA256 digest signed by an ECDSA key.
1634
1635.. data:: OID_ECDSA_WITH_SHA384
1636
1637 Corresponds to the dotted string ``"1.2.840.10045.4.3.3"``. This is
1638 a SHA384 digest signed by an ECDSA key.
1639
1640.. data:: OID_ECDSA_WITH_SHA512
1641
1642 Corresponds to the dotted string ``"1.2.840.10045.4.3.4"``. This is
1643 a SHA512 digest signed by an ECDSA key.
1644
1645.. data:: OID_DSA_WITH_SHA1
1646
1647 Corresponds to the dotted string ``"1.2.840.10040.4.3"``. This is
1648 a SHA1 digest signed by a DSA key.
1649
1650.. data:: OID_DSA_WITH_SHA224
1651
1652 Corresponds to the dotted string ``"2.16.840.1.101.3.4.3.1"``. This is
1653 a SHA224 digest signed by a DSA key.
1654
1655.. data:: OID_DSA_WITH_SHA256
1656
Paul Kehrerfbb7ac82015-03-16 19:26:29 -05001657 Corresponds to the dotted string ``"2.16.840.1.101.3.4.3.2"``. This is
Paul Kehrer56da2a52015-02-11 23:35:07 -06001658 a SHA256 digest signed by a DSA key.
1659
Paul Kehrerffa2a152015-03-31 08:18:25 -05001660.. _eku_oids:
1661
Paul Kehrere1513fa2015-03-30 23:08:17 -05001662Extended Key Usage OIDs
1663~~~~~~~~~~~~~~~~~~~~~~~
1664
1665.. data:: OID_SERVER_AUTH
1666
1667 Corresponds to the dotted string ``"1.3.6.1.5.5.7.3.1"``. This is used to
1668 denote that a certificate may be used for TLS web server authentication.
1669
1670.. data:: OID_CLIENT_AUTH
1671
1672 Corresponds to the dotted string ``"1.3.6.1.5.5.7.3.2"``. This is used to
1673 denote that a certificate may be used for TLS web client authentication.
1674
1675.. data:: OID_CODE_SIGNING
1676
1677 Corresponds to the dotted string ``"1.3.6.1.5.5.7.3.3"``. This is used to
1678 denote that a certificate may be used for code signing.
1679
1680.. data:: OID_EMAIL_PROTECTION
1681
1682 Corresponds to the dotted string ``"1.3.6.1.5.5.7.3.4"``. This is used to
1683 denote that a certificate may be used for email protection.
1684
1685.. data:: OID_TIME_STAMPING
1686
1687 Corresponds to the dotted string ``"1.3.6.1.5.5.7.3.8"``. This is used to
1688 denote that a certificate may be used for time stamping.
1689
1690.. data:: OID_OCSP_SIGNING
1691
1692 Corresponds to the dotted string ``"1.3.6.1.5.5.7.3.9"``. This is used to
1693 denote that a certificate may be used for signing OCSP responses.
1694
Paul Kehrer3e6d5582015-05-02 21:57:56 -05001695Authority Information Access OIDs
1696~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1697
1698.. data:: OID_OCSP
1699
1700 Corresponds to the dotted string ``"1.3.6.1.5.5.7.48.1"``. Used as the
1701 identifier for OCSP data in :class:`AccessDescription` objects.
1702
1703.. data:: OID_CA_ISSUERS
1704
1705 Corresponds to the dotted string ``"1.3.6.1.5.5.7.48.2"``. Used as the
1706 identifier for CA issuer data in :class:`AccessDescription` objects.
1707
Paul Kehrer2e879742015-05-02 23:09:56 -05001708Policy Qualifier OIDs
1709~~~~~~~~~~~~~~~~~~~~~
1710
1711.. data:: OID_CPS_QUALIFIER
1712
Paul Kehrerba35b3b2015-05-10 13:07:59 -05001713 Corresponds to the dotted string ``"1.3.6.1.5.5.7.2.1"``.
Paul Kehrer2e879742015-05-02 23:09:56 -05001714
1715.. data:: OID_CPS_USER_NOTICE
1716
Paul Kehrerba35b3b2015-05-10 13:07:59 -05001717 Corresponds to the dotted string ``"1.3.6.1.5.5.7.2.2"``.
Paul Kehrer2e879742015-05-02 23:09:56 -05001718
Paul Kehrer16fae762015-05-01 23:14:20 -05001719.. data:: OID_ANY_POLICY
1720
1721 Corresponds to the dotted string ``"2.5.29.32.0"``.
1722
Paul Kehrer5553d572015-03-23 21:08:01 -05001723.. _extension_oids:
1724
Paul Kehrer2bb94642015-03-21 09:54:17 -05001725Extension OIDs
1726~~~~~~~~~~~~~~
1727
1728.. data:: OID_BASIC_CONSTRAINTS
1729
1730 Corresponds to the dotted string ``"2.5.29.19"``. The identifier for the
Paul Kehrer611d3d32015-03-22 13:31:18 -05001731 :class:`BasicConstraints` extension type.
Paul Kehrer2bb94642015-03-21 09:54:17 -05001732
Paul Kehrercecbbba2015-03-30 14:58:38 -05001733.. data:: OID_KEY_USAGE
1734
1735 Corresponds to the dotted string ``"2.5.29.15"``. The identifier for the
1736 :class:`KeyUsage` extension type.
1737
Paul Kehrerd4f632e2015-05-12 08:25:42 -05001738.. data:: OID_SUBJECT_ALTERNATIVE_NAME
1739
1740 Corresponds to the dotted string ``"2.5.29.17"``. The identifier for the
1741 :class:`SubjectAlternativeName` extension type.
1742
Paul Kehrer99125c92015-06-07 18:37:10 -05001743.. data:: OID_ISSUER_ALTERNATIVE_NAME
1744
1745 Corresponds to the dotted string ``"2.5.29.18"``. The identifier for the
1746 :class:`IssuerAlternativeName` extension type.
1747
Paul Kehrerd4f632e2015-05-12 08:25:42 -05001748.. data:: OID_SUBJECT_KEY_IDENTIFIER
1749
1750 Corresponds to the dotted string ``"2.5.29.14"``. The identifier for the
1751 :class:`SubjectKeyIdentifier` extension type.
1752
Paul Kehrere0017be2015-05-17 20:39:40 -06001753.. data:: OID_NAME_CONSTRAINTS
1754
1755 Corresponds to the dotted string ``"2.5.29.30"``. The identifier for the
1756 :class:`NameConstraints` extension type.
1757
Paul Kehrerd4f632e2015-05-12 08:25:42 -05001758.. data:: OID_CRL_DISTRIBUTION_POINTS
1759
1760 Corresponds to the dotted string ``"2.5.29.31"``. The identifier for the
1761 :class:`CRLDistributionPoints` extension type.
1762
1763.. data:: OID_CERTIFICATE_POLICIES
1764
1765 Corresponds to the dotted string ``"2.5.29.32"``. The identifier for the
1766 :class:`CertificatePolicies` extension type.
1767
1768.. data:: OID_AUTHORITY_KEY_IDENTIFIER
1769
1770 Corresponds to the dotted string ``"2.5.29.35"``. The identifier for the
1771 :class:`AuthorityKeyIdentifier` extension type.
1772
1773.. data:: OID_EXTENDED_KEY_USAGE
1774
1775 Corresponds to the dotted string ``"2.5.29.37"``. The identifier for the
1776 :class:`ExtendedKeyUsage` extension type.
1777
1778.. data:: OID_AUTHORITY_INFORMATION_ACCESS
1779
1780 Corresponds to the dotted string ``"1.3.6.1.5.5.7.1.1"``. The identifier
1781 for the :class:`AuthorityInformationAccess` extension type.
Paul Kehrer56da2a52015-02-11 23:35:07 -06001782
Paul Kehrer4a1038e2015-05-18 10:28:31 -07001783.. data:: OID_OCSP_NO_CHECK
1784
1785 Corresponds to the dotted string ``"1.3.6.1.5.5.7.48.1.5"``. The identifier
1786 for the :class:`OCSPNoCheck` extension type.
1787
Paul Kehrer912d3fb2015-01-29 11:19:22 -06001788Exceptions
1789~~~~~~~~~~
1790
Paul Kehrere76cd272014-12-14 19:00:51 -06001791.. class:: InvalidVersion
Paul Kehrera68fd332014-11-27 07:08:40 -10001792
1793 This is raised when an X.509 certificate has an invalid version number.
Paul Kehrer016e08a2014-11-26 09:41:18 -10001794
Paul Kehrerd5cccf72014-12-15 17:20:33 -06001795 .. attribute:: parsed_version
1796
Paul Kehrerbbffc402014-12-17 13:33:55 -06001797 :type: int
1798
1799 Returns the raw version that was parsed from the certificate.
Paul Kehrerd5cccf72014-12-15 17:20:33 -06001800
Paul Kehrerfbb7ac82015-03-16 19:26:29 -05001801.. class:: DuplicateExtension
1802
1803 This is raised when more than one X.509 extension of the same type is
1804 found within a certificate.
1805
1806 .. attribute:: oid
1807
1808 :type: :class:`ObjectIdentifier`
1809
1810 Returns the OID.
1811
1812.. class:: UnsupportedExtension
1813
1814 This is raised when a certificate contains an unsupported extension type.
1815
1816 .. attribute:: oid
1817
1818 :type: :class:`ObjectIdentifier`
1819
1820 Returns the OID.
1821
Paul Kehrerfa56a232015-03-17 13:14:03 -05001822.. class:: ExtensionNotFound
1823
1824 This is raised when calling :meth:`Extensions.get_extension_for_oid` with
1825 an extension OID that is not present in the certificate.
1826
1827 .. attribute:: oid
1828
1829 :type: :class:`ObjectIdentifier`
1830
1831 Returns the OID.
1832
Paul Kehrer9089c912015-04-20 22:15:20 -05001833.. class:: UnsupportedGeneralNameType
1834
1835 This is raised when a certificate contains an unsupported general name
1836 type in an extension.
1837
Paul Kehrerbed07352015-04-21 08:31:10 -05001838 .. attribute:: type
1839
Paul Kehrer0a621bf2015-04-22 09:22:56 -05001840 :type: int
1841
1842 The integer value of the unsupported type. The complete list of
1843 types can be found in `RFC 5280 section 4.2.1.6`_.
Paul Kehrerbed07352015-04-21 08:31:10 -05001844
Paul Kehrer016e08a2014-11-26 09:41:18 -10001845
Paul Kehrerc7c9a432015-04-19 09:20:13 -05001846.. _`RFC 5280 section 4.2.1.1`: https://tools.ietf.org/html/rfc5280#section-4.2.1.1
Paul Kehrer0a621bf2015-04-22 09:22:56 -05001847.. _`RFC 5280 section 4.2.1.6`: https://tools.ietf.org/html/rfc5280#section-4.2.1.6