blob: 35c00e6133506a305e0ec5763e2efc3fae1f660e [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
Erik Trauschkedc570402015-09-24 20:24:28 -07008 pem_crl_data = b"""
9 -----BEGIN X509 CRL-----
10 MIIBtDCBnQIBAjANBgkqhkiG9w0BAQsFADAnMQswCQYDVQQGEwJVUzEYMBYGA1UE
11 AwwPY3J5cHRvZ3JhcGh5LmlvGA8yMDE1MDEwMTAwMDAwMFoYDzIwMTYwMTAxMDAw
12 MDAwWjA+MDwCAQAYDzIwMTUwMTAxMDAwMDAwWjAmMBgGA1UdGAQRGA8yMDE1MDEw
13 MTAwMDAwMFowCgYDVR0VBAMKAQEwDQYJKoZIhvcNAQELBQADggEBABRA4ww50Lz5
14 zk1j2+aluC4HPHqb7o06h4pTDcCGeXUKXIGeP5ntGGmIoxa26sNoLeOr8+5b43Gf
15 yWraHertllOwaOpNFEe+YZFaE9femtoDbf+GLMvRx/0wDfd3KxPoXnXKMXb2d1w4
16 RCLgmkYx6JyvS+5ciuLQVIKC+l7jwIUeZFLJMUJ8msM4pFYoGameeZmtjMbd/TNg
17 cVBfmZxNMHuLladJxvSo2esARo0TYPhYsgrREKoHwhpzSxdynjn4bOVkILfguwsN
18 qtEEMZFEv5Kb0GqRp2+Iagv2S6dg9JGvxVdsoGjaB6EbYSZ3Psx4aODasIn11uwo
19 X4B9vUQNXqc=
20 -----END X509 CRL-----
21 """.strip()
22
Paul Kehrerd26c4db2015-03-15 15:36:24 -050023 pem_req_data = b"""
24 -----BEGIN CERTIFICATE REQUEST-----
25 MIIC0zCCAbsCAQAwWTELMAkGA1UEBhMCVVMxETAPBgNVBAgMCElsbGlub2lzMRAw
26 DgYDVQQHDAdDaGljYWdvMREwDwYDVQQKDAhyNTA5IExMQzESMBAGA1UEAwwJaGVs
27 bG8uY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqhZx+Mo9VRd9
28 vsnWWa6NBCws21rZ0+1B/JGgB4hDsZS7iDE4Bj5z4idheFRtl8bBbdjPknq7BfoF
29 8v15Zq/Zv7i2xMSDL+LUrTBZezRd4bRTGqCm6YJ5EYkhqdcqeZleHCFImguHoq1J
30 Fh0+kObQrTHXw3ZP57a3o1IvyIUA3nNoCBL0QQhwBXaDXOojMKNR+bqB5ve8GS1y
31 Elr0AM/+cJsfaIahNQUgFKx3Eu3GeEOMKYOAG1lycgdQdmTUybLrT3U7vkClTseM
32 xHg1r5En7ALjONIhqRuq3rddYahrP8HXozb3zUy3cJ7P6IeaosuvNzvMXOX9P6HD
33 Ha9urDAJ1wIDAQABoDUwMwYJKoZIhvcNAQkOMSYwJDAiBgNVHREEGzAZggl3b3Js
34 ZC5jb22CDHdoYXRldmVyLmNvbTANBgkqhkiG9w0BAQUFAAOCAQEAS4Ro6h+z52SK
35 YSLCYARpnEu/rmh4jdqndt8naqcNb6uLx9mlKZ2W9on9XDjnSdQD9q+ZP5aZfESw
36 R0+rJhW9ZrNa/g1pt6M24ihclHYDAxYMWxT1z/TXXGM3TmZZ6gfYlNE1kkBuODHa
37 UYsR/1Ht1E1EsmmUimt2n+zQR2K8T9Coa+boaUW/GsTEuz1aaJAkj5ZvTDiIhRG4
38 AOCqFZOLAQmCCNgJnnspD9hDz/Ons085LF5wnYjN4/Nsk5tS6AGs3xjZ3jPoOGGn
39 82WQ9m4dBGoVDZXsobVTaN592JEYwN5iu72zRn7Einb4V4H5y3yD2dD4yWPlt4pk
40 5wFkeYsZEA==
41 -----END CERTIFICATE REQUEST-----
42 """.strip()
43
Paul Kehrerd3dafbd2015-03-15 16:24:18 -050044 pem_data = b"""
45 -----BEGIN CERTIFICATE-----
46 MIIDfDCCAmSgAwIBAgIBAjANBgkqhkiG9w0BAQsFADBFMQswCQYDVQQGEwJVUzEf
47 MB0GA1UEChMWVGVzdCBDZXJ0aWZpY2F0ZXMgMjAxMTEVMBMGA1UEAxMMVHJ1c3Qg
48 QW5jaG9yMB4XDTEwMDEwMTA4MzAwMFoXDTMwMTIzMTA4MzAwMFowQDELMAkGA1UE
49 BhMCVVMxHzAdBgNVBAoTFlRlc3QgQ2VydGlmaWNhdGVzIDIwMTExEDAOBgNVBAMT
50 B0dvb2QgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCQWJpHYo37
51 Xfb7oJSPe+WvfTlzIG21WQ7MyMbGtK/m8mejCzR6c+f/pJhEH/OcDSMsXq8h5kXa
52 BGqWK+vSwD/Pzp5OYGptXmGPcthDtAwlrafkGOS4GqIJ8+k9XGKs+vQUXJKsOk47
53 RuzD6PZupq4s16xaLVqYbUC26UcY08GpnoLNHJZS/EmXw1ZZ3d4YZjNlpIpWFNHn
54 UGmdiGKXUPX/9H0fVjIAaQwjnGAbpgyCumWgzIwPpX+ElFOUr3z7BoVnFKhIXze+
55 VmQGSWxZxvWDUN90Ul0tLEpLgk3OVxUB4VUGuf15OJOpgo1xibINPmWt14Vda2N9
56 yrNKloJGZNqLAgMBAAGjfDB6MB8GA1UdIwQYMBaAFOR9X9FclYYILAWuvnW2ZafZ
57 XahmMB0GA1UdDgQWBBRYAYQkG7wrUpRKPaUQchRR9a86yTAOBgNVHQ8BAf8EBAMC
58 AQYwFwYDVR0gBBAwDjAMBgpghkgBZQMCATABMA8GA1UdEwEB/wQFMAMBAf8wDQYJ
59 KoZIhvcNAQELBQADggEBADWHlxbmdTXNwBL/llwhQqwnazK7CC2WsXBBqgNPWj7m
60 tvQ+aLG8/50Qc2Sun7o2VnwF9D18UUe8Gj3uPUYH+oSI1vDdyKcjmMbKRU4rk0eo
61 3UHNDXwqIVc9CQS9smyV+x1HCwL4TTrq+LXLKx/qVij0Yqk+UJfAtrg2jnYKXsCu
62 FMBQQnWCGrwa1g1TphRp/RmYHnMynYFmZrXtzFz+U9XEA7C+gPq4kqDI/iVfIT1s
63 6lBtdB50lrDVwl2oYfAvW/6sC2se2QleZidUmrziVNP4oEeXINokU6T6p//HM1FG
64 QYw2jOvpKcKtWCSAnegEbgsGYzATKjmPJPJ0npHFqzM=
65 -----END CERTIFICATE-----
66 """.strip()
67
Paul Kehrer93ae8052015-05-02 23:18:09 -050068 cryptography_cert_pem = b"""
69 -----BEGIN CERTIFICATE-----
70 MIIFvTCCBKWgAwIBAgICPyAwDQYJKoZIhvcNAQELBQAwRzELMAkGA1UEBhMCVVMx
71 FjAUBgNVBAoTDUdlb1RydXN0IEluYy4xIDAeBgNVBAMTF1JhcGlkU1NMIFNIQTI1
72 NiBDQSAtIEczMB4XDTE0MTAxNTEyMDkzMloXDTE4MTExNjAxMTUwM1owgZcxEzAR
73 BgNVBAsTCkdUNDg3NDI5NjUxMTAvBgNVBAsTKFNlZSB3d3cucmFwaWRzc2wuY29t
74 L3Jlc291cmNlcy9jcHMgKGMpMTQxLzAtBgNVBAsTJkRvbWFpbiBDb250cm9sIFZh
75 bGlkYXRlZCAtIFJhcGlkU1NMKFIpMRwwGgYDVQQDExN3d3cuY3J5cHRvZ3JhcGh5
76 LmlvMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAom/FebKJIot7Sp3s
77 itG1sicpe3thCssjI+g1JDAS7I3GLVNmbms1DOdIIqwf01gZkzzXBN2+9sOnyRaR
78 PPfCe1jTr3dk2y6rPE559vPa1nZQkhlzlhMhlPyjaT+S7g4Tio4qV2sCBZU01DZJ
79 CaksfohN+5BNVWoJzTbOcrHOEJ+M8B484KlBCiSxqf9cyNQKru4W3bHaCVNVJ8eu
80 6i6KyhzLa0L7yK3LXwwXVs583C0/vwFhccGWsFODqD/9xHUzsBIshE8HKjdjDi7Y
81 3BFQzVUQFjBB50NSZfAA/jcdt1blxJouc7z9T8Oklh+V5DDBowgAsrT4b6Z2Fq6/
82 r7D1GqivLK/ypUQmxq2WXWAUBb/Q6xHgxASxI4Br+CByIUQJsm8L2jzc7k+mF4hW
83 ltAIUkbo8fGiVnat0505YJgxWEDKOLc4Gda6d/7GVd5AvKrz242bUqeaWo6e4MTx
84 diku2Ma3rhdcr044Qvfh9hGyjqNjvhWY/I+VRWgihU7JrYvgwFdJqsQ5eiKT4OHi
85 gsejvWwkZzDtiQ+aQTrzM1FsY2swJBJsLSX4ofohlVRlIJCn/ME+XErj553431Lu
86 YQ5SzMd3nXzN78Vj6qzTfMUUY72UoT1/AcFiUMobgIqrrmwuNxfrkbVE2b6Bga74
87 FsJX63prvrJ41kuHK/16RQBM7fcCAwEAAaOCAWAwggFcMB8GA1UdIwQYMBaAFMOc
88 8/zTRgg0u85Gf6B8W/PiCMtZMFcGCCsGAQUFBwEBBEswSTAfBggrBgEFBQcwAYYT
89 aHR0cDovL2d2LnN5bWNkLmNvbTAmBggrBgEFBQcwAoYaaHR0cDovL2d2LnN5bWNi
90 LmNvbS9ndi5jcnQwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMB
91 BggrBgEFBQcDAjAvBgNVHREEKDAmghN3d3cuY3J5cHRvZ3JhcGh5Lmlvgg9jcnlw
92 dG9ncmFwaHkuaW8wKwYDVR0fBCQwIjAgoB6gHIYaaHR0cDovL2d2LnN5bWNiLmNv
93 bS9ndi5jcmwwDAYDVR0TAQH/BAIwADBFBgNVHSAEPjA8MDoGCmCGSAGG+EUBBzYw
94 LDAqBggrBgEFBQcCARYeaHR0cHM6Ly93d3cucmFwaWRzc2wuY29tL2xlZ2FsMA0G
95 CSqGSIb3DQEBCwUAA4IBAQAzIYO2jx7h17FBT74tJ2zbV9OKqGb7QF8y3wUtP4xc
96 dH80vprI/Cfji8s86kr77aAvAqjDjaVjHn7UzebhSUivvRPmfzRgyWBacomnXTSt
97 Xlt2dp2nDQuwGyK2vB7dMfKnQAkxwq1sYUXznB8i0IhhCAoXp01QGPKq51YoIlnF
98 7DRMk6iEaL1SJbkIrLsCQyZFDf0xtfW9DqXugMMLoxeCsBhZJQzNyS2ryirrv9LH
99 aK3+6IZjrcyy9bkpz/gzJucyhU+75c4My/mnRCrtItRbCQuiI5pd5poDowm+HH9i
100 GVI9+0lAFwxOUnOnwsoI40iOoxjLMGB+CgFLKCGUcWxP
101 -----END CERTIFICATE-----
102 """.strip()
103
Paul Kehrerb2de9482014-12-11 14:54:48 -0600104Loading Certificates
105~~~~~~~~~~~~~~~~~~~~
Paul Kehrer016e08a2014-11-26 09:41:18 -1000106
107.. function:: load_pem_x509_certificate(data, backend)
108
109 .. versionadded:: 0.7
110
Paul Kehrere76cd272014-12-14 19:00:51 -0600111 Deserialize a certificate from PEM encoded data. PEM certificates are
112 base64 decoded and have delimiters that look like
113 ``-----BEGIN CERTIFICATE-----``.
Paul Kehrer016e08a2014-11-26 09:41:18 -1000114
115 :param bytes data: The PEM encoded certificate data.
116
117 :param backend: A backend supporting the
118 :class:`~cryptography.hazmat.backends.interfaces.X509Backend`
119 interface.
120
Paul Kehrere76cd272014-12-14 19:00:51 -0600121 :returns: An instance of :class:`~cryptography.x509.Certificate`.
Paul Kehrer016e08a2014-11-26 09:41:18 -1000122
123.. function:: load_der_x509_certificate(data, backend)
124
125 .. versionadded:: 0.7
126
Paul Kehrere76cd272014-12-14 19:00:51 -0600127 Deserialize a certificate from DER encoded data. DER is a binary format
Paul Kehrer92aac382014-12-15 16:25:28 -0600128 and is commonly found in files with the ``.cer`` extension (although file
129 extensions are not a guarantee of encoding type).
Paul Kehrer016e08a2014-11-26 09:41:18 -1000130
131 :param bytes data: The DER encoded certificate data.
132
133 :param backend: A backend supporting the
134 :class:`~cryptography.hazmat.backends.interfaces.X509Backend`
135 interface.
136
Paul Kehrere76cd272014-12-14 19:00:51 -0600137 :returns: An instance of :class:`~cryptography.x509.Certificate`.
Paul Kehrer016e08a2014-11-26 09:41:18 -1000138
Paul Kehrer016e08a2014-11-26 09:41:18 -1000139.. doctest::
140
Paul Kehrercc8a26e2014-12-16 12:40:16 -0600141 >>> from cryptography import x509
Paul Kehrer016e08a2014-11-26 09:41:18 -1000142 >>> from cryptography.hazmat.backends import default_backend
Paul Kehrercc8a26e2014-12-16 12:40:16 -0600143 >>> cert = x509.load_pem_x509_certificate(pem_data, default_backend())
Paul Kehrer016e08a2014-11-26 09:41:18 -1000144 >>> cert.serial
145 2
146
Erik Trauschkedc570402015-09-24 20:24:28 -0700147Loading Certificate Revocation Lists
148~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
149
150.. function:: load_pem_x509_crl(data, backend)
151
152 .. versionadded:: 1.1
153
154 Deserialize a certificate revocation list (CRL) from PEM encoded data. PEM
155 requests are base64 decoded and have delimiters that look like
Erik Trauschke32bbfe02015-10-21 08:04:55 -0700156 ``-----BEGIN X509 CRL-----``.
Erik Trauschkedc570402015-09-24 20:24:28 -0700157
158 :param bytes data: The PEM encoded request data.
159
160 :param backend: A backend supporting the
161 :class:`~cryptography.hazmat.backends.interfaces.X509Backend`
162 interface.
163
164 :returns: An instance of
165 :class:`~cryptography.x509.CertificateRevocationList`.
166
167.. function:: load_der_x509_crl(data, backend)
168
169 .. versionadded:: 1.1
170
171 Deserialize a certificate revocation list (CRL) from DER encoded data. DER
172 is a binary format.
173
174 :param bytes data: The DER encoded request data.
175
176 :param backend: A backend supporting the
177 :class:`~cryptography.hazmat.backends.interfaces.X509Backend`
178 interface.
179
180 :returns: An instance of
181 :class:`~cryptography.x509.CertificateRevocationList`.
182
183.. doctest::
184
185 >>> from cryptography import x509
186 >>> from cryptography.hazmat.backends import default_backend
187 >>> from cryptography.hazmat.primitives import hashes
188 >>> crl = x509.load_pem_x509_crl(pem_crl_data, default_backend())
189 >>> isinstance(crl.signature_hash_algorithm, hashes.SHA256)
190 True
191
Paul Kehrera1a1f232015-03-15 15:34:35 -0500192Loading Certificate Signing Requests
193~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Paul Kehrerdc480ad2015-02-23 12:14:54 -0600194
Paul Kehrer31e39882015-03-11 11:37:04 -0500195.. function:: load_pem_x509_csr(data, backend)
Paul Kehrerdc480ad2015-02-23 12:14:54 -0600196
197 .. versionadded:: 0.9
198
Paul Kehrera1a1f232015-03-15 15:34:35 -0500199 Deserialize a certificate signing request (CSR) from PEM encoded data. PEM
Paul Kehrer5aadb9c2015-03-11 20:48:42 -0500200 requests are base64 decoded and have delimiters that look like
Paul Kehrerd3dafbd2015-03-15 16:24:18 -0500201 ``-----BEGIN CERTIFICATE REQUEST-----``. This format is also known as
202 PKCS#10.
Paul Kehrerdc480ad2015-02-23 12:14:54 -0600203
204 :param bytes data: The PEM encoded request data.
205
206 :param backend: A backend supporting the
207 :class:`~cryptography.hazmat.backends.interfaces.X509Backend`
208 interface.
209
Paul Kehrera1a1f232015-03-15 15:34:35 -0500210 :returns: An instance of
211 :class:`~cryptography.x509.CertificateSigningRequest`.
Paul Kehrerdc480ad2015-02-23 12:14:54 -0600212
Paul Kehrer1effb6e2015-03-30 15:05:59 -0500213.. function:: load_der_x509_csr(data, backend)
214
215 .. versionadded:: 0.9
216
217 Deserialize a certificate signing request (CSR) from DER encoded data. DER
218 is a binary format and is not commonly used with CSRs.
219
220 :param bytes data: The DER encoded request data.
221
222 :param backend: A backend supporting the
223 :class:`~cryptography.hazmat.backends.interfaces.X509Backend`
224 interface.
225
226 :returns: An instance of
227 :class:`~cryptography.x509.CertificateSigningRequest`.
228
Paul Kehrerdc480ad2015-02-23 12:14:54 -0600229.. doctest::
230
231 >>> from cryptography import x509
232 >>> from cryptography.hazmat.backends import default_backend
233 >>> from cryptography.hazmat.primitives import hashes
Paul Kehrera1a1f232015-03-15 15:34:35 -0500234 >>> csr = x509.load_pem_x509_csr(pem_req_data, default_backend())
235 >>> isinstance(csr.signature_hash_algorithm, hashes.SHA1)
Paul Kehrerdc480ad2015-02-23 12:14:54 -0600236 True
237
Paul Kehrere76cd272014-12-14 19:00:51 -0600238X.509 Certificate Object
239~~~~~~~~~~~~~~~~~~~~~~~~
Paul Kehrerb2de9482014-12-11 14:54:48 -0600240
Paul Kehrere76cd272014-12-14 19:00:51 -0600241.. class:: Certificate
Paul Kehrerb2de9482014-12-11 14:54:48 -0600242
243 .. versionadded:: 0.7
244
245 .. attribute:: version
246
Paul Kehrere76cd272014-12-14 19:00:51 -0600247 :type: :class:`~cryptography.x509.Version`
Paul Kehrerb2de9482014-12-11 14:54:48 -0600248
Paul Kehrere76cd272014-12-14 19:00:51 -0600249 The certificate version as an enumeration. Version 3 certificates are
250 the latest version and also the only type you should see in practice.
Paul Kehrerb2de9482014-12-11 14:54:48 -0600251
Alex Gaynor89c4dc82014-12-16 16:49:33 -0800252 :raises cryptography.x509.InvalidVersion: If the version in the
Alex Gaynor6d7ab4c2014-12-16 16:50:33 -0800253 certificate is not a known
254 :class:`X.509 version <cryptography.x509.Version>`.
Paul Kehrer92aac382014-12-15 16:25:28 -0600255
Paul Kehrercc8a26e2014-12-16 12:40:16 -0600256 .. doctest::
257
258 >>> cert.version
259 <Version.v3: 2>
260
Paul Kehrerb2de9482014-12-11 14:54:48 -0600261 .. method:: fingerprint(algorithm)
262
263 :param algorithm: The
Paul Kehrer601278a2015-02-12 12:51:00 -0600264 :class:`~cryptography.hazmat.primitives.hashes.HashAlgorithm`
Paul Kehrerb2de9482014-12-11 14:54:48 -0600265 that will be used to generate the fingerprint.
266
Erik Trauschke2dcce902015-05-14 16:12:24 -0700267 :return bytes: The fingerprint using the supplied hash algorithm, as
Paul Kehrerb2de9482014-12-11 14:54:48 -0600268 bytes.
269
Paul Kehrercc8a26e2014-12-16 12:40:16 -0600270 .. doctest::
271
272 >>> from cryptography.hazmat.primitives import hashes
273 >>> cert.fingerprint(hashes.SHA256())
Paul Kehrer78a81502014-12-16 14:47:52 -0600274 '\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 -0600275
Paul Kehrerb2de9482014-12-11 14:54:48 -0600276 .. attribute:: serial
277
278 :type: int
279
280 The serial as a Python integer.
281
Paul Kehrercc8a26e2014-12-16 12:40:16 -0600282 .. doctest::
283
284 >>> cert.serial
285 2
286
Paul Kehrerb2de9482014-12-11 14:54:48 -0600287 .. method:: public_key()
288
Alex Gaynor4c2561a2015-10-12 23:53:39 -0400289 The public key associated with the certificate.
290
291 :returns:
Alex Stapletonf79c2312014-12-30 12:50:14 +0000292 :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKey` or
Paul Kehrer45efdbc2015-02-12 10:58:22 -0600293 :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPublicKey` or
294 :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKey`
Paul Kehrerb2de9482014-12-11 14:54:48 -0600295
Paul Kehrercc8a26e2014-12-16 12:40:16 -0600296 .. doctest::
297
Alex Stapletonf79c2312014-12-30 12:50:14 +0000298 >>> from cryptography.hazmat.primitives.asymmetric import rsa
Paul Kehrercc8a26e2014-12-16 12:40:16 -0600299 >>> public_key = cert.public_key()
Alex Stapletonf79c2312014-12-30 12:50:14 +0000300 >>> isinstance(public_key, rsa.RSAPublicKey)
Paul Kehrercc8a26e2014-12-16 12:40:16 -0600301 True
302
Paul Kehrerb2de9482014-12-11 14:54:48 -0600303 .. attribute:: not_valid_before
304
305 :type: :class:`datetime.datetime`
306
Paul Kehrer78a81502014-12-16 14:47:52 -0600307 A naïve datetime representing the beginning of the validity period for
308 the certificate in UTC. This value is inclusive.
Paul Kehrerb2de9482014-12-11 14:54:48 -0600309
Paul Kehrercc8a26e2014-12-16 12:40:16 -0600310 .. doctest::
311
312 >>> cert.not_valid_before
313 datetime.datetime(2010, 1, 1, 8, 30)
314
Paul Kehrerb2de9482014-12-11 14:54:48 -0600315 .. attribute:: not_valid_after
316
317 :type: :class:`datetime.datetime`
318
Paul Kehrer78a81502014-12-16 14:47:52 -0600319 A naïve datetime representing the end of the validity period for the
320 certificate in UTC. This value is inclusive.
Paul Kehrerb2de9482014-12-11 14:54:48 -0600321
Paul Kehrercc8a26e2014-12-16 12:40:16 -0600322 .. doctest::
323
324 >>> cert.not_valid_after
325 datetime.datetime(2030, 12, 31, 8, 30)
326
Paul Kehrer719d5362015-01-01 20:03:52 -0600327 .. attribute:: issuer
328
329 .. versionadded:: 0.8
330
331 :type: :class:`Name`
332
333 The :class:`Name` of the issuer.
334
335 .. attribute:: subject
336
337 .. versionadded:: 0.8
338
339 :type: :class:`Name`
340
341 The :class:`Name` of the subject.
342
Paul Kehrer8802a5b2015-02-13 12:06:57 -0600343 .. attribute:: signature_hash_algorithm
Paul Kehrer56da2a52015-02-11 23:35:07 -0600344
Paul Kehrer8802a5b2015-02-13 12:06:57 -0600345 :type: :class:`~cryptography.hazmat.primitives.hashes.HashAlgorithm`
Paul Kehrer56da2a52015-02-11 23:35:07 -0600346
Paul Kehrere612ec72015-02-16 14:33:35 -0600347 Returns the
Paul Kehrer71d40c62015-02-19 08:21:04 -0600348 :class:`~cryptography.hazmat.primitives.hashes.HashAlgorithm` which
Paul Kehrer1a7ba872015-02-19 18:09:05 -0600349 was used in signing this certificate.
Paul Kehrer56da2a52015-02-11 23:35:07 -0600350
351 .. doctest::
352
Paul Kehrer8802a5b2015-02-13 12:06:57 -0600353 >>> from cryptography.hazmat.primitives import hashes
354 >>> isinstance(cert.signature_hash_algorithm, hashes.SHA256)
355 True
Paul Kehrer719d5362015-01-01 20:03:52 -0600356
Paul Kehrerfbb7ac82015-03-16 19:26:29 -0500357 .. attribute:: extensions
358
359 :type: :class:`Extensions`
360
361 The extensions encoded in the certificate.
362
363 :raises cryptography.x509.DuplicateExtension: If more than one
364 extension of the same type is found within the certificate.
365
Paul Kehrerd8fc0be2015-04-21 08:31:10 -0500366 :raises cryptography.x509.UnsupportedExtension: If the certificate
367 contains an extension that is not supported.
368
Paul Kehrerbed07352015-04-21 08:31:10 -0500369 :raises cryptography.x509.UnsupportedGeneralNameType: If an extension
370 contains a general name that is not supported.
371
Paul Kehrerb8968812015-05-15 09:01:34 -0700372 :raises UnicodeError: If an extension contains IDNA encoding that is
373 invalid or not compliant with IDNA 2008.
374
Paul Kehrerfa56a232015-03-17 13:14:03 -0500375 .. doctest::
376
377 >>> for ext in cert.extensions:
378 ... print(ext)
Paul Kehrerd774de92015-05-03 10:52:25 -0500379 <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 -0400380 <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 -0400381 <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 -0500382 <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 -0500383 <Extension(oid=<ObjectIdentifier(oid=2.5.29.19, name=basicConstraints)>, critical=True, value=<BasicConstraints(ca=True, path_length=None)>)>
384
Paul Kehrerd91e7c12015-10-01 16:50:42 -0500385 .. attribute:: signature
386
387 .. versionadded:: 1.2
388
389 :type: bytes
390
391 The bytes of the certificate's signature.
392
Paul Kehrerd2898052015-11-03 22:00:41 +0900393 .. attribute:: tbs_certificate_bytes
Paul Kehrerd91e7c12015-10-01 16:50:42 -0500394
395 .. versionadded:: 1.2
396
397 :type: bytes
398
399 The DER encoded bytes payload (as defined by :rfc:`5280`) that is hashed
400 and then signed by the private key of the certificate's issuer. This
401 data may be used to validate a signature, but use extreme caution as
402 certificate validation is a complex problem that involves much more
403 than just signature checks.
404
Andre Carona8aded62015-05-19 20:11:57 -0400405 .. method:: public_bytes(encoding)
406
Alex Gaynord0b376b2015-07-05 13:58:12 -0400407 .. versionadded:: 1.0
408
Andre Carona8aded62015-05-19 20:11:57 -0400409 :param encoding: The
410 :class:`~cryptography.hazmat.primitives.serialization.Encoding`
411 that will be used to serialize the certificate.
412
413 :return bytes: The data that can be written to a file or sent
414 over the network to be verified by clients.
415
Erik Trauschke2dcce902015-05-14 16:12:24 -0700416X.509 CRL (Certificate Revocation List) Object
417~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
418
419.. class:: CertificateRevocationList
420
421 .. versionadded:: 1.0
422
Erik Trauschke3cdabaf2015-10-13 09:42:53 -0700423 A CertificateRevocationList is an object representing a list of revoked
424 certificates. The object is iterable and will yield the RevokedCertificate
425 objects stored in this CRL.
426
427 .. doctest::
Erik Trauschkeb14f7d12015-10-13 09:55:39 -0700428
Erik Trauschke3cdabaf2015-10-13 09:42:53 -0700429 >>> len(crl)
430 1
Paul Kehrerdcdf9672015-10-21 20:27:28 -0500431 >>> revoked_certificate = crl[0]
432 >>> type(revoked_certificate)
Erik Trauschke3cdabaf2015-10-13 09:42:53 -0700433 <class 'cryptography.hazmat.backends.openssl.x509._RevokedCertificate'>
434 >>> for r in crl:
435 ... print(r.serial_number)
436 0
437
Erik Trauschke2dcce902015-05-14 16:12:24 -0700438 .. method:: fingerprint(algorithm)
439
440 :param algorithm: The
441 :class:`~cryptography.hazmat.primitives.hashes.HashAlgorithm`
442 that will be used to generate the fingerprint.
443
444 :return bytes: The fingerprint using the supplied hash algorithm, as
445 bytes.
446
Erik Trauschkedc570402015-09-24 20:24:28 -0700447 .. doctest::
448
449 >>> from cryptography.hazmat.primitives import hashes
450 >>> crl.fingerprint(hashes.SHA256())
451 'e\xcf.\xc4:\x83?1\xdc\xf3\xfc\x95\xd7\xb3\x87\xb3\x8e\xf8\xb93!\x87\x07\x9d\x1b\xb4!\xb9\xe4W\xf4\x1f'
452
Erik Trauschke2dcce902015-05-14 16:12:24 -0700453 .. attribute:: signature_hash_algorithm
454
455 :type: :class:`~cryptography.hazmat.primitives.hashes.HashAlgorithm`
456
457 Returns the
458 :class:`~cryptography.hazmat.primitives.hashes.HashAlgorithm` which
459 was used in signing this CRL.
460
Erik Trauschkedc570402015-09-24 20:24:28 -0700461 .. doctest::
462
463 >>> from cryptography.hazmat.primitives import hashes
464 >>> isinstance(crl.signature_hash_algorithm, hashes.SHA256)
465 True
466
Erik Trauschke2dcce902015-05-14 16:12:24 -0700467 .. attribute:: issuer
468
469 :type: :class:`Name`
470
471 The :class:`Name` of the issuer.
472
Erik Trauschkedc570402015-09-24 20:24:28 -0700473 .. doctest::
474
475 >>> crl.issuer
476 <Name([<NameAttribute(oid=<ObjectIdentifier(oid=2.5.4.6, name=countryName)>, value=u'US')>, <NameAttribute(oid=<ObjectIdentifier(oid=2.5.4.3, name=commonName)>, value=u'cryptography.io')>])>
477
Erik Trauschke2dcce902015-05-14 16:12:24 -0700478 .. attribute:: next_update
479
480 :type: :class:`datetime.datetime`
481
482 A naïve datetime representing when the next update to this CRL is
483 expected.
484
Erik Trauschkedc570402015-09-24 20:24:28 -0700485 .. doctest::
486
487 >>> crl.next_update
488 datetime.datetime(2016, 1, 1, 0, 0)
489
Erik Trauschke2dcce902015-05-14 16:12:24 -0700490 .. attribute:: last_update
491
492 :type: :class:`datetime.datetime`
493
494 A naïve datetime representing when the this CRL was last updated.
495
Erik Trauschkedc570402015-09-24 20:24:28 -0700496 .. doctest::
Erik Trauschke2dcce902015-05-14 16:12:24 -0700497
Erik Trauschkedc570402015-09-24 20:24:28 -0700498 >>> crl.last_update
499 datetime.datetime(2015, 1, 1, 0, 0)
Erik Trauschke2dcce902015-05-14 16:12:24 -0700500
501 .. attribute:: extensions
502
503 :type: :class:`Extensions`
504
505 The extensions encoded in the CRL.
506
Erik Trauschke6abe2bb2015-11-19 10:27:01 -0800507 .. attribute:: signature
508
509 .. versionadded:: 1.2
510
511 :type: bytes
512
513 The bytes of the CRL's signature.
514
515 .. attribute:: tbs_certlist_bytes
516
517 .. versionadded:: 1.2
518
519 :type: bytes
520
521 The DER encoded bytes payload (as defined by :rfc:`5280`) that is hashed
522 and then signed by the private key of the CRL's issuer. This data may be
523 used to validate a signature, but use extreme caution as CRL validation
524 is a complex problem that involves much more than just signature checks.
525
526
Andre Caron9bbfcea2015-05-18 20:55:29 -0400527X.509 Certificate Builder
528~~~~~~~~~~~~~~~~~~~~~~~~~
529
530.. class:: CertificateBuilder
531
Ian Cordasco1517a4b2015-08-02 22:11:19 -0500532 .. versionadded:: 1.0
533
534 .. doctest::
535
536 >>> from cryptography import x509
537 >>> from cryptography.hazmat.backends import default_backend
538 >>> from cryptography.hazmat.primitives import hashes
539 >>> from cryptography.hazmat.primitives.asymmetric import rsa
Paul Kehrere27f6582015-08-10 18:33:38 -0500540 >>> from cryptography.x509.oid import NameOID
Ian Cordasco1517a4b2015-08-02 22:11:19 -0500541 >>> import datetime
542 >>> import uuid
543 >>> one_day = datetime.timedelta(1, 0, 0)
544 >>> private_key = rsa.generate_private_key(
545 ... public_exponent=65537,
546 ... key_size=2048,
547 ... backend=default_backend()
548 ... )
549 >>> public_key = rsa.generate_private_key(
550 ... public_exponent=65537,
551 ... key_size=2048,
552 ... backend=default_backend()
553 ... ).public_key()
554 >>> builder = x509.CertificateBuilder()
555 >>> builder = builder.subject_name(x509.Name([
Paul Kehrere27f6582015-08-10 18:33:38 -0500556 ... x509.NameAttribute(NameOID.COMMON_NAME, u'cryptography.io'),
Ian Cordasco1517a4b2015-08-02 22:11:19 -0500557 ... ]))
558 >>> builder = builder.issuer_name(x509.Name([
Paul Kehrere27f6582015-08-10 18:33:38 -0500559 ... x509.NameAttribute(NameOID.COMMON_NAME, u'cryptography.io'),
Ian Cordasco1517a4b2015-08-02 22:11:19 -0500560 ... ]))
561 >>> builder = builder.not_valid_before(datetime.datetime.today() - one_day)
562 >>> builder = builder.not_valid_after(datetime.datetime(2018, 8, 2))
563 >>> builder = builder.serial_number(int(uuid.uuid4()))
564 >>> builder = builder.public_key(public_key)
565 >>> builder = builder.add_extension(
566 ... x509.BasicConstraints(ca=False, path_length=None), critical=True,
567 ... )
568 >>> certificate = builder.sign(
569 ... private_key=private_key, algorithm=hashes.SHA256(),
570 ... backend=default_backend()
571 ... )
572 >>> isinstance(certificate, x509.Certificate)
573 True
574
Ian Cordasco0092a0b2015-07-18 21:46:41 -0500575 .. method:: issuer_name(name)
Andre Caron9bbfcea2015-05-18 20:55:29 -0400576
577 Sets the issuer's distinguished name.
578
Ian Cordascoc9682ad2015-08-01 12:11:13 -0500579 :param name: The :class:`~cryptography.x509.Name` that describes the
580 issuer (CA).
Andre Caron9bbfcea2015-05-18 20:55:29 -0400581
Ian Cordasco0092a0b2015-07-18 21:46:41 -0500582 .. method:: subject_name(name)
Andre Caron9bbfcea2015-05-18 20:55:29 -0400583
584 Sets the subject's distinguished name.
585
Ian Cordascoc9682ad2015-08-01 12:11:13 -0500586 :param name: The :class:`~cryptography.x509.Name` that describes the
Ian Cordasco85fc4d52015-08-01 20:29:31 -0500587 subject.
Andre Caron9bbfcea2015-05-18 20:55:29 -0400588
Ian Cordasco0092a0b2015-07-18 21:46:41 -0500589 .. method:: public_key(public_key)
Andre Caron9bbfcea2015-05-18 20:55:29 -0400590
591 Sets the subject's public key.
592
Ian Cordasco8f571422015-08-02 11:31:08 -0500593 :param public_key: The subject's public key. This can be one of
594 :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKey`,
595 :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPublicKey` or
596 :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKey`
Andre Caron9bbfcea2015-05-18 20:55:29 -0400597
Ian Cordasco0092a0b2015-07-18 21:46:41 -0500598 .. method:: serial_number(serial_number)
Andre Caron9bbfcea2015-05-18 20:55:29 -0400599
600 Sets the certificate's serial number (an integer). The CA's policy
601 determines how it attributes serial numbers to certificates. The only
602 requirement is that this number uniquely identify the certificate given
603 the issuer.
604
605 :param serial_number: Integer number that will be used by the CA to
606 identify this certificate (most notably during certificate
Ian Cordasco17c89002015-08-02 21:13:59 -0500607 revocation checking). Users are encouraged to use a method of
608 generating 20 bytes of entropy, e.g., UUID4. For more information
Ian Cordascob7530a42015-08-02 22:47:06 -0500609 on secure random number generation, see :doc:`/random-numbers`.
Andre Caron9bbfcea2015-05-18 20:55:29 -0400610
Ian Cordasco0092a0b2015-07-18 21:46:41 -0500611 .. method:: not_valid_before(time)
Andre Caron9bbfcea2015-05-18 20:55:29 -0400612
613 Sets the certificate's activation time. This is the time from which
614 clients can start trusting the certificate. It may be different from
615 the time at which the certificate was created.
616
Ian Cordasco17c89002015-08-02 21:13:59 -0500617 :param time: The :class:`datetime.datetime` object (in UTC) that marks the
Andre Caron9bbfcea2015-05-18 20:55:29 -0400618 activation time for the certificate. The certificate may not be
619 trusted clients if it is used before this time.
620
Ian Cordasco0092a0b2015-07-18 21:46:41 -0500621 .. method:: not_valid_after(time)
Andre Caron9bbfcea2015-05-18 20:55:29 -0400622
623 Sets the certificate's expiration time. This is the time from which
624 clients should no longer trust the certificate. The CA's policy will
625 determine how long the certificate should remain in use.
626
Ian Cordasco17c89002015-08-02 21:13:59 -0500627 :param time: The :class:`datetime.datetime` object (in UTC) that marks the
Andre Caron9bbfcea2015-05-18 20:55:29 -0400628 expiration time for the certificate. The certificate may not be
629 trusted clients if it is used after this time.
630
Ian Cordasco17c89002015-08-02 21:13:59 -0500631 .. method:: add_extension(extension, critical)
Andre Caron9bbfcea2015-05-18 20:55:29 -0400632
633 Adds an X.509 extension to the certificate.
634
Paul Kehrer2c145cc2015-10-02 11:27:21 -0500635 :param extension: An extension conforming to the
636 :class:`~cryptography.x509.ExtensionType` interface.
Andre Caron9bbfcea2015-05-18 20:55:29 -0400637
Ian Cordasco17c89002015-08-02 21:13:59 -0500638 :param critical: Set to ``True`` if the extension must be understood and
639 handled by whoever reads the certificate.
640
Paul Kehrer9add80e2015-08-03 17:53:14 +0100641 .. method:: sign(private_key, algorithm, backend)
Andre Caron9bbfcea2015-05-18 20:55:29 -0400642
643 Sign the certificate using the CA's private key.
644
Ian Cordascoc5e1c252015-07-31 23:33:35 -0500645 :param private_key: The
646 :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPrivateKey`,
647 :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPrivateKey` or
648 :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePrivateKey`
649 that will be used to sign the certificate.
650
Andre Caron9bbfcea2015-05-18 20:55:29 -0400651 :param algorithm: The
652 :class:`~cryptography.hazmat.primitives.hashes.HashAlgorithm` that
653 will be used to generate the signature.
654
Paul Kehrer9add80e2015-08-03 17:53:14 +0100655 :param backend: Backend that will be used to build the certificate.
656 Must support the
657 :class:`~cryptography.hazmat.backends.interfaces.X509Backend`
658 interface.
659
Benjamin Peterson9ed312b2015-10-12 20:51:34 -0700660 :returns: :class:`~cryptography.x509.Certificate`
Andre Caron9bbfcea2015-05-18 20:55:29 -0400661
662
Paul Kehrer5aadb9c2015-03-11 20:48:42 -0500663X.509 CSR (Certificate Signing Request) Object
664~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Paul Kehrerdc480ad2015-02-23 12:14:54 -0600665
Paul Kehrera1a1f232015-03-15 15:34:35 -0500666.. class:: CertificateSigningRequest
Paul Kehrerdc480ad2015-02-23 12:14:54 -0600667
668 .. versionadded:: 0.9
669
670 .. method:: public_key()
671
Alex Gaynor4c2561a2015-10-12 23:53:39 -0400672 The public key associated with the request.
673
674 :returns:
Paul Kehrerdc480ad2015-02-23 12:14:54 -0600675 :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKey` or
676 :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPublicKey` or
677 :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKey`
678
Paul Kehrerdc480ad2015-02-23 12:14:54 -0600679 .. doctest::
680
681 >>> from cryptography.hazmat.primitives.asymmetric import rsa
Paul Kehrera1a1f232015-03-15 15:34:35 -0500682 >>> public_key = csr.public_key()
Paul Kehrerdc480ad2015-02-23 12:14:54 -0600683 >>> isinstance(public_key, rsa.RSAPublicKey)
684 True
685
686 .. attribute:: subject
687
688 :type: :class:`Name`
689
690 The :class:`Name` of the subject.
691
692 .. attribute:: signature_hash_algorithm
693
694 :type: :class:`~cryptography.hazmat.primitives.hashes.HashAlgorithm`
695
696 Returns the
697 :class:`~cryptography.hazmat.primitives.hashes.HashAlgorithm` which
698 was used in signing this request.
699
700 .. doctest::
701
702 >>> from cryptography.hazmat.primitives import hashes
Paul Kehrera1a1f232015-03-15 15:34:35 -0500703 >>> isinstance(csr.signature_hash_algorithm, hashes.SHA1)
Paul Kehrerdc480ad2015-02-23 12:14:54 -0600704 True
705
Paul Kehrerc4e61942015-08-01 21:21:13 +0100706 .. attribute:: extensions
707
708 :type: :class:`Extensions`
709
710 The extensions encoded in the certificate signing request.
711
712 :raises cryptography.x509.DuplicateExtension: If more than one
Paul Kehrer24283d22015-08-01 21:31:19 +0100713 extension of the same type is found within the certificate signing request.
Paul Kehrerc4e61942015-08-01 21:21:13 +0100714
Paul Kehrer24283d22015-08-01 21:31:19 +0100715 :raises cryptography.x509.UnsupportedExtension: If the certificate signing request
Paul Kehrerc4e61942015-08-01 21:21:13 +0100716 contains an extension that is not supported.
717
718 :raises cryptography.x509.UnsupportedGeneralNameType: If an extension
719 contains a general name that is not supported.
720
721 :raises UnicodeError: If an extension contains IDNA encoding that is
722 invalid or not compliant with IDNA 2008.
723
724
Andre Caron476c5df2015-05-18 10:23:28 -0400725 .. method:: public_bytes(encoding)
726
Alex Gaynord0b376b2015-07-05 13:58:12 -0400727 .. versionadded:: 1.0
728
Andre Caron476c5df2015-05-18 10:23:28 -0400729 :param encoding: The
730 :class:`~cryptography.hazmat.primitives.serialization.Encoding`
731 that will be used to serialize the certificate request.
732
733 :return bytes: The data that can be written to a file or sent
734 over the network to be signed by the certificate
735 authority.
736
Erik Trauschke2dcce902015-05-14 16:12:24 -0700737X.509 Revoked Certificate Object
Erik Trauschkec5a8d172015-05-28 10:24:25 -0700738~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Erik Trauschke2dcce902015-05-14 16:12:24 -0700739
740.. class:: RevokedCertificate
741
742 .. versionadded:: 1.0
743
744 .. attribute:: serial_number
745
746 :type: :class:`int`
747
748 An integer representing the serial number of the revoked certificate.
749
Erik Trauschkedc570402015-09-24 20:24:28 -0700750 .. doctest::
751
Erik Trauschke3cdabaf2015-10-13 09:42:53 -0700752 >>> revoked_certificate.serial_number
Erik Trauschkedc570402015-09-24 20:24:28 -0700753 0
754
Erik Trauschke2dcce902015-05-14 16:12:24 -0700755 .. attribute:: revocation_date
756
757 :type: :class:`datetime.datetime`
758
759 A naïve datetime representing the date this certificates was revoked.
760
Erik Trauschkedc570402015-09-24 20:24:28 -0700761 .. doctest::
762
Erik Trauschke77f5a252015-10-14 08:06:38 -0700763 >>> revoked_certificate.revocation_date
Erik Trauschkedc570402015-09-24 20:24:28 -0700764 datetime.datetime(2015, 1, 1, 0, 0)
765
Erik Trauschke2dcce902015-05-14 16:12:24 -0700766 .. attribute:: extensions
767
768 :type: :class:`Extensions`
769
770 The extensions encoded in the revoked certificate.
Andre Caron476c5df2015-05-18 10:23:28 -0400771
Erik Trauschkedc570402015-09-24 20:24:28 -0700772 .. doctest::
773
Erik Trauschke77f5a252015-10-14 08:06:38 -0700774 >>> for ext in revoked_certificate.extensions:
Erik Trauschkedc570402015-09-24 20:24:28 -0700775 ... print(ext)
776 <Extension(oid=<ObjectIdentifier(oid=2.5.29.24, name=invalidityDate)>, critical=False, value=2015-01-01 00:00:00)>
777 <Extension(oid=<ObjectIdentifier(oid=2.5.29.21, name=cRLReason)>, critical=False, value=ReasonFlags.key_compromise)>
778
Andre Caron0ef595f2015-05-18 13:53:43 -0400779X.509 CSR (Certificate Signing Request) Builder Object
780~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
781
782.. class:: CertificateSigningRequestBuilder
783
Andre Carond259ee52015-06-02 23:47:11 -0400784 .. versionadded:: 1.0
785
786 .. doctest::
787
788 >>> from cryptography import x509
789 >>> from cryptography.hazmat.backends import default_backend
790 >>> from cryptography.hazmat.primitives import hashes
791 >>> from cryptography.hazmat.primitives.asymmetric import rsa
Paul Kehrere27f6582015-08-10 18:33:38 -0500792 >>> from cryptography.x509.oid import NameOID
Andre Carond259ee52015-06-02 23:47:11 -0400793 >>> private_key = rsa.generate_private_key(
794 ... public_exponent=65537,
795 ... key_size=2048,
796 ... backend=default_backend()
797 ... )
798 >>> builder = x509.CertificateSigningRequestBuilder()
Andre Carona9a51172015-06-06 20:18:44 -0400799 >>> builder = builder.subject_name(x509.Name([
Paul Kehrere27f6582015-08-10 18:33:38 -0500800 ... x509.NameAttribute(NameOID.COMMON_NAME, u'cryptography.io'),
Andre Carond259ee52015-06-02 23:47:11 -0400801 ... ]))
Ian Cordascof06b6be2015-06-21 10:09:18 -0500802 >>> builder = builder.add_extension(
Ian Cordasco0112b022015-06-16 17:51:18 -0500803 ... x509.BasicConstraints(ca=False, path_length=None), critical=True,
Andre Caron472fd692015-06-06 20:04:44 -0400804 ... )
Andre Carond259ee52015-06-02 23:47:11 -0400805 >>> request = builder.sign(
Alex Gaynorde9e5842015-06-26 20:11:23 -0400806 ... private_key, hashes.SHA256(), default_backend()
Andre Carond259ee52015-06-02 23:47:11 -0400807 ... )
808 >>> isinstance(request, x509.CertificateSigningRequest)
809 True
810
Andre Carona9a51172015-06-06 20:18:44 -0400811 .. method:: subject_name(name)
Andre Caron0ef595f2015-05-18 13:53:43 -0400812
Andre Caron341ff852015-06-06 20:14:31 -0400813 :param name: The :class:`~cryptography.x509.Name` of the certificate
814 subject.
815 :returns: A new
816 :class:`~cryptography.x509.CertificateSigningRequestBuilder`.
Andre Caron0ef595f2015-05-18 13:53:43 -0400817
Ian Cordascof06b6be2015-06-21 10:09:18 -0500818 .. method:: add_extension(extension, critical)
Andre Caron0ef595f2015-05-18 13:53:43 -0400819
Paul Kehrer2c145cc2015-10-02 11:27:21 -0500820 :param extension: An extension conforming to the
821 :class:`~cryptography.x509.ExtensionType` interface.
Andre Caron472fd692015-06-06 20:04:44 -0400822 :param critical: Set to `True` if the extension must be understood and
823 handled by whoever reads the certificate.
Andre Caron341ff852015-06-06 20:14:31 -0400824 :returns: A new
825 :class:`~cryptography.x509.CertificateSigningRequestBuilder`.
Andre Caron0ef595f2015-05-18 13:53:43 -0400826
Alex Gaynorb3b0fbe2015-06-26 19:57:18 -0400827 .. method:: sign(private_key, algorithm, backend)
Andre Caron0ef595f2015-05-18 13:53:43 -0400828
829 :param backend: Backend that will be used to sign the request.
830 Must support the
831 :class:`~cryptography.hazmat.backends.interfaces.X509Backend`
832 interface.
833
834 :param private_key: The
Andre Caron24f9bf42015-06-06 20:14:54 -0400835 :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPrivateKey`,
836 :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPrivateKey` or
837 :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePrivateKey`
Andre Caron0ef595f2015-05-18 13:53:43 -0400838 that will be used to sign the request. When the request is
839 signed by a certificate authority, the private key's associated
840 public key will be stored in the resulting certificate.
841
842 :param algorithm: The
843 :class:`~cryptography.hazmat.primitives.hashes.HashAlgorithm`
844 that will be used to generate the request signature.
845
Andre Caron341ff852015-06-06 20:14:31 -0400846 :returns: A new
847 :class:`~cryptography.x509.CertificateSigningRequest`.
Andre Caron0ef595f2015-05-18 13:53:43 -0400848
849
Paul Kehrer719d5362015-01-01 20:03:52 -0600850.. class:: Name
851
852 .. versionadded:: 0.8
853
Paul Kehrer53d8d492015-02-13 18:47:30 -0600854 An X509 Name is an ordered list of attributes. The object is iterable to
Paul Kehrerd21596e2015-02-14 09:17:26 -0600855 get every attribute or you can use :meth:`Name.get_attributes_for_oid` to
Paul Kehrer719d5362015-01-01 20:03:52 -0600856 obtain the specific type you want. Names are sometimes represented as a
Paul Kehrer53d8d492015-02-13 18:47:30 -0600857 slash or comma delimited string (e.g. ``/CN=mydomain.com/O=My Org/C=US`` or
858 ``CN=mydomain.com, O=My Org, C=US``).
Paul Kehrer719d5362015-01-01 20:03:52 -0600859
Paul Kehrer53d8d492015-02-13 18:47:30 -0600860 .. doctest::
Paul Kehrer719d5362015-01-01 20:03:52 -0600861
Paul Kehrer8b21a4a2015-02-14 07:56:36 -0600862 >>> len(cert.subject)
Paul Kehrer53d8d492015-02-13 18:47:30 -0600863 3
Paul Kehrer8b21a4a2015-02-14 07:56:36 -0600864 >>> for attribute in cert.subject:
865 ... print(attribute)
866 <NameAttribute(oid=<ObjectIdentifier(oid=2.5.4.6, name=countryName)>, value=u'US')>
867 <NameAttribute(oid=<ObjectIdentifier(oid=2.5.4.10, name=organizationName)>, value=u'Test Certificates 2011')>
868 <NameAttribute(oid=<ObjectIdentifier(oid=2.5.4.3, name=commonName)>, value=u'Good CA')>
Paul Kehrer719d5362015-01-01 20:03:52 -0600869
Paul Kehrere901d642015-02-11 18:50:58 -0600870 .. method:: get_attributes_for_oid(oid)
Paul Kehrer719d5362015-01-01 20:03:52 -0600871
Paul Kehrere901d642015-02-11 18:50:58 -0600872 :param oid: An :class:`ObjectIdentifier` instance.
Paul Kehrer719d5362015-01-01 20:03:52 -0600873
Paul Kehrere901d642015-02-11 18:50:58 -0600874 :returns: A list of :class:`NameAttribute` instances that match the
875 OID provided. If nothing matches an empty list will be returned.
Paul Kehrer719d5362015-01-01 20:03:52 -0600876
877 .. doctest::
878
Paul Kehrere27f6582015-08-10 18:33:38 -0500879 >>> cert.subject.get_attributes_for_oid(NameOID.COMMON_NAME)
Paul Kehrere901d642015-02-11 18:50:58 -0600880 [<NameAttribute(oid=<ObjectIdentifier(oid=2.5.4.3, name=commonName)>, value=u'Good CA')>]
Paul Kehrerb2de9482014-12-11 14:54:48 -0600881
Paul Kehrere76cd272014-12-14 19:00:51 -0600882.. class:: Version
Paul Kehrer016e08a2014-11-26 09:41:18 -1000883
884 .. versionadded:: 0.7
885
886 An enumeration for X.509 versions.
887
888 .. attribute:: v1
889
890 For version 1 X.509 certificates.
891
892 .. attribute:: v3
893
894 For version 3 X.509 certificates.
895
Paul Kehrer806bfb22015-02-02 17:05:24 -0600896.. class:: NameAttribute
Paul Kehrer912d3fb2015-01-29 11:19:22 -0600897
898 .. versionadded:: 0.8
899
Paul Kehrer834d22f2015-02-06 11:01:07 -0600900 An X.509 name consists of a list of NameAttribute instances.
Paul Kehrer5b0a8d62015-01-30 20:05:55 -0600901
Paul Kehrer912d3fb2015-01-29 11:19:22 -0600902 .. attribute:: oid
903
904 :type: :class:`ObjectIdentifier`
905
906 The attribute OID.
907
908 .. attribute:: value
909
Paul Kehrerd5852cb2015-01-30 08:25:23 -0600910 :type: :term:`text`
Paul Kehrer912d3fb2015-01-29 11:19:22 -0600911
912 The value of the attribute.
913
914.. class:: ObjectIdentifier
915
916 .. versionadded:: 0.8
917
Paul Kehrer5b0a8d62015-01-30 20:05:55 -0600918 Object identifiers (frequently seen abbreviated as OID) identify the type
Paul Kehrer806bfb22015-02-02 17:05:24 -0600919 of a value (see: :class:`NameAttribute`).
Paul Kehrer5b0a8d62015-01-30 20:05:55 -0600920
Paul Kehrerd44f9a62015-02-04 14:47:34 -0600921 .. attribute:: dotted_string
Paul Kehrer912d3fb2015-01-29 11:19:22 -0600922
923 :type: :class:`str`
924
Paul Kehrerfedf4f42015-02-06 11:22:07 -0600925 The dotted string value of the OID (e.g. ``"2.5.4.3"``)
Paul Kehrer912d3fb2015-01-29 11:19:22 -0600926
Paul Kehrer31bdf792015-03-25 14:11:00 -0500927.. _general_name_classes:
928
929General Name Classes
930~~~~~~~~~~~~~~~~~~~~
931
932.. class:: GeneralName
933
934 .. versionadded:: 0.9
935
936 This is the generic interface that all the following classes are registered
937 against.
938
Paul Kehrer47c32ba2015-10-28 09:12:07 +0900939.. class:: RFC822Name(value)
Paul Kehrer31bdf792015-03-25 14:11:00 -0500940
941 .. versionadded:: 0.9
942
943 This corresponds to an email address. For example, ``user@example.com``.
944
945 .. attribute:: value
946
947 :type: :term:`text`
948
Paul Kehrer47c32ba2015-10-28 09:12:07 +0900949.. class:: DNSName(value)
Paul Kehrer31bdf792015-03-25 14:11:00 -0500950
951 .. versionadded:: 0.9
952
953 This corresponds to a domain name. For example, ``cryptography.io``.
954
955 .. attribute:: value
956
957 :type: :term:`text`
958
Paul Kehrer47c32ba2015-10-28 09:12:07 +0900959.. class:: DirectoryName(value)
Paul Kehrer31bdf792015-03-25 14:11:00 -0500960
961 .. versionadded:: 0.9
962
963 This corresponds to a directory name.
964
965 .. attribute:: value
966
967 :type: :class:`Name`
968
Paul Kehrer47c32ba2015-10-28 09:12:07 +0900969.. class:: UniformResourceIdentifier(value)
Paul Kehrer31bdf792015-03-25 14:11:00 -0500970
971 .. versionadded:: 0.9
972
973 This corresponds to a uniform resource identifier. For example,
Paul Kehrerb8ef82e2015-04-22 16:04:24 -0500974 ``https://cryptography.io``. The URI is parsed and IDNA decoded (see
975 :rfc:`5895`).
976
977 .. note::
978
979 URIs that do not contain ``://`` in them will not be decoded.
Paul Kehrer31bdf792015-03-25 14:11:00 -0500980
981 .. attribute:: value
982
983 :type: :term:`text`
984
Paul Kehrer47c32ba2015-10-28 09:12:07 +0900985.. class:: IPAddress(value)
Paul Kehrer31bdf792015-03-25 14:11:00 -0500986
987 .. versionadded:: 0.9
988
989 This corresponds to an IP address.
990
991 .. attribute:: value
992
Paul Kehrereb177932015-05-17 18:33:33 -0700993 :type: :class:`~ipaddress.IPv4Address`,
994 :class:`~ipaddress.IPv6Address`, :class:`~ipaddress.IPv4Network`,
995 or :class:`~ipaddress.IPv6Network`.
Paul Kehrer31bdf792015-03-25 14:11:00 -0500996
Paul Kehrer47c32ba2015-10-28 09:12:07 +0900997.. class:: RegisteredID(value)
Paul Kehrer31bdf792015-03-25 14:11:00 -0500998
999 .. versionadded:: 0.9
1000
1001 This corresponds to a registered ID.
1002
1003 .. attribute:: value
1004
1005 :type: :class:`ObjectIdentifier`
1006
Paul Kehrer47c32ba2015-10-28 09:12:07 +09001007.. class:: OtherName(type_id, value)
Joshua Tauberer2ee5e3c2015-07-04 20:09:46 +00001008
1009 .. versionadded:: 1.0
1010
Joshua Tauberer18b6fc82015-07-05 21:44:51 +00001011 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 +00001012
1013 .. attribute:: type_id
1014
1015 :type: :class:`ObjectIdentifier`
1016
1017 .. attribute:: value
1018
1019 :type: `bytes`
1020
Paul Kehrer8cf26422015-03-21 09:50:24 -05001021X.509 Extensions
1022~~~~~~~~~~~~~~~~
1023
Paul Kehrerfbb7ac82015-03-16 19:26:29 -05001024.. class:: Extensions
1025
1026 .. versionadded:: 0.9
1027
1028 An X.509 Extensions instance is an ordered list of extensions. The object
1029 is iterable to get every extension.
1030
Paul Kehrerfa56a232015-03-17 13:14:03 -05001031 .. method:: get_extension_for_oid(oid)
1032
1033 :param oid: An :class:`ObjectIdentifier` instance.
1034
1035 :returns: An instance of the extension class.
1036
1037 :raises cryptography.x509.ExtensionNotFound: If the certificate does
1038 not have the extension requested.
1039
Paul Kehrerfa56a232015-03-17 13:14:03 -05001040 .. doctest::
1041
Paul Kehrere27f6582015-08-10 18:33:38 -05001042 >>> from cryptography.x509.oid import ExtensionOID
1043 >>> cert.extensions.get_extension_for_oid(ExtensionOID.BASIC_CONSTRAINTS)
Paul Kehrerfa56a232015-03-17 13:14:03 -05001044 <Extension(oid=<ObjectIdentifier(oid=2.5.29.19, name=basicConstraints)>, critical=True, value=<BasicConstraints(ca=True, path_length=None)>)>
1045
Phoebe Queen019b7f82015-08-12 03:52:03 +01001046 .. method:: get_extension_for_class(extclass)
1047
Phoebe Queen6a603eb2015-08-12 14:14:49 +01001048 .. versionadded:: 1.1
1049
Phoebe Queen019b7f82015-08-12 03:52:03 +01001050 :param extclass: An extension class.
1051
1052 :returns: An instance of the extension class.
1053
1054 :raises cryptography.x509.ExtensionNotFound: If the certificate does
1055 not have the extension requested.
1056
1057 .. doctest::
1058
1059 >>> from cryptography import x509
1060 >>> cert.extensions.get_extension_for_class(x509.BasicConstraints)
1061 <Extension(oid=<ObjectIdentifier(oid=2.5.29.19, name=basicConstraints)>, critical=True, value=<BasicConstraints(ca=True, path_length=None)>)>
1062
Paul Kehrer8cf26422015-03-21 09:50:24 -05001063.. class:: Extension
1064
1065 .. versionadded:: 0.9
1066
Paul Kehrer85894662015-03-22 13:19:31 -05001067 .. attribute:: oid
1068
1069 :type: :class:`ObjectIdentifier`
1070
Paul Kehrere27f6582015-08-10 18:33:38 -05001071 One of the :class:`~cryptography.x509.oid.ExtensionOID` OIDs.
Paul Kehrer8cf26422015-03-21 09:50:24 -05001072
1073 .. attribute:: critical
1074
1075 :type: bool
1076
Paul Kehrer58b75692015-03-22 23:24:58 -05001077 Determines whether a given extension is critical or not. :rfc:`5280`
1078 requires that "A certificate-using system MUST reject the certificate
1079 if it encounters a critical extension it does not recognize or a
1080 critical extension that contains information that it cannot process".
Paul Kehrer8cf26422015-03-21 09:50:24 -05001081
Paul Kehrer85894662015-03-22 13:19:31 -05001082 .. attribute:: value
1083
1084 Returns an instance of the extension type corresponding to the OID.
1085
Paul Kehrer14f0bd02015-08-06 11:55:18 +01001086.. class:: ExtensionType
1087
1088 .. versionadded:: 1.0
1089
1090 This is the interface against which all the following extension types are
1091 registered.
1092
Paul Kehrer47c32ba2015-10-28 09:12:07 +09001093.. class:: KeyUsage(digital_signature, content_commitment, key_encipherment, data_encipherment, key_agreement, key_cert_sign, crl_sign, encipher_only, decipher_only)
Paul Kehrercecbbba2015-03-30 14:58:38 -05001094
1095 .. versionadded:: 0.9
1096
1097 The key usage extension defines the purpose of the key contained in the
1098 certificate. The usage restriction might be employed when a key that could
Paul Kehrerb33de932015-08-06 23:41:05 +01001099 be used for more than one operation is to be restricted.
Paul Kehrercecbbba2015-03-30 14:58:38 -05001100
Paul Kehrer822f3d32015-08-06 11:47:32 +01001101 .. attribute:: oid
1102
1103 .. versionadded:: 1.0
1104
1105 :type: :class:`ObjectIdentifier`
1106
Paul Kehrere27f6582015-08-10 18:33:38 -05001107 Returns :attr:`~cryptography.x509.oid.ExtensionOID.KEY_USAGE`.
Paul Kehrer822f3d32015-08-06 11:47:32 +01001108
Paul Kehrercecbbba2015-03-30 14:58:38 -05001109 .. attribute:: digital_signature
1110
1111 :type: bool
1112
Paul Kehrer738407b2015-04-01 22:39:02 -05001113 This purpose is set to true when the subject public key is used for verifying
Paul Kehrercecbbba2015-03-30 14:58:38 -05001114 digital signatures, other than signatures on certificates
1115 (``key_cert_sign``) and CRLs (``crl_sign``).
1116
1117 .. attribute:: content_commitment
1118
1119 :type: bool
1120
Paul Kehrer738407b2015-04-01 22:39:02 -05001121 This purpose is set to true when the subject public key is used for verifying
Paul Kehrercecbbba2015-03-30 14:58:38 -05001122 digital signatures, other than signatures on certificates
1123 (``key_cert_sign``) and CRLs (``crl_sign``). It is used to provide a
1124 non-repudiation service that protects against the signing entity
1125 falsely denying some action. In the case of later conflict, a
1126 reliable third party may determine the authenticity of the signed
1127 data. This was called ``non_repudiation`` in older revisions of the
1128 X.509 specification.
1129
1130 .. attribute:: key_encipherment
1131
1132 :type: bool
1133
Paul Kehrer738407b2015-04-01 22:39:02 -05001134 This purpose is set to true when the subject public key is used for
1135 enciphering private or secret keys.
Paul Kehrercecbbba2015-03-30 14:58:38 -05001136
1137 .. attribute:: data_encipherment
1138
1139 :type: bool
1140
Paul Kehrer738407b2015-04-01 22:39:02 -05001141 This purpose is set to true when the subject public key is used for
1142 directly enciphering raw user data without the use of an intermediate
1143 symmetric cipher.
Paul Kehrercecbbba2015-03-30 14:58:38 -05001144
1145 .. attribute:: key_agreement
1146
1147 :type: bool
1148
Paul Kehrer738407b2015-04-01 22:39:02 -05001149 This purpose is set to true when the subject public key is used for key
1150 agreement. For example, when a Diffie-Hellman key is to be used for
1151 key management, then this purpose is set to true.
Paul Kehrercecbbba2015-03-30 14:58:38 -05001152
1153 .. attribute:: key_cert_sign
1154
1155 :type: bool
1156
Paul Kehrer738407b2015-04-01 22:39:02 -05001157 This purpose is set to true when the subject public key is used for
1158 verifying signatures on public key certificates. If this purpose is set
1159 to true then ``ca`` must be true in the :class:`BasicConstraints`
1160 extension.
Paul Kehrercecbbba2015-03-30 14:58:38 -05001161
1162 .. attribute:: crl_sign
1163
1164 :type: bool
1165
Paul Kehrer738407b2015-04-01 22:39:02 -05001166 This purpose is set to true when the subject public key is used for
1167 verifying signatures on certificate revocation lists.
Paul Kehrercecbbba2015-03-30 14:58:38 -05001168
1169 .. attribute:: encipher_only
1170
1171 :type: bool
1172
Paul Kehrer738407b2015-04-01 22:39:02 -05001173 When this purposes is set to true and the ``key_agreement`` purpose is
1174 also set, the subject public key may be used only for enciphering data
1175 while performing key agreement.
Paul Kehrercecbbba2015-03-30 14:58:38 -05001176
1177 :raises ValueError: This is raised if accessed when ``key_agreement``
1178 is false.
1179
1180 .. attribute:: decipher_only
1181
1182 :type: bool
1183
Paul Kehrer738407b2015-04-01 22:39:02 -05001184 When this purposes is set to true and the ``key_agreement`` purpose is
1185 also set, the subject public key may be used only for deciphering data
1186 while performing key agreement.
Paul Kehrercecbbba2015-03-30 14:58:38 -05001187
1188 :raises ValueError: This is raised if accessed when ``key_agreement``
1189 is false.
1190
1191
Paul Kehrer47c32ba2015-10-28 09:12:07 +09001192.. class:: BasicConstraints(ca, path_length)
Paul Kehrer8cf26422015-03-21 09:50:24 -05001193
1194 .. versionadded:: 0.9
1195
Paul Kehrer85894662015-03-22 13:19:31 -05001196 Basic constraints is an X.509 extension type that defines whether a given
Paul Kehrer8cf26422015-03-21 09:50:24 -05001197 certificate is allowed to sign additional certificates and what path
Paul Kehrerb33de932015-08-06 23:41:05 +01001198 length restrictions may exist.
Paul Kehrer8cf26422015-03-21 09:50:24 -05001199
Paul Kehrer822f3d32015-08-06 11:47:32 +01001200 .. attribute:: oid
1201
1202 .. versionadded:: 1.0
1203
1204 :type: :class:`ObjectIdentifier`
1205
Paul Kehrere27f6582015-08-10 18:33:38 -05001206 Returns :attr:`~cryptography.x509.oid.ExtensionOID.BASIC_CONSTRAINTS`.
Paul Kehrer822f3d32015-08-06 11:47:32 +01001207
Paul Kehrer8cf26422015-03-21 09:50:24 -05001208 .. attribute:: ca
1209
1210 :type: bool
1211
1212 Whether the certificate can sign certificates.
1213
1214 .. attribute:: path_length
1215
Paul Kehrerfd1444c2015-03-21 19:47:05 -05001216 :type: int or None
Paul Kehrer8cf26422015-03-21 09:50:24 -05001217
1218 The maximum path length for certificates subordinate to this
1219 certificate. This attribute only has meaning if ``ca`` is true.
1220 If ``ca`` is true then a path length of None means there's no
1221 restriction on the number of subordinate CAs in the certificate chain.
Alex Gaynor99c5f152015-05-03 10:01:04 -04001222 If it is zero or greater then it defines the maximum length for a
1223 subordinate CA's certificate chain. For example, a ``path_length`` of 1
1224 means the certificate can sign a subordinate CA, but the subordinate CA
1225 is not allowed to create subordinates with ``ca`` set to true.
Paul Kehrer8cf26422015-03-21 09:50:24 -05001226
Paul Kehrer47c32ba2015-10-28 09:12:07 +09001227.. class:: ExtendedKeyUsage(usages)
Paul Kehrerffa2a152015-03-31 08:18:25 -05001228
1229 .. versionadded:: 0.9
1230
1231 This extension indicates one or more purposes for which the certified
1232 public key may be used, in addition to or in place of the basic
1233 purposes indicated in the key usage extension. The object is
Paul Kehrere27f6582015-08-10 18:33:38 -05001234 iterable to obtain the list of
1235 :class:`~cryptography.x509.oid.ExtendedKeyUsageOID` OIDs present.
Paul Kehrerffa2a152015-03-31 08:18:25 -05001236
Paul Kehrer1cb9e552015-10-28 09:37:29 +09001237 :param list usages: A list of
Paul Kehrer47c32ba2015-10-28 09:12:07 +09001238 :class:`~cryptography.x509.oid.ExtendedKeyUsageOID` OIDs.
1239
Paul Kehrer822f3d32015-08-06 11:47:32 +01001240 .. attribute:: oid
1241
1242 .. versionadded:: 1.0
1243
1244 :type: :class:`ObjectIdentifier`
1245
Paul Kehrere27f6582015-08-10 18:33:38 -05001246 Returns :attr:`~cryptography.x509.oid.ExtensionOID.EXTENDED_KEY_USAGE`.
Paul Kehrer822f3d32015-08-06 11:47:32 +01001247
1248
Paul Kehrer47c32ba2015-10-28 09:12:07 +09001249.. class:: OCSPNoCheck()
Paul Kehrer4a1038e2015-05-18 10:28:31 -07001250
Paul Kehrer506a2152015-05-26 08:01:18 -05001251 .. versionadded:: 1.0
Paul Kehrer4a1038e2015-05-18 10:28:31 -07001252
1253 This presence of this extension indicates that an OCSP client can trust a
1254 responder for the lifetime of the responder's certificate. CAs issuing
1255 such a certificate should realize that a compromise of the responder's key
1256 is as serious as the compromise of a CA key used to sign CRLs, at least for
1257 the validity period of this certificate. CA's may choose to issue this type
1258 of certificate with a very short lifetime and renew it frequently. This
1259 extension is only relevant when the certificate is an authorized OCSP
1260 responder.
1261
Paul Kehrer822f3d32015-08-06 11:47:32 +01001262 .. attribute:: oid
1263
1264 .. versionadded:: 1.0
1265
1266 :type: :class:`ObjectIdentifier`
1267
Paul Kehrere27f6582015-08-10 18:33:38 -05001268 Returns :attr:`~cryptography.x509.oid.ExtensionOID.OCSP_NO_CHECK`.
Paul Kehrer822f3d32015-08-06 11:47:32 +01001269
Paul Kehrer47c32ba2015-10-28 09:12:07 +09001270.. class:: NameConstraints(permitted_subtrees, excluded_subtrees)
Paul Kehrere0017be2015-05-17 20:39:40 -06001271
1272 .. versionadded:: 1.0
1273
1274 The name constraints extension, which only has meaning in a CA certificate,
1275 defines a name space within which all subject names in certificates issued
1276 beneath the CA certificate must (or must not) be in. For specific details
1277 on the way this extension should be processed see :rfc:`5280`.
1278
Paul Kehrer822f3d32015-08-06 11:47:32 +01001279 .. attribute:: oid
1280
1281 .. versionadded:: 1.0
1282
1283 :type: :class:`ObjectIdentifier`
1284
Paul Kehrere27f6582015-08-10 18:33:38 -05001285 Returns :attr:`~cryptography.x509.oid.ExtensionOID.NAME_CONSTRAINTS`.
Paul Kehrer822f3d32015-08-06 11:47:32 +01001286
Paul Kehrere0017be2015-05-17 20:39:40 -06001287 .. attribute:: permitted_subtrees
1288
1289 :type: list of :class:`GeneralName` objects or None
1290
1291 The set of permitted name patterns. If a name matches this and an
1292 element in ``excluded_subtrees`` it is invalid. At least one of
1293 ``permitted_subtrees`` and ``excluded_subtrees`` will be non-None.
1294
1295 .. attribute:: excluded_subtrees
1296
1297 :type: list of :class:`GeneralName` objects or None
1298
1299 Any name matching a restriction in the ``excluded_subtrees`` field is
1300 invalid regardless of information appearing in the
1301 ``permitted_subtrees``. At least one of ``permitted_subtrees`` and
1302 ``excluded_subtrees`` will be non-None.
1303
Paul Kehrer47c32ba2015-10-28 09:12:07 +09001304.. class:: AuthorityKeyIdentifier(key_identifier, authority_cert_issuer, authority_cert_serial_number)
Paul Kehrer2eb4ed92015-04-11 15:33:45 -04001305
1306 .. versionadded:: 0.9
1307
1308 The authority key identifier extension provides a means of identifying the
1309 public key corresponding to the private key used to sign a certificate.
Paul Kehrer8c8cd722015-04-19 09:15:04 -05001310 This extension is typically used to assist in determining the appropriate
1311 certificate chain. For more information about generation and use of this
1312 extension see `RFC 5280 section 4.2.1.1`_.
Paul Kehrer2eb4ed92015-04-11 15:33:45 -04001313
Paul Kehrer822f3d32015-08-06 11:47:32 +01001314 .. attribute:: oid
1315
1316 .. versionadded:: 1.0
1317
1318 :type: :class:`ObjectIdentifier`
1319
Paul Kehrere27f6582015-08-10 18:33:38 -05001320 Returns
1321 :attr:`~cryptography.x509.oid.ExtensionOID.AUTHORITY_KEY_IDENTIFIER`.
Paul Kehrer822f3d32015-08-06 11:47:32 +01001322
Paul Kehrer2eb4ed92015-04-11 15:33:45 -04001323 .. attribute:: key_identifier
1324
1325 :type: bytes
1326
Paul Kehrer9104b1d2015-04-18 09:23:44 -05001327 A value derived from the public key used to verify the certificate's
Paul Kehrer8c8cd722015-04-19 09:15:04 -05001328 signature.
Paul Kehrer9104b1d2015-04-18 09:23:44 -05001329
Paul Kehrer2eb4ed92015-04-11 15:33:45 -04001330 .. attribute:: authority_cert_issuer
1331
1332 :type: :class:`Name` or None
1333
Paul Kehrer9104b1d2015-04-18 09:23:44 -05001334 The :class:`Name` of the issuer's issuer.
1335
Paul Kehrer2eb4ed92015-04-11 15:33:45 -04001336 .. attribute:: authority_cert_serial_number
1337
1338 :type: int or None
1339
Paul Kehrer9104b1d2015-04-18 09:23:44 -05001340 The serial number of the issuer's issuer.
1341
Paul Kehrer253929a2015-08-05 17:30:39 +01001342 .. classmethod:: from_issuer_public_key(public_key)
1343
1344 .. versionadded:: 1.0
1345
1346 Creates a new AuthorityKeyIdentifier instance using the public key
1347 provided to generate the appropriate digest. This should be the
Paul Kehrer26ac47f2015-08-08 15:20:52 -05001348 **issuer's public key**. The resulting object will contain
1349 :attr:`~cryptography.x509.AuthorityKeyIdentifier.key_identifier`, but
1350 :attr:`~cryptography.x509.AuthorityKeyIdentifier.authority_cert_issuer`
1351 and
1352 :attr:`~cryptography.x509.AuthorityKeyIdentifier.authority_cert_serial_number`
1353 will be None.
1354 The generated ``key_identifier`` is the SHA1 hash of the ``subjectPublicKey``
1355 ASN.1 bit string. This is the first recommendation in :rfc:`5280`
Paul Kehrer253929a2015-08-05 17:30:39 +01001356 section 4.2.1.2.
1357
Paul Kehrercc671822015-08-08 15:41:54 -05001358 :param public_key: One of
1359 :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKey`
1360 ,
1361 :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPublicKey`
1362 , or
1363 :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKey`.
Paul Kehrer253929a2015-08-05 17:30:39 +01001364
1365 .. doctest::
1366
1367 >>> from cryptography import x509
1368 >>> from cryptography.hazmat.backends import default_backend
Paul Kehrercc671822015-08-08 15:41:54 -05001369 >>> issuer_cert = x509.load_pem_x509_certificate(pem_data, default_backend())
1370 >>> x509.AuthorityKeyIdentifier.from_issuer_public_key(issuer_cert.public_key())
Paul Kehrer253929a2015-08-05 17:30:39 +01001371 <AuthorityKeyIdentifier(key_identifier='X\x01\x84$\x1b\xbc+R\x94J=\xa5\x10r\x14Q\xf5\xaf:\xc9', authority_cert_issuer=None, authority_cert_serial_number=None)>
1372
Paul Kehrer47c32ba2015-10-28 09:12:07 +09001373.. class:: SubjectKeyIdentifier(digest)
Paul Kehrer1eb82a62015-03-31 20:00:33 -05001374
1375 .. versionadded:: 0.9
1376
1377 The subject key identifier extension provides a means of identifying
1378 certificates that contain a particular public key.
1379
Paul Kehrer822f3d32015-08-06 11:47:32 +01001380 .. attribute:: oid
1381
1382 .. versionadded:: 1.0
1383
1384 :type: :class:`ObjectIdentifier`
1385
Paul Kehrere27f6582015-08-10 18:33:38 -05001386 Returns
1387 :attr:`~cryptography.x509.oid.ExtensionOID.SUBJECT_KEY_IDENTIFIER`.
Paul Kehrer822f3d32015-08-06 11:47:32 +01001388
Paul Kehrer1eb82a62015-03-31 20:00:33 -05001389 .. attribute:: digest
1390
1391 :type: bytes
1392
1393 The binary value of the identifier.
1394
Paul Kehrerd4a7f062015-08-05 18:32:18 +01001395 .. classmethod:: from_public_key(public_key)
Paul Kehrerf22f6122015-08-05 12:57:13 +01001396
1397 .. versionadded:: 1.0
1398
1399 Creates a new SubjectKeyIdentifier instance using the public key
1400 provided to generate the appropriate digest. This should be the public
Paul Kehrereb9ec002015-08-08 10:03:02 -05001401 key that is in the certificate. The generated digest is the SHA1 hash
1402 of the ``subjectPublicKey`` ASN.1 bit string. This is the first
1403 recommendation in :rfc:`5280` section 4.2.1.2.
Paul Kehrerf22f6122015-08-05 12:57:13 +01001404
1405 :param public_key: One of
1406 :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKey`
1407 ,
1408 :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPublicKey`
1409 , or
1410 :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKey`.
1411
Paul Kehrer253929a2015-08-05 17:30:39 +01001412 .. doctest::
1413
1414 >>> from cryptography import x509
1415 >>> from cryptography.hazmat.backends import default_backend
Paul Kehrercc671822015-08-08 15:41:54 -05001416 >>> csr = x509.load_pem_x509_csr(pem_req_data, default_backend())
1417 >>> x509.SubjectKeyIdentifier.from_public_key(csr.public_key())
1418 <SubjectKeyIdentifier(digest='\xdb\xaa\xf0\x06\x11\xdbD\xfe\xbf\x93\x03\x8av\x88WP7\xa6\x91\xf7')>
Paul Kehrer253929a2015-08-05 17:30:39 +01001419
Paul Kehrer47c32ba2015-10-28 09:12:07 +09001420.. class:: SubjectAlternativeName(general_names)
Paul Kehrer31bdf792015-03-25 14:11:00 -05001421
1422 .. versionadded:: 0.9
1423
1424 Subject alternative name is an X.509 extension that provides a list of
1425 :ref:`general name <general_name_classes>` instances that provide a set
1426 of identities for which the certificate is valid. The object is iterable to
1427 get every element.
1428
Paul Kehrer1cb9e552015-10-28 09:37:29 +09001429 :param list general_names: A list of :class:`GeneralName` instances.
Paul Kehrer47c32ba2015-10-28 09:12:07 +09001430
Paul Kehrer822f3d32015-08-06 11:47:32 +01001431 .. attribute:: oid
1432
1433 .. versionadded:: 1.0
1434
1435 :type: :class:`ObjectIdentifier`
1436
Paul Kehrere27f6582015-08-10 18:33:38 -05001437 Returns
1438 :attr:`~cryptography.x509.oid.ExtensionOID.SUBJECT_ALTERNATIVE_NAME`.
Paul Kehrer822f3d32015-08-06 11:47:32 +01001439
Paul Kehrer31bdf792015-03-25 14:11:00 -05001440 .. method:: get_values_for_type(type)
1441
1442 :param type: A :class:`GeneralName` provider. This is one of the
1443 :ref:`general name classes <general_name_classes>`.
1444
1445 :returns: A list of values extracted from the matched general names.
Joshua Taubererd2afad32015-07-06 22:37:53 +00001446 The type of the returned values depends on the :class:`GeneralName`.
Paul Kehrer31bdf792015-03-25 14:11:00 -05001447
Paul Kehrer93ae8052015-05-02 23:18:09 -05001448 .. doctest::
1449
1450 >>> from cryptography import x509
1451 >>> from cryptography.hazmat.backends import default_backend
1452 >>> from cryptography.hazmat.primitives import hashes
1453 >>> cert = x509.load_pem_x509_certificate(cryptography_cert_pem, default_backend())
Paul Kehrerd0cd5072015-05-02 23:27:00 -05001454 >>> # Get the subjectAltName extension from the certificate
Paul Kehrere27f6582015-08-10 18:33:38 -05001455 >>> ext = cert.extensions.get_extension_for_oid(ExtensionOID.SUBJECT_ALTERNATIVE_NAME)
Paul Kehrerd0cd5072015-05-02 23:27:00 -05001456 >>> # Get the dNSName entries from the SAN extension
1457 >>> ext.value.get_values_for_type(x509.DNSName)
Paul Kehrer93ae8052015-05-02 23:18:09 -05001458 [u'www.cryptography.io', u'cryptography.io']
1459
Paul Kehrer8cf26422015-03-21 09:50:24 -05001460
Paul Kehrer47c32ba2015-10-28 09:12:07 +09001461.. class:: IssuerAlternativeName(general_names)
Paul Kehrer99125c92015-06-07 18:37:10 -05001462
1463 .. versionadded:: 1.0
1464
1465 Issuer alternative name is an X.509 extension that provides a list of
1466 :ref:`general name <general_name_classes>` instances that provide a set
1467 of identities for the certificate issuer. The object is iterable to
1468 get every element.
1469
Paul Kehrer1cb9e552015-10-28 09:37:29 +09001470 :param list general_names: A list of :class:`GeneralName` instances.
Paul Kehrer47c32ba2015-10-28 09:12:07 +09001471
Paul Kehrer822f3d32015-08-06 11:47:32 +01001472 .. attribute:: oid
1473
1474 .. versionadded:: 1.0
1475
1476 :type: :class:`ObjectIdentifier`
1477
Paul Kehrere27f6582015-08-10 18:33:38 -05001478 Returns
1479 :attr:`~cryptography.x509.oid.ExtensionOID.ISSUER_ALTERNATIVE_NAME`.
Paul Kehrer822f3d32015-08-06 11:47:32 +01001480
Paul Kehrer99125c92015-06-07 18:37:10 -05001481 .. method:: get_values_for_type(type)
1482
1483 :param type: A :class:`GeneralName` provider. This is one of the
1484 :ref:`general name classes <general_name_classes>`.
1485
1486 :returns: A list of values extracted from the matched general names.
1487
1488
Paul Kehrer47c32ba2015-10-28 09:12:07 +09001489.. class:: AuthorityInformationAccess(descriptions)
Paul Kehrer3e6d5582015-05-02 21:57:56 -05001490
1491 .. versionadded:: 0.9
1492
1493 The authority information access extension indicates how to access
1494 information and services for the issuer of the certificate in which
1495 the extension appears. Information and services may include online
1496 validation services (such as OCSP) and issuer data. It is an iterable,
Paul Kehrere27f6582015-08-10 18:33:38 -05001497 containing one or more :class:`~cryptography.x509.AccessDescription`
1498 instances.
Paul Kehrer3e6d5582015-05-02 21:57:56 -05001499
Paul Kehrer1cb9e552015-10-28 09:37:29 +09001500 :param list descriptions: A list of :class:`AccessDescription` objects.
Paul Kehrer47c32ba2015-10-28 09:12:07 +09001501
Paul Kehrer822f3d32015-08-06 11:47:32 +01001502 .. attribute:: oid
1503
1504 .. versionadded:: 1.0
1505
1506 :type: :class:`ObjectIdentifier`
1507
Paul Kehrere27f6582015-08-10 18:33:38 -05001508 Returns
1509 :attr:`~cryptography.x509.oid.ExtensionOID.AUTHORITY_INFORMATION_ACCESS`.
Paul Kehrer822f3d32015-08-06 11:47:32 +01001510
Paul Kehrer3e6d5582015-05-02 21:57:56 -05001511
Paul Kehrer47c32ba2015-10-28 09:12:07 +09001512.. class:: AccessDescription(access_method, access_location)
Paul Kehrer3e6d5582015-05-02 21:57:56 -05001513
Paul Kehrer5a485522015-05-06 00:29:12 -05001514 .. versionadded:: 0.9
1515
Paul Kehrer3e6d5582015-05-02 21:57:56 -05001516 .. attribute:: access_method
1517
1518 :type: :class:`ObjectIdentifier`
1519
Paul Kehrerf506bca2015-05-02 22:31:47 -05001520 The access method defines what the ``access_location`` means. It must
Paul Kehrere27f6582015-08-10 18:33:38 -05001521 be either
1522 :attr:`~cryptography.x509.oid.AuthorityInformationAccessOID.OCSP` or
1523 :attr:`~cryptography.x509.oid.AuthorityInformationAccessOID.CA_ISSUERS`.
1524 If it is
1525 :attr:`~cryptography.x509.oid.AuthorityInformationAccessOID.OCSP`
1526 the access location will be where to obtain OCSP
1527 information for the certificate. If it is
1528 :attr:`~cryptography.x509.oid.AuthorityInformationAccessOID.CA_ISSUERS`
1529 the access location will provide additional information about the
1530 issuing certificate.
Paul Kehrer3e6d5582015-05-02 21:57:56 -05001531
1532 .. attribute:: access_location
1533
1534 :type: :class:`GeneralName`
1535
Paul Kehrerf506bca2015-05-02 22:31:47 -05001536 Where to access the information defined by the access method.
1537
Paul Kehrer47c32ba2015-10-28 09:12:07 +09001538.. class:: CRLDistributionPoints(distribution_points)
Paul Kehrer5a485522015-05-06 00:29:12 -05001539
1540 .. versionadded:: 0.9
1541
1542 The CRL distribution points extension identifies how CRL information is
1543 obtained. It is an iterable, containing one or more
1544 :class:`DistributionPoint` instances.
1545
Paul Kehrer1cb9e552015-10-28 09:37:29 +09001546 :param list distribution_points: A list of :class:`DistributionPoint`
1547 instances.
Paul Kehrer47c32ba2015-10-28 09:12:07 +09001548
Paul Kehrer822f3d32015-08-06 11:47:32 +01001549 .. attribute:: oid
1550
1551 .. versionadded:: 1.0
1552
1553 :type: :class:`ObjectIdentifier`
1554
Paul Kehrere27f6582015-08-10 18:33:38 -05001555 Returns
1556 :attr:`~cryptography.x509.oid.ExtensionOID.CRL_DISTRIBUTION_POINTS`.
Paul Kehrer822f3d32015-08-06 11:47:32 +01001557
Paul Kehrer47c32ba2015-10-28 09:12:07 +09001558.. class:: DistributionPoint(full_name, relative_name, reasons, crl_issuer)
Paul Kehrer5a485522015-05-06 00:29:12 -05001559
1560 .. versionadded:: 0.9
1561
Paul Kehrer4e8dacd2015-05-09 10:38:23 -05001562 .. attribute:: full_name
Paul Kehrer5a485522015-05-06 00:29:12 -05001563
Paul Kehrer4e8dacd2015-05-09 10:38:23 -05001564 :type: list of :class:`GeneralName` instances or None
Paul Kehrer5a485522015-05-06 00:29:12 -05001565
Paul Kehrerf2c072b2015-05-09 17:04:28 -05001566 This field describes methods to retrieve the CRL. At most one of
1567 ``full_name`` or ``relative_name`` will be non-None.
Paul Kehrer4e8dacd2015-05-09 10:38:23 -05001568
1569 .. attribute:: relative_name
1570
1571 :type: :class:`Name` or None
1572
1573 This field describes methods to retrieve the CRL relative to the CRL
Paul Kehrerf2c072b2015-05-09 17:04:28 -05001574 issuer. At most one of ``full_name`` or ``relative_name`` will be
1575 non-None.
Paul Kehrer5a485522015-05-06 00:29:12 -05001576
1577 .. attribute:: crl_issuer
1578
1579 :type: list of :class:`GeneralName` instances or None
1580
1581 Information about the issuer of the CRL.
1582
1583 .. attribute:: reasons
1584
Paul Kehrer3fd02602015-05-09 19:46:13 -05001585 :type: frozenset of :class:`ReasonFlags` or None
Paul Kehrer5a485522015-05-06 00:29:12 -05001586
1587 The reasons a given distribution point may be used for when performing
1588 revocation checks.
1589
1590.. class:: ReasonFlags
1591
1592 .. versionadded:: 0.9
1593
Paul Kehrer4e8dacd2015-05-09 10:38:23 -05001594 An enumeration for CRL reasons.
1595
1596 .. attribute:: unspecified
1597
1598 It is unspecified why the certificate was revoked. This reason cannot
1599 be used as a reason flag in a :class:`DistributionPoint`.
Paul Kehrer5a485522015-05-06 00:29:12 -05001600
1601 .. attribute:: key_compromise
1602
Paul Kehrer4e8dacd2015-05-09 10:38:23 -05001603 This reason indicates that the private key was compromised.
Paul Kehrer5a485522015-05-06 00:29:12 -05001604
1605 .. attribute:: ca_compromise
1606
Paul Kehrer4e8dacd2015-05-09 10:38:23 -05001607 This reason indicates that the CA issuing the certificate was
1608 compromised.
Paul Kehrer5a485522015-05-06 00:29:12 -05001609
1610 .. attribute:: affiliation_changed
1611
Paul Kehrer4e8dacd2015-05-09 10:38:23 -05001612 This reason indicates that the subject's name or other information has
1613 changed.
Paul Kehrer5a485522015-05-06 00:29:12 -05001614
1615 .. attribute:: superseded
1616
Paul Kehrer4e8dacd2015-05-09 10:38:23 -05001617 This reason indicates that a certificate has been superseded.
Paul Kehrer5a485522015-05-06 00:29:12 -05001618
1619 .. attribute:: cessation_of_operation
1620
Paul Kehrer4e8dacd2015-05-09 10:38:23 -05001621 This reason indicates that the certificate is no longer required.
Paul Kehrer5a485522015-05-06 00:29:12 -05001622
1623 .. attribute:: certificate_hold
1624
Paul Kehrer4e8dacd2015-05-09 10:38:23 -05001625 This reason indicates that the certificate is on hold.
Paul Kehrer5a485522015-05-06 00:29:12 -05001626
1627 .. attribute:: privilege_withdrawn
1628
Paul Kehrer4e8dacd2015-05-09 10:38:23 -05001629 This reason indicates that the privilege granted by this certificate
1630 have been withdrawn.
Paul Kehrer5a485522015-05-06 00:29:12 -05001631
1632 .. attribute:: aa_compromise
1633
Paul Kehrer4e8dacd2015-05-09 10:38:23 -05001634 When an attribute authority has been compromised.
1635
1636 .. attribute:: remove_from_crl
1637
1638 This reason indicates that the certificate was on hold and should be
1639 removed from the CRL. This reason cannot be used as a reason flag
1640 in a :class:`DistributionPoint`.
Paul Kehrer5a485522015-05-06 00:29:12 -05001641
Paul Kehrer47c32ba2015-10-28 09:12:07 +09001642.. class:: InhibitAnyPolicy(skip_certs)
Paul Kehrer16fae762015-05-01 23:14:20 -05001643
1644 .. versionadded:: 1.0
1645
1646 The inhibit ``anyPolicy`` extension indicates that the special OID
Paul Kehrere27f6582015-08-10 18:33:38 -05001647 :attr:`~cryptography.x509.oid.CertificatePoliciesOID.ANY_POLICY`, is not
1648 considered an explicit match for other :class:`CertificatePolicies` except
1649 when it appears in an intermediate self-issued CA certificate. The value
1650 indicates the number of additional non-self-issued certificates that may
1651 appear in the path before
1652 :attr:`~cryptography.x509.oid.CertificatePoliciesOID.ANY_POLICY` is no
1653 longer permitted. For example, a value of one indicates that
1654 :attr:`~cryptography.x509.oid.CertificatePoliciesOID.ANY_POLICY` may be
1655 processed in certificates issued by the subject of this certificate, but
1656 not in additional certificates in the path.
Paul Kehrer16fae762015-05-01 23:14:20 -05001657
Paul Kehrer822f3d32015-08-06 11:47:32 +01001658 .. attribute:: oid
1659
1660 .. versionadded:: 1.0
1661
1662 :type: :class:`ObjectIdentifier`
1663
Paul Kehrere27f6582015-08-10 18:33:38 -05001664 Returns
1665 :attr:`~cryptography.x509.oid.ExtensionOID.INHIBIT_ANY_POLICY`.
Paul Kehrer822f3d32015-08-06 11:47:32 +01001666
Paul Kehrer16fae762015-05-01 23:14:20 -05001667 .. attribute:: skip_certs
1668
1669 :type: int
1670
Paul Kehrer47c32ba2015-10-28 09:12:07 +09001671.. class:: CertificatePolicies(policies)
Paul Kehrer0d210922015-04-28 17:31:07 -05001672
1673 .. versionadded:: 0.9
1674
Paul Kehrer2e879742015-05-02 23:09:56 -05001675 The certificate policies extension is an iterable, containing one or more
1676 :class:`PolicyInformation` instances.
Paul Kehrer0d210922015-04-28 17:31:07 -05001677
Paul Kehrer1cb9e552015-10-28 09:37:29 +09001678 :param list policies: A list of :class:`PolicyInformation` instances.
Paul Kehrer47c32ba2015-10-28 09:12:07 +09001679
Paul Kehrer822f3d32015-08-06 11:47:32 +01001680 .. attribute:: oid
1681
1682 .. versionadded:: 1.0
1683
1684 :type: :class:`ObjectIdentifier`
1685
Paul Kehrere27f6582015-08-10 18:33:38 -05001686 Returns
1687 :attr:`~cryptography.x509.oid.ExtensionOID.CERTIFICATE_POLICIES`.
Paul Kehrer822f3d32015-08-06 11:47:32 +01001688
Paul Kehrer0d210922015-04-28 17:31:07 -05001689Certificate Policies Classes
1690~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1691
1692These classes may be present within a :class:`CertificatePolicies` instance.
1693
Paul Kehrer47c32ba2015-10-28 09:12:07 +09001694.. class:: PolicyInformation(policy_identifier, policy_qualifiers)
Paul Kehrer0d210922015-04-28 17:31:07 -05001695
1696 .. versionadded:: 0.9
1697
1698 Contains a policy identifier and an optional list of qualifiers.
1699
1700 .. attribute:: policy_identifier
1701
1702 :type: :class:`ObjectIdentifier`
1703
1704 .. attribute:: policy_qualifiers
1705
1706 :type: list
1707
Paul Kehrerba35b3b2015-05-10 13:07:59 -05001708 A list consisting of :term:`text` and/or :class:`UserNotice` objects.
Paul Kehrer3f8ddeb2015-05-11 00:25:36 -05001709 If the value is text it is a pointer to the practice statement
1710 published by the certificate authority. If it is a user notice it is
1711 meant for display to the relying party when the certificate is
1712 used.
Paul Kehrer2e879742015-05-02 23:09:56 -05001713
Paul Kehrer47c32ba2015-10-28 09:12:07 +09001714.. class:: UserNotice(notice_reference, explicit_text)
Paul Kehrer0d210922015-04-28 17:31:07 -05001715
1716 .. versionadded:: 0.9
1717
Paul Kehrer2e879742015-05-02 23:09:56 -05001718 User notices are intended for display to a relying party when a certificate
1719 is used. In practice, few if any UIs expose this data and it is a rarely
1720 encoded component.
1721
Paul Kehrer0d210922015-04-28 17:31:07 -05001722 .. attribute:: notice_reference
1723
1724 :type: :class:`NoticeReference` or None
1725
Paul Kehrer2e879742015-05-02 23:09:56 -05001726 The notice reference field names an organization and identifies,
1727 by number, a particular statement prepared by that organization.
1728
Paul Kehrer0d210922015-04-28 17:31:07 -05001729 .. attribute:: explicit_text
1730
Paul Kehrer2e879742015-05-02 23:09:56 -05001731 This field includes an arbitrary textual statement directly in the
1732 certificate.
1733
Paul Kehrer0d210922015-04-28 17:31:07 -05001734 :type: :term:`text`
1735
Paul Kehrer47c32ba2015-10-28 09:12:07 +09001736.. class:: NoticeReference(organization, notice_numbers)
Paul Kehrer0d210922015-04-28 17:31:07 -05001737
Paul Kehrer2e879742015-05-02 23:09:56 -05001738 Notice reference can name an organization and provide information about
1739 notices related to the certificate. For example, it might identify the
1740 organization name and notice number 1. Application software could
1741 have a notice file containing the current set of notices for the named
1742 organization; the application would then extract the notice text from the
1743 file and display it. In practice this is rarely seen.
1744
Paul Kehrer0d210922015-04-28 17:31:07 -05001745 .. versionadded:: 0.9
1746
1747 .. attribute:: organization
1748
Paul Kehrer66c61702015-05-12 16:39:18 -05001749 :type: :term:`text`
Paul Kehrer0d210922015-04-28 17:31:07 -05001750
Paul Kehrer3f8ddeb2015-05-11 00:25:36 -05001751 .. attribute:: notice_numbers
Paul Kehrer0d210922015-04-28 17:31:07 -05001752
Paul Kehrer66c61702015-05-12 16:39:18 -05001753 :type: list
Paul Kehrer0d210922015-04-28 17:31:07 -05001754
Paul Kehrer66c61702015-05-12 16:39:18 -05001755 A list of integers.
Paul Kehrer0d210922015-04-28 17:31:07 -05001756
Paul Kehrer912d3fb2015-01-29 11:19:22 -06001757Object Identifiers
1758~~~~~~~~~~~~~~~~~~
1759
Paul Kehrer4bb46492015-02-07 16:59:14 -06001760X.509 elements are frequently identified by :class:`ObjectIdentifier`
1761instances. The following common OIDs are available as constants.
Paul Kehrer912d3fb2015-01-29 11:19:22 -06001762
Paul Kehrere27f6582015-08-10 18:33:38 -05001763.. currentmodule:: cryptography.x509.oid
Paul Kehrer56da2a52015-02-11 23:35:07 -06001764
Paul Kehrere27f6582015-08-10 18:33:38 -05001765.. class:: NameOID
Paul Kehrer912d3fb2015-01-29 11:19:22 -06001766
Paul Kehrere27f6582015-08-10 18:33:38 -05001767 These OIDs are typically seen in X.509 names.
Paul Kehrer858b9b72015-02-05 09:50:31 -06001768
Paul Kehrere27f6582015-08-10 18:33:38 -05001769 .. versionadded:: 1.0
Paul Kehrer912d3fb2015-01-29 11:19:22 -06001770
Paul Kehrere27f6582015-08-10 18:33:38 -05001771 .. attribute:: COMMON_NAME
Paul Kehrer858b9b72015-02-05 09:50:31 -06001772
Paul Kehrere27f6582015-08-10 18:33:38 -05001773 Corresponds to the dotted string ``"2.5.4.3"``. Historically the domain
1774 name would be encoded here for server certificates. :rfc:`2818`
1775 deprecates this practice and names of that type should now be located
1776 in a :class:`~cryptography.x509.SubjectAlternativeName` extension.
Paul Kehrer912d3fb2015-01-29 11:19:22 -06001777
Paul Kehrere27f6582015-08-10 18:33:38 -05001778 .. attribute:: COUNTRY_NAME
Paul Kehrer858b9b72015-02-05 09:50:31 -06001779
Paul Kehrere27f6582015-08-10 18:33:38 -05001780 Corresponds to the dotted string ``"2.5.4.6"``.
Paul Kehrer912d3fb2015-01-29 11:19:22 -06001781
Paul Kehrere27f6582015-08-10 18:33:38 -05001782 .. attribute:: LOCALITY_NAME
Paul Kehrer858b9b72015-02-05 09:50:31 -06001783
Paul Kehrere27f6582015-08-10 18:33:38 -05001784 Corresponds to the dotted string ``"2.5.4.7"``.
Paul Kehrer912d3fb2015-01-29 11:19:22 -06001785
Paul Kehrere27f6582015-08-10 18:33:38 -05001786 .. attribute:: STATE_OR_PROVINCE_NAME
Paul Kehrer858b9b72015-02-05 09:50:31 -06001787
Paul Kehrere27f6582015-08-10 18:33:38 -05001788 Corresponds to the dotted string ``"2.5.4.8"``.
Paul Kehrer912d3fb2015-01-29 11:19:22 -06001789
Paul Kehrere27f6582015-08-10 18:33:38 -05001790 .. attribute:: ORGANIZATION_NAME
Paul Kehrer858b9b72015-02-05 09:50:31 -06001791
Paul Kehrere27f6582015-08-10 18:33:38 -05001792 Corresponds to the dotted string ``"2.5.4.10"``.
Paul Kehrer912d3fb2015-01-29 11:19:22 -06001793
Paul Kehrere27f6582015-08-10 18:33:38 -05001794 .. attribute:: ORGANIZATIONAL_UNIT_NAME
Paul Kehrer858b9b72015-02-05 09:50:31 -06001795
Paul Kehrere27f6582015-08-10 18:33:38 -05001796 Corresponds to the dotted string ``"2.5.4.11"``.
Paul Kehrer912d3fb2015-01-29 11:19:22 -06001797
Paul Kehrere27f6582015-08-10 18:33:38 -05001798 .. attribute:: SERIAL_NUMBER
Paul Kehrer858b9b72015-02-05 09:50:31 -06001799
Paul Kehrere27f6582015-08-10 18:33:38 -05001800 Corresponds to the dotted string ``"2.5.4.5"``. This is distinct from
1801 the serial number of the certificate itself (which can be obtained with
1802 :func:`~cryptography.x509.Certificate.serial`).
Paul Kehrer912d3fb2015-01-29 11:19:22 -06001803
Paul Kehrere27f6582015-08-10 18:33:38 -05001804 .. attribute:: SURNAME
Paul Kehrer858b9b72015-02-05 09:50:31 -06001805
Paul Kehrere27f6582015-08-10 18:33:38 -05001806 Corresponds to the dotted string ``"2.5.4.4"``.
Paul Kehrer912d3fb2015-01-29 11:19:22 -06001807
Paul Kehrere27f6582015-08-10 18:33:38 -05001808 .. attribute:: GIVEN_NAME
Paul Kehrer858b9b72015-02-05 09:50:31 -06001809
Paul Kehrere27f6582015-08-10 18:33:38 -05001810 Corresponds to the dotted string ``"2.5.4.42"``.
Paul Kehrer912d3fb2015-01-29 11:19:22 -06001811
Paul Kehrere27f6582015-08-10 18:33:38 -05001812 .. attribute:: TITLE
Paul Kehrer858b9b72015-02-05 09:50:31 -06001813
Paul Kehrere27f6582015-08-10 18:33:38 -05001814 Corresponds to the dotted string ``"2.5.4.12"``.
Paul Kehrer912d3fb2015-01-29 11:19:22 -06001815
Paul Kehrere27f6582015-08-10 18:33:38 -05001816 .. attribute:: GENERATION_QUALIFIER
Paul Kehrer858b9b72015-02-05 09:50:31 -06001817
Paul Kehrere27f6582015-08-10 18:33:38 -05001818 Corresponds to the dotted string ``"2.5.4.44"``.
Paul Kehrer912d3fb2015-01-29 11:19:22 -06001819
Paul Kehrere27f6582015-08-10 18:33:38 -05001820 .. attribute:: DN_QUALIFIER
Paul Kehrer858b9b72015-02-05 09:50:31 -06001821
Paul Kehrere27f6582015-08-10 18:33:38 -05001822 Corresponds to the dotted string ``"2.5.4.46"``. This specifies
1823 disambiguating information to add to the relative distinguished name of an
1824 entry. See :rfc:`2256`.
Paul Kehrer912d3fb2015-01-29 11:19:22 -06001825
Paul Kehrere27f6582015-08-10 18:33:38 -05001826 .. attribute:: PSEUDONYM
Paul Kehrer858b9b72015-02-05 09:50:31 -06001827
Paul Kehrere27f6582015-08-10 18:33:38 -05001828 Corresponds to the dotted string ``"2.5.4.65"``.
Paul Kehrer912d3fb2015-01-29 11:19:22 -06001829
Paul Kehrere27f6582015-08-10 18:33:38 -05001830 .. attribute:: DOMAIN_COMPONENT
Paul Kehrer858b9b72015-02-05 09:50:31 -06001831
Paul Kehrere27f6582015-08-10 18:33:38 -05001832 Corresponds to the dotted string ``"0.9.2342.19200300.100.1.25"``. A string
1833 holding one component of a domain name. See :rfc:`4519`.
Paul Kehrer56da2a52015-02-11 23:35:07 -06001834
Paul Kehrere27f6582015-08-10 18:33:38 -05001835 .. attribute:: EMAIL_ADDRESS
Paul Kehrer56da2a52015-02-11 23:35:07 -06001836
Paul Kehrere27f6582015-08-10 18:33:38 -05001837 Corresponds to the dotted string ``"1.2.840.113549.1.9.1"``.
Paul Kehrer56da2a52015-02-11 23:35:07 -06001838
Paul Kehrer56da2a52015-02-11 23:35:07 -06001839
Paul Kehrere27f6582015-08-10 18:33:38 -05001840.. class:: SignatureAlgorithmOID
Paul Kehrer56da2a52015-02-11 23:35:07 -06001841
Paul Kehrere27f6582015-08-10 18:33:38 -05001842 .. versionadded:: 1.0
Paul Kehrer56da2a52015-02-11 23:35:07 -06001843
Paul Kehrere27f6582015-08-10 18:33:38 -05001844 .. attribute:: RSA_WITH_MD5
Paul Kehrer56da2a52015-02-11 23:35:07 -06001845
Paul Kehrere27f6582015-08-10 18:33:38 -05001846 Corresponds to the dotted string ``"1.2.840.113549.1.1.4"``. This is
1847 an MD5 digest signed by an RSA key.
Paul Kehrer56da2a52015-02-11 23:35:07 -06001848
Paul Kehrere27f6582015-08-10 18:33:38 -05001849 .. attribute:: RSA_WITH_SHA1
Paul Kehrer56da2a52015-02-11 23:35:07 -06001850
Paul Kehrere27f6582015-08-10 18:33:38 -05001851 Corresponds to the dotted string ``"1.2.840.113549.1.1.5"``. This is
1852 a SHA1 digest signed by an RSA key.
Paul Kehrer56da2a52015-02-11 23:35:07 -06001853
Paul Kehrere27f6582015-08-10 18:33:38 -05001854 .. attribute:: RSA_WITH_SHA224
Paul Kehrer56da2a52015-02-11 23:35:07 -06001855
Paul Kehrere27f6582015-08-10 18:33:38 -05001856 Corresponds to the dotted string ``"1.2.840.113549.1.1.14"``. This is
1857 a SHA224 digest signed by an RSA key.
Paul Kehrer56da2a52015-02-11 23:35:07 -06001858
Paul Kehrere27f6582015-08-10 18:33:38 -05001859 .. attribute:: RSA_WITH_SHA256
Paul Kehrer56da2a52015-02-11 23:35:07 -06001860
Paul Kehrere27f6582015-08-10 18:33:38 -05001861 Corresponds to the dotted string ``"1.2.840.113549.1.1.11"``. This is
1862 a SHA256 digest signed by an RSA key.
Alex Gaynor3aadabf2015-06-23 22:06:21 -04001863
Paul Kehrere27f6582015-08-10 18:33:38 -05001864 .. attribute:: RSA_WITH_SHA384
Alex Gaynor3aadabf2015-06-23 22:06:21 -04001865
Paul Kehrere27f6582015-08-10 18:33:38 -05001866 Corresponds to the dotted string ``"1.2.840.113549.1.1.12"``. This is
1867 a SHA384 digest signed by an RSA key.
Paul Kehrer56da2a52015-02-11 23:35:07 -06001868
Paul Kehrere27f6582015-08-10 18:33:38 -05001869 .. attribute:: RSA_WITH_SHA512
Paul Kehrer56da2a52015-02-11 23:35:07 -06001870
Paul Kehrere27f6582015-08-10 18:33:38 -05001871 Corresponds to the dotted string ``"1.2.840.113549.1.1.13"``. This is
1872 a SHA512 digest signed by an RSA key.
Paul Kehrer56da2a52015-02-11 23:35:07 -06001873
Paul Kehrere27f6582015-08-10 18:33:38 -05001874 .. attribute:: ECDSA_WITH_SHA1
Paul Kehrer56da2a52015-02-11 23:35:07 -06001875
Paul Kehrere27f6582015-08-10 18:33:38 -05001876 Corresponds to the dotted string ``"1.2.840.10045.4.1"``. This is a SHA1
1877 digest signed by an ECDSA key.
Paul Kehrer56da2a52015-02-11 23:35:07 -06001878
Paul Kehrere27f6582015-08-10 18:33:38 -05001879 .. attribute:: ECDSA_WITH_SHA224
Paul Kehrer56da2a52015-02-11 23:35:07 -06001880
Paul Kehrere27f6582015-08-10 18:33:38 -05001881 Corresponds to the dotted string ``"1.2.840.10045.4.3.1"``. This is
1882 a SHA224 digest signed by an ECDSA key.
1883
1884 .. attribute:: ECDSA_WITH_SHA256
1885
1886 Corresponds to the dotted string ``"1.2.840.10045.4.3.2"``. This is
1887 a SHA256 digest signed by an ECDSA key.
1888
1889 .. attribute:: ECDSA_WITH_SHA384
1890
1891 Corresponds to the dotted string ``"1.2.840.10045.4.3.3"``. This is
1892 a SHA384 digest signed by an ECDSA key.
1893
1894 .. attribute:: ECDSA_WITH_SHA512
1895
1896 Corresponds to the dotted string ``"1.2.840.10045.4.3.4"``. This is
1897 a SHA512 digest signed by an ECDSA key.
1898
1899 .. attribute:: DSA_WITH_SHA1
1900
1901 Corresponds to the dotted string ``"1.2.840.10040.4.3"``. This is
1902 a SHA1 digest signed by a DSA key.
1903
1904 .. attribute:: DSA_WITH_SHA224
1905
1906 Corresponds to the dotted string ``"2.16.840.1.101.3.4.3.1"``. This is
1907 a SHA224 digest signed by a DSA key.
1908
1909 .. attribute:: DSA_WITH_SHA256
Paul Kehrer56da2a52015-02-11 23:35:07 -06001910
Paul Kehrere27f6582015-08-10 18:33:38 -05001911 Corresponds to the dotted string ``"2.16.840.1.101.3.4.3.2"``. This is
1912 a SHA256 digest signed by a DSA key.
Paul Kehrer56da2a52015-02-11 23:35:07 -06001913
Paul Kehrer56da2a52015-02-11 23:35:07 -06001914
Paul Kehrere27f6582015-08-10 18:33:38 -05001915.. class:: ExtendedKeyUsageOID
Paul Kehrer56da2a52015-02-11 23:35:07 -06001916
Paul Kehrere27f6582015-08-10 18:33:38 -05001917 .. versionadded:: 1.0
Paul Kehrer56da2a52015-02-11 23:35:07 -06001918
Paul Kehrere27f6582015-08-10 18:33:38 -05001919 .. attribute:: SERVER_AUTH
Paul Kehrer56da2a52015-02-11 23:35:07 -06001920
Paul Kehrere27f6582015-08-10 18:33:38 -05001921 Corresponds to the dotted string ``"1.3.6.1.5.5.7.3.1"``. This is used
1922 to denote that a certificate may be used for TLS web server
1923 authentication.
Paul Kehrer56da2a52015-02-11 23:35:07 -06001924
Paul Kehrere27f6582015-08-10 18:33:38 -05001925 .. attribute:: CLIENT_AUTH
Paul Kehrer56da2a52015-02-11 23:35:07 -06001926
Paul Kehrere27f6582015-08-10 18:33:38 -05001927 Corresponds to the dotted string ``"1.3.6.1.5.5.7.3.2"``. This is used
1928 to denote that a certificate may be used for TLS web client
1929 authentication.
Paul Kehrerffa2a152015-03-31 08:18:25 -05001930
Paul Kehrere27f6582015-08-10 18:33:38 -05001931 .. attribute:: CODE_SIGNING
Paul Kehrere1513fa2015-03-30 23:08:17 -05001932
Paul Kehrere27f6582015-08-10 18:33:38 -05001933 Corresponds to the dotted string ``"1.3.6.1.5.5.7.3.3"``. This is used
1934 to denote that a certificate may be used for code signing.
Paul Kehrere1513fa2015-03-30 23:08:17 -05001935
Paul Kehrere27f6582015-08-10 18:33:38 -05001936 .. attribute:: EMAIL_PROTECTION
Paul Kehrere1513fa2015-03-30 23:08:17 -05001937
Paul Kehrere27f6582015-08-10 18:33:38 -05001938 Corresponds to the dotted string ``"1.3.6.1.5.5.7.3.4"``. This is used
1939 to denote that a certificate may be used for email protection.
Paul Kehrere1513fa2015-03-30 23:08:17 -05001940
Paul Kehrere27f6582015-08-10 18:33:38 -05001941 .. attribute:: TIME_STAMPING
Paul Kehrere1513fa2015-03-30 23:08:17 -05001942
Paul Kehrere27f6582015-08-10 18:33:38 -05001943 Corresponds to the dotted string ``"1.3.6.1.5.5.7.3.8"``. This is used
1944 to denote that a certificate may be used for time stamping.
Paul Kehrere1513fa2015-03-30 23:08:17 -05001945
Paul Kehrere27f6582015-08-10 18:33:38 -05001946 .. attribute:: OCSP_SIGNING
Paul Kehrere1513fa2015-03-30 23:08:17 -05001947
Paul Kehrere27f6582015-08-10 18:33:38 -05001948 Corresponds to the dotted string ``"1.3.6.1.5.5.7.3.9"``. This is used
1949 to denote that a certificate may be used for signing OCSP responses.
Paul Kehrere1513fa2015-03-30 23:08:17 -05001950
Paul Kehrere1513fa2015-03-30 23:08:17 -05001951
Paul Kehrere27f6582015-08-10 18:33:38 -05001952.. class:: AuthorityInformationAccessOID
Paul Kehrere1513fa2015-03-30 23:08:17 -05001953
Paul Kehrere27f6582015-08-10 18:33:38 -05001954 .. versionadded:: 1.0
Paul Kehrere1513fa2015-03-30 23:08:17 -05001955
Paul Kehrere27f6582015-08-10 18:33:38 -05001956 .. attribute:: OCSP
Paul Kehrere1513fa2015-03-30 23:08:17 -05001957
Paul Kehrere27f6582015-08-10 18:33:38 -05001958 Corresponds to the dotted string ``"1.3.6.1.5.5.7.48.1"``. Used as the
1959 identifier for OCSP data in
1960 :class:`~cryptography.x509.AccessDescription` objects.
Paul Kehrere1513fa2015-03-30 23:08:17 -05001961
Paul Kehrere27f6582015-08-10 18:33:38 -05001962 .. attribute:: CA_ISSUERS
Paul Kehrer3e6d5582015-05-02 21:57:56 -05001963
Paul Kehrere27f6582015-08-10 18:33:38 -05001964 Corresponds to the dotted string ``"1.3.6.1.5.5.7.48.2"``. Used as the
1965 identifier for CA issuer data in
1966 :class:`~cryptography.x509.AccessDescription` objects.
Paul Kehrer3e6d5582015-05-02 21:57:56 -05001967
Paul Kehrer3e6d5582015-05-02 21:57:56 -05001968
Paul Kehrere27f6582015-08-10 18:33:38 -05001969.. class:: CertificatePoliciesOID
Paul Kehrer3e6d5582015-05-02 21:57:56 -05001970
Paul Kehrere27f6582015-08-10 18:33:38 -05001971 .. versionadded:: 1.0
Paul Kehrer3e6d5582015-05-02 21:57:56 -05001972
Paul Kehrere27f6582015-08-10 18:33:38 -05001973 .. attribute:: CPS_QUALIFIER
Paul Kehrer2e879742015-05-02 23:09:56 -05001974
Paul Kehrere27f6582015-08-10 18:33:38 -05001975 Corresponds to the dotted string ``"1.3.6.1.5.5.7.2.1"``.
Paul Kehrer2e879742015-05-02 23:09:56 -05001976
Paul Kehrere27f6582015-08-10 18:33:38 -05001977 .. attribute:: CPS_USER_NOTICE
Paul Kehrer2e879742015-05-02 23:09:56 -05001978
Paul Kehrere27f6582015-08-10 18:33:38 -05001979 Corresponds to the dotted string ``"1.3.6.1.5.5.7.2.2"``.
Paul Kehrer2e879742015-05-02 23:09:56 -05001980
Paul Kehrere27f6582015-08-10 18:33:38 -05001981 .. attribute:: ANY_POLICY
Paul Kehrer2e879742015-05-02 23:09:56 -05001982
Paul Kehrere27f6582015-08-10 18:33:38 -05001983 Corresponds to the dotted string ``"2.5.29.32.0"``.
Paul Kehrer16fae762015-05-01 23:14:20 -05001984
Paul Kehrer16fae762015-05-01 23:14:20 -05001985
Paul Kehrere27f6582015-08-10 18:33:38 -05001986.. class:: ExtensionOID
Paul Kehrer5553d572015-03-23 21:08:01 -05001987
Paul Kehrere27f6582015-08-10 18:33:38 -05001988 .. versionadded:: 1.0
Paul Kehrer2bb94642015-03-21 09:54:17 -05001989
Paul Kehrere27f6582015-08-10 18:33:38 -05001990 .. attribute:: BASIC_CONSTRAINTS
Paul Kehrer2bb94642015-03-21 09:54:17 -05001991
Paul Kehrere27f6582015-08-10 18:33:38 -05001992 Corresponds to the dotted string ``"2.5.29.19"``. The identifier for the
1993 :class:`~cryptography.x509.BasicConstraints` extension type.
Paul Kehrer2bb94642015-03-21 09:54:17 -05001994
Paul Kehrere27f6582015-08-10 18:33:38 -05001995 .. attribute:: KEY_USAGE
Paul Kehrercecbbba2015-03-30 14:58:38 -05001996
Paul Kehrere27f6582015-08-10 18:33:38 -05001997 Corresponds to the dotted string ``"2.5.29.15"``. The identifier for the
1998 :class:`~cryptography.x509.KeyUsage` extension type.
Paul Kehrercecbbba2015-03-30 14:58:38 -05001999
Paul Kehrere27f6582015-08-10 18:33:38 -05002000 .. attribute:: SUBJECT_ALTERNATIVE_NAME
Paul Kehrerd4f632e2015-05-12 08:25:42 -05002001
Paul Kehrere27f6582015-08-10 18:33:38 -05002002 Corresponds to the dotted string ``"2.5.29.17"``. The identifier for the
2003 :class:`~cryptography.x509.SubjectAlternativeName` extension type.
Paul Kehrerd4f632e2015-05-12 08:25:42 -05002004
Paul Kehrere27f6582015-08-10 18:33:38 -05002005 .. attribute:: ISSUER_ALTERNATIVE_NAME
Paul Kehrer99125c92015-06-07 18:37:10 -05002006
Paul Kehrere27f6582015-08-10 18:33:38 -05002007 Corresponds to the dotted string ``"2.5.29.18"``. The identifier for the
2008 :class:`~cryptography.x509.IssuerAlternativeName` extension type.
Paul Kehrer99125c92015-06-07 18:37:10 -05002009
Paul Kehrere27f6582015-08-10 18:33:38 -05002010 .. attribute:: SUBJECT_KEY_IDENTIFIER
Paul Kehrerd4f632e2015-05-12 08:25:42 -05002011
Paul Kehrere27f6582015-08-10 18:33:38 -05002012 Corresponds to the dotted string ``"2.5.29.14"``. The identifier for the
2013 :class:`~cryptography.x509.SubjectKeyIdentifier` extension type.
Paul Kehrerd4f632e2015-05-12 08:25:42 -05002014
Paul Kehrere27f6582015-08-10 18:33:38 -05002015 .. attribute:: NAME_CONSTRAINTS
Paul Kehrere0017be2015-05-17 20:39:40 -06002016
Paul Kehrere27f6582015-08-10 18:33:38 -05002017 Corresponds to the dotted string ``"2.5.29.30"``. The identifier for the
2018 :class:`~cryptography.x509.NameConstraints` extension type.
Paul Kehrere0017be2015-05-17 20:39:40 -06002019
Paul Kehrere27f6582015-08-10 18:33:38 -05002020 .. attribute:: CRL_DISTRIBUTION_POINTS
Paul Kehrerd4f632e2015-05-12 08:25:42 -05002021
Paul Kehrere27f6582015-08-10 18:33:38 -05002022 Corresponds to the dotted string ``"2.5.29.31"``. The identifier for the
2023 :class:`~cryptography.x509.CRLDistributionPoints` extension type.
Paul Kehrerd4f632e2015-05-12 08:25:42 -05002024
Paul Kehrere27f6582015-08-10 18:33:38 -05002025 .. attribute:: CERTIFICATE_POLICIES
Paul Kehrerd4f632e2015-05-12 08:25:42 -05002026
Paul Kehrere27f6582015-08-10 18:33:38 -05002027 Corresponds to the dotted string ``"2.5.29.32"``. The identifier for the
2028 :class:`~cryptography.x509.CertificatePolicies` extension type.
Paul Kehrerd4f632e2015-05-12 08:25:42 -05002029
Paul Kehrere27f6582015-08-10 18:33:38 -05002030 .. attribute:: AUTHORITY_KEY_IDENTIFIER
Paul Kehrerd4f632e2015-05-12 08:25:42 -05002031
Paul Kehrere27f6582015-08-10 18:33:38 -05002032 Corresponds to the dotted string ``"2.5.29.35"``. The identifier for the
2033 :class:`~cryptography.x509.AuthorityKeyIdentifier` extension type.
Paul Kehrerd4f632e2015-05-12 08:25:42 -05002034
Paul Kehrere27f6582015-08-10 18:33:38 -05002035 .. attribute:: EXTENDED_KEY_USAGE
Paul Kehrerd4f632e2015-05-12 08:25:42 -05002036
Paul Kehrere27f6582015-08-10 18:33:38 -05002037 Corresponds to the dotted string ``"2.5.29.37"``. The identifier for the
2038 :class:`~cryptography.x509.ExtendedKeyUsage` extension type.
Paul Kehrerd4f632e2015-05-12 08:25:42 -05002039
Paul Kehrere27f6582015-08-10 18:33:38 -05002040 .. attribute:: AUTHORITY_INFORMATION_ACCESS
Paul Kehrerd4f632e2015-05-12 08:25:42 -05002041
Paul Kehrere27f6582015-08-10 18:33:38 -05002042 Corresponds to the dotted string ``"1.3.6.1.5.5.7.1.1"``. The identifier
2043 for the :class:`~cryptography.x509.AuthorityInformationAccess` extension
2044 type.
Paul Kehrer56da2a52015-02-11 23:35:07 -06002045
Paul Kehrere27f6582015-08-10 18:33:38 -05002046 .. attribute:: INHIBIT_ANY_POLICY
Paul Kehrerb33de932015-08-06 23:41:05 +01002047
Paul Kehrere27f6582015-08-10 18:33:38 -05002048 Corresponds to the dotted string ``"2.5.29.54"``. The identifier
2049 for the :class:`~cryptography.x509.InhibitAnyPolicy` extension type.
Paul Kehrerb33de932015-08-06 23:41:05 +01002050
Paul Kehrere27f6582015-08-10 18:33:38 -05002051 .. attribute:: OCSP_NO_CHECK
Paul Kehrer4a1038e2015-05-18 10:28:31 -07002052
Paul Kehrere27f6582015-08-10 18:33:38 -05002053 Corresponds to the dotted string ``"1.3.6.1.5.5.7.48.1.5"``. The
2054 identifier for the :class:`~cryptography.x509.OCSPNoCheck` extension
2055 type.
Paul Kehrer4a1038e2015-05-18 10:28:31 -07002056
Paul Kehrer912d3fb2015-01-29 11:19:22 -06002057Exceptions
2058~~~~~~~~~~
Paul Kehrere27f6582015-08-10 18:33:38 -05002059.. currentmodule:: cryptography.x509
Paul Kehrer912d3fb2015-01-29 11:19:22 -06002060
Paul Kehrere76cd272014-12-14 19:00:51 -06002061.. class:: InvalidVersion
Paul Kehrera68fd332014-11-27 07:08:40 -10002062
2063 This is raised when an X.509 certificate has an invalid version number.
Paul Kehrer016e08a2014-11-26 09:41:18 -10002064
Paul Kehrerd5cccf72014-12-15 17:20:33 -06002065 .. attribute:: parsed_version
2066
Paul Kehrerbbffc402014-12-17 13:33:55 -06002067 :type: int
2068
2069 Returns the raw version that was parsed from the certificate.
Paul Kehrerd5cccf72014-12-15 17:20:33 -06002070
Paul Kehrerfbb7ac82015-03-16 19:26:29 -05002071.. class:: DuplicateExtension
2072
2073 This is raised when more than one X.509 extension of the same type is
2074 found within a certificate.
2075
2076 .. attribute:: oid
2077
2078 :type: :class:`ObjectIdentifier`
2079
2080 Returns the OID.
2081
2082.. class:: UnsupportedExtension
2083
2084 This is raised when a certificate contains an unsupported extension type.
2085
2086 .. attribute:: oid
2087
2088 :type: :class:`ObjectIdentifier`
2089
2090 Returns the OID.
2091
Paul Kehrerfa56a232015-03-17 13:14:03 -05002092.. class:: ExtensionNotFound
2093
2094 This is raised when calling :meth:`Extensions.get_extension_for_oid` with
2095 an extension OID that is not present in the certificate.
2096
2097 .. attribute:: oid
2098
2099 :type: :class:`ObjectIdentifier`
2100
2101 Returns the OID.
2102
Paul Kehrer9089c912015-04-20 22:15:20 -05002103.. class:: UnsupportedGeneralNameType
2104
2105 This is raised when a certificate contains an unsupported general name
2106 type in an extension.
2107
Paul Kehrerbed07352015-04-21 08:31:10 -05002108 .. attribute:: type
2109
Paul Kehrer0a621bf2015-04-22 09:22:56 -05002110 :type: int
2111
2112 The integer value of the unsupported type. The complete list of
2113 types can be found in `RFC 5280 section 4.2.1.6`_.
Paul Kehrerbed07352015-04-21 08:31:10 -05002114
Paul Kehrer016e08a2014-11-26 09:41:18 -10002115
Paul Kehrerc7c9a432015-04-19 09:20:13 -05002116.. _`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 -05002117.. _`RFC 5280 section 4.2.1.6`: https://tools.ietf.org/html/rfc5280#section-4.2.1.6