blob: 568eb405a8fd30a536ce46a446135f151d16d71f [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
Paul Kehrer54a837d2015-12-20 23:42:32 -0600526 .. method:: public_bytes(encoding)
527
528 .. versionadded:: 1.2
529
530 :param encoding: The
531 :class:`~cryptography.hazmat.primitives.serialization.Encoding`
532 that will be used to serialize the certificate revocation list.
533
534 :return bytes: The data that can be written to a file or sent
535 over the network and used as part of a certificate verification
536 process.
537
Erik Trauschke6abe2bb2015-11-19 10:27:01 -0800538
Andre Caron9bbfcea2015-05-18 20:55:29 -0400539X.509 Certificate Builder
540~~~~~~~~~~~~~~~~~~~~~~~~~
541
542.. class:: CertificateBuilder
543
Ian Cordasco1517a4b2015-08-02 22:11:19 -0500544 .. versionadded:: 1.0
545
546 .. doctest::
547
548 >>> from cryptography import x509
549 >>> from cryptography.hazmat.backends import default_backend
550 >>> from cryptography.hazmat.primitives import hashes
551 >>> from cryptography.hazmat.primitives.asymmetric import rsa
Paul Kehrere27f6582015-08-10 18:33:38 -0500552 >>> from cryptography.x509.oid import NameOID
Ian Cordasco1517a4b2015-08-02 22:11:19 -0500553 >>> import datetime
554 >>> import uuid
555 >>> one_day = datetime.timedelta(1, 0, 0)
556 >>> private_key = rsa.generate_private_key(
557 ... public_exponent=65537,
558 ... key_size=2048,
559 ... backend=default_backend()
560 ... )
Cory Benfieldc47b2522015-12-07 15:25:12 +0000561 >>> public_key = private_key.public_key()
Ian Cordasco1517a4b2015-08-02 22:11:19 -0500562 >>> builder = x509.CertificateBuilder()
563 >>> builder = builder.subject_name(x509.Name([
Paul Kehrere27f6582015-08-10 18:33:38 -0500564 ... x509.NameAttribute(NameOID.COMMON_NAME, u'cryptography.io'),
Ian Cordasco1517a4b2015-08-02 22:11:19 -0500565 ... ]))
566 >>> builder = builder.issuer_name(x509.Name([
Paul Kehrere27f6582015-08-10 18:33:38 -0500567 ... x509.NameAttribute(NameOID.COMMON_NAME, u'cryptography.io'),
Ian Cordasco1517a4b2015-08-02 22:11:19 -0500568 ... ]))
569 >>> builder = builder.not_valid_before(datetime.datetime.today() - one_day)
570 >>> builder = builder.not_valid_after(datetime.datetime(2018, 8, 2))
571 >>> builder = builder.serial_number(int(uuid.uuid4()))
572 >>> builder = builder.public_key(public_key)
573 >>> builder = builder.add_extension(
574 ... x509.BasicConstraints(ca=False, path_length=None), critical=True,
575 ... )
576 >>> certificate = builder.sign(
577 ... private_key=private_key, algorithm=hashes.SHA256(),
578 ... backend=default_backend()
579 ... )
580 >>> isinstance(certificate, x509.Certificate)
581 True
582
Ian Cordasco0092a0b2015-07-18 21:46:41 -0500583 .. method:: issuer_name(name)
Andre Caron9bbfcea2015-05-18 20:55:29 -0400584
585 Sets the issuer's distinguished name.
586
Ian Cordascoc9682ad2015-08-01 12:11:13 -0500587 :param name: The :class:`~cryptography.x509.Name` that describes the
588 issuer (CA).
Andre Caron9bbfcea2015-05-18 20:55:29 -0400589
Ian Cordasco0092a0b2015-07-18 21:46:41 -0500590 .. method:: subject_name(name)
Andre Caron9bbfcea2015-05-18 20:55:29 -0400591
592 Sets the subject's distinguished name.
593
Ian Cordascoc9682ad2015-08-01 12:11:13 -0500594 :param name: The :class:`~cryptography.x509.Name` that describes the
Ian Cordasco85fc4d52015-08-01 20:29:31 -0500595 subject.
Andre Caron9bbfcea2015-05-18 20:55:29 -0400596
Ian Cordasco0092a0b2015-07-18 21:46:41 -0500597 .. method:: public_key(public_key)
Andre Caron9bbfcea2015-05-18 20:55:29 -0400598
599 Sets the subject's public key.
600
Ian Cordasco8f571422015-08-02 11:31:08 -0500601 :param public_key: The subject's public key. This can be one of
602 :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKey`,
603 :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPublicKey` or
604 :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKey`
Andre Caron9bbfcea2015-05-18 20:55:29 -0400605
Ian Cordasco0092a0b2015-07-18 21:46:41 -0500606 .. method:: serial_number(serial_number)
Andre Caron9bbfcea2015-05-18 20:55:29 -0400607
608 Sets the certificate's serial number (an integer). The CA's policy
609 determines how it attributes serial numbers to certificates. The only
610 requirement is that this number uniquely identify the certificate given
611 the issuer.
612
613 :param serial_number: Integer number that will be used by the CA to
614 identify this certificate (most notably during certificate
Ian Cordasco17c89002015-08-02 21:13:59 -0500615 revocation checking). Users are encouraged to use a method of
616 generating 20 bytes of entropy, e.g., UUID4. For more information
Ian Cordascob7530a42015-08-02 22:47:06 -0500617 on secure random number generation, see :doc:`/random-numbers`.
Andre Caron9bbfcea2015-05-18 20:55:29 -0400618
Ian Cordasco0092a0b2015-07-18 21:46:41 -0500619 .. method:: not_valid_before(time)
Andre Caron9bbfcea2015-05-18 20:55:29 -0400620
621 Sets the certificate's activation time. This is the time from which
622 clients can start trusting the certificate. It may be different from
623 the time at which the certificate was created.
624
Ian Cordasco17c89002015-08-02 21:13:59 -0500625 :param time: The :class:`datetime.datetime` object (in UTC) that marks the
Andre Caron9bbfcea2015-05-18 20:55:29 -0400626 activation time for the certificate. The certificate may not be
627 trusted clients if it is used before this time.
628
Ian Cordasco0092a0b2015-07-18 21:46:41 -0500629 .. method:: not_valid_after(time)
Andre Caron9bbfcea2015-05-18 20:55:29 -0400630
631 Sets the certificate's expiration time. This is the time from which
632 clients should no longer trust the certificate. The CA's policy will
633 determine how long the certificate should remain in use.
634
Ian Cordasco17c89002015-08-02 21:13:59 -0500635 :param time: The :class:`datetime.datetime` object (in UTC) that marks the
Andre Caron9bbfcea2015-05-18 20:55:29 -0400636 expiration time for the certificate. The certificate may not be
637 trusted clients if it is used after this time.
638
Ian Cordasco17c89002015-08-02 21:13:59 -0500639 .. method:: add_extension(extension, critical)
Andre Caron9bbfcea2015-05-18 20:55:29 -0400640
641 Adds an X.509 extension to the certificate.
642
Paul Kehrer2c145cc2015-10-02 11:27:21 -0500643 :param extension: An extension conforming to the
644 :class:`~cryptography.x509.ExtensionType` interface.
Andre Caron9bbfcea2015-05-18 20:55:29 -0400645
Ian Cordasco17c89002015-08-02 21:13:59 -0500646 :param critical: Set to ``True`` if the extension must be understood and
647 handled by whoever reads the certificate.
648
Paul Kehrer9add80e2015-08-03 17:53:14 +0100649 .. method:: sign(private_key, algorithm, backend)
Andre Caron9bbfcea2015-05-18 20:55:29 -0400650
651 Sign the certificate using the CA's private key.
652
Ian Cordascoc5e1c252015-07-31 23:33:35 -0500653 :param private_key: The
654 :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPrivateKey`,
655 :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPrivateKey` or
656 :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePrivateKey`
657 that will be used to sign the certificate.
658
Andre Caron9bbfcea2015-05-18 20:55:29 -0400659 :param algorithm: The
660 :class:`~cryptography.hazmat.primitives.hashes.HashAlgorithm` that
661 will be used to generate the signature.
662
Paul Kehrer9add80e2015-08-03 17:53:14 +0100663 :param backend: Backend that will be used to build the certificate.
664 Must support the
665 :class:`~cryptography.hazmat.backends.interfaces.X509Backend`
666 interface.
667
Benjamin Peterson9ed312b2015-10-12 20:51:34 -0700668 :returns: :class:`~cryptography.x509.Certificate`
Andre Caron9bbfcea2015-05-18 20:55:29 -0400669
670
Paul Kehrer5aadb9c2015-03-11 20:48:42 -0500671X.509 CSR (Certificate Signing Request) Object
672~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Paul Kehrerdc480ad2015-02-23 12:14:54 -0600673
Paul Kehrera1a1f232015-03-15 15:34:35 -0500674.. class:: CertificateSigningRequest
Paul Kehrerdc480ad2015-02-23 12:14:54 -0600675
676 .. versionadded:: 0.9
677
678 .. method:: public_key()
679
Alex Gaynor4c2561a2015-10-12 23:53:39 -0400680 The public key associated with the request.
681
682 :returns:
Paul Kehrerdc480ad2015-02-23 12:14:54 -0600683 :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKey` or
684 :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPublicKey` or
685 :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKey`
686
Paul Kehrerdc480ad2015-02-23 12:14:54 -0600687 .. doctest::
688
689 >>> from cryptography.hazmat.primitives.asymmetric import rsa
Paul Kehrera1a1f232015-03-15 15:34:35 -0500690 >>> public_key = csr.public_key()
Paul Kehrerdc480ad2015-02-23 12:14:54 -0600691 >>> isinstance(public_key, rsa.RSAPublicKey)
692 True
693
694 .. attribute:: subject
695
696 :type: :class:`Name`
697
698 The :class:`Name` of the subject.
699
700 .. attribute:: signature_hash_algorithm
701
702 :type: :class:`~cryptography.hazmat.primitives.hashes.HashAlgorithm`
703
704 Returns the
705 :class:`~cryptography.hazmat.primitives.hashes.HashAlgorithm` which
706 was used in signing this request.
707
708 .. doctest::
709
710 >>> from cryptography.hazmat.primitives import hashes
Paul Kehrera1a1f232015-03-15 15:34:35 -0500711 >>> isinstance(csr.signature_hash_algorithm, hashes.SHA1)
Paul Kehrerdc480ad2015-02-23 12:14:54 -0600712 True
713
Paul Kehrerc4e61942015-08-01 21:21:13 +0100714 .. attribute:: extensions
715
716 :type: :class:`Extensions`
717
718 The extensions encoded in the certificate signing request.
719
720 :raises cryptography.x509.DuplicateExtension: If more than one
Paul Kehrer24283d22015-08-01 21:31:19 +0100721 extension of the same type is found within the certificate signing request.
Paul Kehrerc4e61942015-08-01 21:21:13 +0100722
Paul Kehrer24283d22015-08-01 21:31:19 +0100723 :raises cryptography.x509.UnsupportedExtension: If the certificate signing request
Paul Kehrerc4e61942015-08-01 21:21:13 +0100724 contains an extension that is not supported.
725
726 :raises cryptography.x509.UnsupportedGeneralNameType: If an extension
727 contains a general name that is not supported.
728
729 :raises UnicodeError: If an extension contains IDNA encoding that is
730 invalid or not compliant with IDNA 2008.
731
732
Andre Caron476c5df2015-05-18 10:23:28 -0400733 .. method:: public_bytes(encoding)
734
Alex Gaynord0b376b2015-07-05 13:58:12 -0400735 .. versionadded:: 1.0
736
Andre Caron476c5df2015-05-18 10:23:28 -0400737 :param encoding: The
738 :class:`~cryptography.hazmat.primitives.serialization.Encoding`
739 that will be used to serialize the certificate request.
740
741 :return bytes: The data that can be written to a file or sent
742 over the network to be signed by the certificate
743 authority.
744
Paul Kehrerab209392015-12-01 14:50:31 -0600745 .. attribute:: signature
746
747 .. versionadded:: 1.2
748
749 :type: bytes
750
751 The bytes of the certificate signing request's signature.
752
753 .. attribute:: tbs_certrequest_bytes
754
755 .. versionadded:: 1.2
756
757 :type: bytes
758
759 The DER encoded bytes payload (as defined by :rfc:`2986`) that is
760 hashed and then signed by the private key (corresponding to the public
761 key embedded in the CSR). This data may be used to validate the CSR
762 signature.
763
Joern Heissler1bd77e22016-01-13 22:51:37 +0100764 .. method:: verify()
765
766 .. versionadded:: 1.3
767
768 :raises cryptography.exceptions.InvalidSignature: If the signature does
769 not validate.
770
771 Verifies the CSR signature.
772
Paul Kehrerbfac2d12015-12-19 23:32:08 -0600773X.509 Certificate Revocation List Builder
774~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
775
776.. class:: CertificateRevocationListBuilder
777
778 .. versionadded:: 1.2
779
780 .. doctest::
781
782 >>> from cryptography import x509
783 >>> from cryptography.hazmat.backends import default_backend
784 >>> from cryptography.hazmat.primitives import hashes
785 >>> from cryptography.hazmat.primitives.asymmetric import rsa
786 >>> from cryptography.x509.oid import NameOID
787 >>> import datetime
788 >>> one_day = datetime.timedelta(1, 0, 0)
789 >>> private_key = rsa.generate_private_key(
790 ... public_exponent=65537,
791 ... key_size=2048,
792 ... backend=default_backend()
793 ... )
794 >>> builder = x509.CertificateRevocationListBuilder()
795 >>> builder = builder.issuer_name(x509.Name([
796 ... x509.NameAttribute(NameOID.COMMON_NAME, u'cryptography.io CA'),
797 ... ]))
798 >>> builder = builder.last_update(datetime.datetime.today())
799 >>> builder = builder.next_update(datetime.datetime.today() + one_day)
Paul Kehrer4c7fd5f2015-12-25 13:40:55 -0600800 >>> revoked_cert = x509.RevokedCertificateBuilder().serial_number(
801 ... 333
802 ... ).revocation_date(
803 ... datetime.datetime.today()
804 ... ).build(default_backend())
805 >>> builder = builder.add_revoked_certificate(revoked_cert)
Paul Kehrerbfac2d12015-12-19 23:32:08 -0600806 >>> crl = builder.sign(
807 ... private_key=private_key, algorithm=hashes.SHA256(),
808 ... backend=default_backend()
809 ... )
Paul Kehrer4c7fd5f2015-12-25 13:40:55 -0600810 >>> len(crl)
811 1
Paul Kehrerbfac2d12015-12-19 23:32:08 -0600812
813 .. method:: issuer_name(name)
814
815 Sets the issuer's distinguished name.
816
817 :param name: The :class:`~cryptography.x509.Name` that describes the
818 issuer (CA).
819
820 .. method:: last_update(time)
821
Paul Kehrer0325b9d2015-12-24 19:19:59 -0600822 Sets this CRL's activation time. This is the time from which
823 clients can start trusting this CRL. It may be different from
824 the time at which this CRL was created. This is also known as the
Paul Kehrerbfac2d12015-12-19 23:32:08 -0600825 ``thisUpdate`` time.
826
Paul Kehrer0325b9d2015-12-24 19:19:59 -0600827 :param time: The :class:`datetime.datetime` object (in UTC) that marks
828 the activation time for this CRL. The CRL may not be trusted if it
829 is used before this time.
Paul Kehrerbfac2d12015-12-19 23:32:08 -0600830
831 .. method:: next_update(time)
832
Paul Kehrer0325b9d2015-12-24 19:19:59 -0600833 Sets this CRL's next update time. This is the time by which
834 a new CRL will be issued. The CA is allowed to issue a new CRL before
835 this date, however clients are not required to check for it.
Paul Kehrerbfac2d12015-12-19 23:32:08 -0600836
Paul Kehrer0325b9d2015-12-24 19:19:59 -0600837 :param time: The :class:`datetime.datetime` object (in UTC) that marks
838 the next update time for this CRL.
Paul Kehrerbfac2d12015-12-19 23:32:08 -0600839
Paul Kehrer426b48d2015-12-24 20:50:43 -0600840 .. method:: add_extension(extension, critical)
841
842 Adds an X.509 extension to this CRL.
843
844 :param extension: An extension with the
845 :class:`~cryptography.x509.ExtensionType` interface.
846
847 :param critical: Set to ``True`` if the extension must be understood and
848 handled by whoever reads the CRL.
849
Paul Kehrer4c7fd5f2015-12-25 13:40:55 -0600850 .. method:: add_revoked_certificate(revoked_certificate)
851
852 Adds a revoked certificate to this CRL.
853
854 :param revoked_certificate: An instance of
855 :class:`~cryptography.x509.RevokedCertificate`. These can be
856 obtained from an existing CRL or created with
857 :class:`~cryptography.x509.RevokedCertificateBuilder`.
858
Paul Kehrerbfac2d12015-12-19 23:32:08 -0600859 .. method:: sign(private_key, algorithm, backend)
860
Paul Kehrer0325b9d2015-12-24 19:19:59 -0600861 Sign this CRL using the CA's private key.
Paul Kehrerbfac2d12015-12-19 23:32:08 -0600862
863 :param private_key: The
864 :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPrivateKey`,
865 :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPrivateKey` or
866 :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePrivateKey`
867 that will be used to sign the certificate.
868
869 :param algorithm: The
870 :class:`~cryptography.hazmat.primitives.hashes.HashAlgorithm` that
871 will be used to generate the signature.
872
873 :param backend: Backend that will be used to build the CRL.
874 Must support the
875 :class:`~cryptography.hazmat.backends.interfaces.X509Backend`
876 interface.
877
878 :returns: :class:`~cryptography.x509.CertificateRevocationList`
879
Erik Trauschke2dcce902015-05-14 16:12:24 -0700880X.509 Revoked Certificate Object
Erik Trauschkec5a8d172015-05-28 10:24:25 -0700881~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Erik Trauschke2dcce902015-05-14 16:12:24 -0700882
883.. class:: RevokedCertificate
884
885 .. versionadded:: 1.0
886
887 .. attribute:: serial_number
888
889 :type: :class:`int`
890
891 An integer representing the serial number of the revoked certificate.
892
Erik Trauschkedc570402015-09-24 20:24:28 -0700893 .. doctest::
894
Erik Trauschke3cdabaf2015-10-13 09:42:53 -0700895 >>> revoked_certificate.serial_number
Erik Trauschkedc570402015-09-24 20:24:28 -0700896 0
897
Erik Trauschke2dcce902015-05-14 16:12:24 -0700898 .. attribute:: revocation_date
899
900 :type: :class:`datetime.datetime`
901
902 A naïve datetime representing the date this certificates was revoked.
903
Erik Trauschkedc570402015-09-24 20:24:28 -0700904 .. doctest::
905
Erik Trauschke77f5a252015-10-14 08:06:38 -0700906 >>> revoked_certificate.revocation_date
Erik Trauschkedc570402015-09-24 20:24:28 -0700907 datetime.datetime(2015, 1, 1, 0, 0)
908
Erik Trauschke2dcce902015-05-14 16:12:24 -0700909 .. attribute:: extensions
910
911 :type: :class:`Extensions`
912
913 The extensions encoded in the revoked certificate.
Andre Caron476c5df2015-05-18 10:23:28 -0400914
Erik Trauschkedc570402015-09-24 20:24:28 -0700915 .. doctest::
916
Erik Trauschke77f5a252015-10-14 08:06:38 -0700917 >>> for ext in revoked_certificate.extensions:
Erik Trauschkedc570402015-09-24 20:24:28 -0700918 ... print(ext)
Paul Kehrer23c0bbc2015-12-25 22:35:19 -0600919 <Extension(oid=<ObjectIdentifier(oid=2.5.29.24, name=invalidityDate)>, critical=False, value=<InvalidityDate(invalidity_date=2015-01-01 00:00:00)>)>
Paul Kehrer7058ece2015-12-25 22:28:29 -0600920 <Extension(oid=<ObjectIdentifier(oid=2.5.29.21, name=cRLReason)>, critical=False, value=<CRLReason(reason=ReasonFlags.key_compromise)>)>
Erik Trauschkedc570402015-09-24 20:24:28 -0700921
Paul Kehrerc33ffd72015-12-25 10:59:22 -0600922X.509 Revoked Certificate Builder
923~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
924
925.. class:: RevokedCertificateBuilder
926
927 This class is used to create :class:`~cryptography.x509.RevokedCertificate`
928 objects that can be used with the
929 :class:`~cryptography.x509.CertificateRevocationListBuilder`.
930
931 .. versionadded:: 1.2
932
933 .. doctest::
934
935 >>> from cryptography import x509
936 >>> from cryptography.hazmat.backends import default_backend
937 >>> import datetime
938 >>> builder = x509.RevokedCertificateBuilder()
939 >>> builder = builder.revocation_date(datetime.datetime.today())
940 >>> builder = builder.serial_number(3333)
941 >>> revoked_certificate = builder.build(default_backend())
942 >>> isinstance(revoked_certificate, x509.RevokedCertificate)
943 True
944
945 .. method:: serial_number(serial_number)
946
947 Sets the revoked certificate's serial number.
948
949 :param serial_number: Integer number that is used to identify the
950 revoked certificate.
951
952 .. method:: revocation_date(time)
953
954 Sets the certificate's revocation date.
955
956 :param time: The :class:`datetime.datetime` object (in UTC) that marks the
957 revocation time for the certificate.
958
Paul Kehrere5f152b2015-12-25 23:55:47 -0600959 .. method:: add_extension(extension, critical)
960
961 Adds an X.509 extension to this revoked certificate.
962
963 :param extension: An instance of one of the
964 :ref:`CRL entry extensions <crl_entry_extensions>`.
965
966 :param critical: Set to ``True`` if the extension must be understood and
967 handled.
968
Paul Kehrerc33ffd72015-12-25 10:59:22 -0600969 .. method:: build(backend)
970
971 Create a revoked certificate object using the provided backend.
972
973 :param backend: Backend that will be used to build the revoked
974 certificate. Must support the
975 :class:`~cryptography.hazmat.backends.interfaces.X509Backend`
976 interface.
977
978 :returns: :class:`~cryptography.x509.RevokedCertificate`
979
Andre Caron0ef595f2015-05-18 13:53:43 -0400980X.509 CSR (Certificate Signing Request) Builder Object
981~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
982
983.. class:: CertificateSigningRequestBuilder
984
Andre Carond259ee52015-06-02 23:47:11 -0400985 .. versionadded:: 1.0
986
987 .. doctest::
988
989 >>> from cryptography import x509
990 >>> from cryptography.hazmat.backends import default_backend
991 >>> from cryptography.hazmat.primitives import hashes
992 >>> from cryptography.hazmat.primitives.asymmetric import rsa
Paul Kehrere27f6582015-08-10 18:33:38 -0500993 >>> from cryptography.x509.oid import NameOID
Andre Carond259ee52015-06-02 23:47:11 -0400994 >>> private_key = rsa.generate_private_key(
995 ... public_exponent=65537,
996 ... key_size=2048,
997 ... backend=default_backend()
998 ... )
999 >>> builder = x509.CertificateSigningRequestBuilder()
Andre Carona9a51172015-06-06 20:18:44 -04001000 >>> builder = builder.subject_name(x509.Name([
Paul Kehrere27f6582015-08-10 18:33:38 -05001001 ... x509.NameAttribute(NameOID.COMMON_NAME, u'cryptography.io'),
Andre Carond259ee52015-06-02 23:47:11 -04001002 ... ]))
Ian Cordascof06b6be2015-06-21 10:09:18 -05001003 >>> builder = builder.add_extension(
Ian Cordasco0112b022015-06-16 17:51:18 -05001004 ... x509.BasicConstraints(ca=False, path_length=None), critical=True,
Andre Caron472fd692015-06-06 20:04:44 -04001005 ... )
Andre Carond259ee52015-06-02 23:47:11 -04001006 >>> request = builder.sign(
Alex Gaynorde9e5842015-06-26 20:11:23 -04001007 ... private_key, hashes.SHA256(), default_backend()
Andre Carond259ee52015-06-02 23:47:11 -04001008 ... )
1009 >>> isinstance(request, x509.CertificateSigningRequest)
1010 True
1011
Andre Carona9a51172015-06-06 20:18:44 -04001012 .. method:: subject_name(name)
Andre Caron0ef595f2015-05-18 13:53:43 -04001013
Andre Caron341ff852015-06-06 20:14:31 -04001014 :param name: The :class:`~cryptography.x509.Name` of the certificate
1015 subject.
1016 :returns: A new
1017 :class:`~cryptography.x509.CertificateSigningRequestBuilder`.
Andre Caron0ef595f2015-05-18 13:53:43 -04001018
Ian Cordascof06b6be2015-06-21 10:09:18 -05001019 .. method:: add_extension(extension, critical)
Andre Caron0ef595f2015-05-18 13:53:43 -04001020
Paul Kehrer2c145cc2015-10-02 11:27:21 -05001021 :param extension: An extension conforming to the
1022 :class:`~cryptography.x509.ExtensionType` interface.
Andre Caron472fd692015-06-06 20:04:44 -04001023 :param critical: Set to `True` if the extension must be understood and
1024 handled by whoever reads the certificate.
Andre Caron341ff852015-06-06 20:14:31 -04001025 :returns: A new
1026 :class:`~cryptography.x509.CertificateSigningRequestBuilder`.
Andre Caron0ef595f2015-05-18 13:53:43 -04001027
Alex Gaynorb3b0fbe2015-06-26 19:57:18 -04001028 .. method:: sign(private_key, algorithm, backend)
Andre Caron0ef595f2015-05-18 13:53:43 -04001029
1030 :param backend: Backend that will be used to sign the request.
1031 Must support the
1032 :class:`~cryptography.hazmat.backends.interfaces.X509Backend`
1033 interface.
1034
1035 :param private_key: The
Andre Caron24f9bf42015-06-06 20:14:54 -04001036 :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPrivateKey`,
1037 :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPrivateKey` or
1038 :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePrivateKey`
Andre Caron0ef595f2015-05-18 13:53:43 -04001039 that will be used to sign the request. When the request is
1040 signed by a certificate authority, the private key's associated
1041 public key will be stored in the resulting certificate.
1042
1043 :param algorithm: The
1044 :class:`~cryptography.hazmat.primitives.hashes.HashAlgorithm`
1045 that will be used to generate the request signature.
1046
Andre Caron341ff852015-06-06 20:14:31 -04001047 :returns: A new
1048 :class:`~cryptography.x509.CertificateSigningRequest`.
Andre Caron0ef595f2015-05-18 13:53:43 -04001049
1050
Paul Kehrer719d5362015-01-01 20:03:52 -06001051.. class:: Name
1052
1053 .. versionadded:: 0.8
1054
Paul Kehrer53d8d492015-02-13 18:47:30 -06001055 An X509 Name is an ordered list of attributes. The object is iterable to
Paul Kehrerd21596e2015-02-14 09:17:26 -06001056 get every attribute or you can use :meth:`Name.get_attributes_for_oid` to
Paul Kehrer719d5362015-01-01 20:03:52 -06001057 obtain the specific type you want. Names are sometimes represented as a
Paul Kehrer53d8d492015-02-13 18:47:30 -06001058 slash or comma delimited string (e.g. ``/CN=mydomain.com/O=My Org/C=US`` or
1059 ``CN=mydomain.com, O=My Org, C=US``).
Paul Kehrer719d5362015-01-01 20:03:52 -06001060
Paul Kehrer53d8d492015-02-13 18:47:30 -06001061 .. doctest::
Paul Kehrer719d5362015-01-01 20:03:52 -06001062
Paul Kehrer8b21a4a2015-02-14 07:56:36 -06001063 >>> len(cert.subject)
Paul Kehrer53d8d492015-02-13 18:47:30 -06001064 3
Paul Kehrer8b21a4a2015-02-14 07:56:36 -06001065 >>> for attribute in cert.subject:
1066 ... print(attribute)
1067 <NameAttribute(oid=<ObjectIdentifier(oid=2.5.4.6, name=countryName)>, value=u'US')>
1068 <NameAttribute(oid=<ObjectIdentifier(oid=2.5.4.10, name=organizationName)>, value=u'Test Certificates 2011')>
1069 <NameAttribute(oid=<ObjectIdentifier(oid=2.5.4.3, name=commonName)>, value=u'Good CA')>
Paul Kehrer719d5362015-01-01 20:03:52 -06001070
Paul Kehrere901d642015-02-11 18:50:58 -06001071 .. method:: get_attributes_for_oid(oid)
Paul Kehrer719d5362015-01-01 20:03:52 -06001072
Paul Kehrere901d642015-02-11 18:50:58 -06001073 :param oid: An :class:`ObjectIdentifier` instance.
Paul Kehrer719d5362015-01-01 20:03:52 -06001074
Paul Kehrere901d642015-02-11 18:50:58 -06001075 :returns: A list of :class:`NameAttribute` instances that match the
1076 OID provided. If nothing matches an empty list will be returned.
Paul Kehrer719d5362015-01-01 20:03:52 -06001077
1078 .. doctest::
1079
Paul Kehrere27f6582015-08-10 18:33:38 -05001080 >>> cert.subject.get_attributes_for_oid(NameOID.COMMON_NAME)
Paul Kehrere901d642015-02-11 18:50:58 -06001081 [<NameAttribute(oid=<ObjectIdentifier(oid=2.5.4.3, name=commonName)>, value=u'Good CA')>]
Paul Kehrerb2de9482014-12-11 14:54:48 -06001082
Paul Kehrere76cd272014-12-14 19:00:51 -06001083.. class:: Version
Paul Kehrer016e08a2014-11-26 09:41:18 -10001084
1085 .. versionadded:: 0.7
1086
1087 An enumeration for X.509 versions.
1088
1089 .. attribute:: v1
1090
1091 For version 1 X.509 certificates.
1092
1093 .. attribute:: v3
1094
1095 For version 3 X.509 certificates.
1096
Paul Kehrer806bfb22015-02-02 17:05:24 -06001097.. class:: NameAttribute
Paul Kehrer912d3fb2015-01-29 11:19:22 -06001098
1099 .. versionadded:: 0.8
1100
Paul Kehrer834d22f2015-02-06 11:01:07 -06001101 An X.509 name consists of a list of NameAttribute instances.
Paul Kehrer5b0a8d62015-01-30 20:05:55 -06001102
Paul Kehrer912d3fb2015-01-29 11:19:22 -06001103 .. attribute:: oid
1104
1105 :type: :class:`ObjectIdentifier`
1106
1107 The attribute OID.
1108
1109 .. attribute:: value
1110
Paul Kehrerd5852cb2015-01-30 08:25:23 -06001111 :type: :term:`text`
Paul Kehrer912d3fb2015-01-29 11:19:22 -06001112
1113 The value of the attribute.
1114
1115.. class:: ObjectIdentifier
1116
1117 .. versionadded:: 0.8
1118
Paul Kehrer5b0a8d62015-01-30 20:05:55 -06001119 Object identifiers (frequently seen abbreviated as OID) identify the type
Paul Kehrer806bfb22015-02-02 17:05:24 -06001120 of a value (see: :class:`NameAttribute`).
Paul Kehrer5b0a8d62015-01-30 20:05:55 -06001121
Paul Kehrerd44f9a62015-02-04 14:47:34 -06001122 .. attribute:: dotted_string
Paul Kehrer912d3fb2015-01-29 11:19:22 -06001123
1124 :type: :class:`str`
1125
Paul Kehrerfedf4f42015-02-06 11:22:07 -06001126 The dotted string value of the OID (e.g. ``"2.5.4.3"``)
Paul Kehrer912d3fb2015-01-29 11:19:22 -06001127
Paul Kehrer31bdf792015-03-25 14:11:00 -05001128.. _general_name_classes:
1129
1130General Name Classes
1131~~~~~~~~~~~~~~~~~~~~
1132
1133.. class:: GeneralName
1134
1135 .. versionadded:: 0.9
1136
1137 This is the generic interface that all the following classes are registered
1138 against.
1139
Paul Kehrer47c32ba2015-10-28 09:12:07 +09001140.. class:: RFC822Name(value)
Paul Kehrer31bdf792015-03-25 14:11:00 -05001141
1142 .. versionadded:: 0.9
1143
1144 This corresponds to an email address. For example, ``user@example.com``.
1145
1146 .. attribute:: value
1147
1148 :type: :term:`text`
1149
Paul Kehrer47c32ba2015-10-28 09:12:07 +09001150.. class:: DNSName(value)
Paul Kehrer31bdf792015-03-25 14:11:00 -05001151
1152 .. versionadded:: 0.9
1153
1154 This corresponds to a domain name. For example, ``cryptography.io``.
1155
1156 .. attribute:: value
1157
1158 :type: :term:`text`
1159
Paul Kehrer47c32ba2015-10-28 09:12:07 +09001160.. class:: DirectoryName(value)
Paul Kehrer31bdf792015-03-25 14:11:00 -05001161
1162 .. versionadded:: 0.9
1163
1164 This corresponds to a directory name.
1165
1166 .. attribute:: value
1167
1168 :type: :class:`Name`
1169
Paul Kehrer47c32ba2015-10-28 09:12:07 +09001170.. class:: UniformResourceIdentifier(value)
Paul Kehrer31bdf792015-03-25 14:11:00 -05001171
1172 .. versionadded:: 0.9
1173
1174 This corresponds to a uniform resource identifier. For example,
Paul Kehrerb8ef82e2015-04-22 16:04:24 -05001175 ``https://cryptography.io``. The URI is parsed and IDNA decoded (see
1176 :rfc:`5895`).
1177
1178 .. note::
1179
1180 URIs that do not contain ``://`` in them will not be decoded.
Paul Kehrer31bdf792015-03-25 14:11:00 -05001181
1182 .. attribute:: value
1183
1184 :type: :term:`text`
1185
Paul Kehrer47c32ba2015-10-28 09:12:07 +09001186.. class:: IPAddress(value)
Paul Kehrer31bdf792015-03-25 14:11:00 -05001187
1188 .. versionadded:: 0.9
1189
1190 This corresponds to an IP address.
1191
1192 .. attribute:: value
1193
Paul Kehrereb177932015-05-17 18:33:33 -07001194 :type: :class:`~ipaddress.IPv4Address`,
1195 :class:`~ipaddress.IPv6Address`, :class:`~ipaddress.IPv4Network`,
1196 or :class:`~ipaddress.IPv6Network`.
Paul Kehrer31bdf792015-03-25 14:11:00 -05001197
Paul Kehrer47c32ba2015-10-28 09:12:07 +09001198.. class:: RegisteredID(value)
Paul Kehrer31bdf792015-03-25 14:11:00 -05001199
1200 .. versionadded:: 0.9
1201
1202 This corresponds to a registered ID.
1203
1204 .. attribute:: value
1205
1206 :type: :class:`ObjectIdentifier`
1207
Paul Kehrer47c32ba2015-10-28 09:12:07 +09001208.. class:: OtherName(type_id, value)
Joshua Tauberer2ee5e3c2015-07-04 20:09:46 +00001209
1210 .. versionadded:: 1.0
1211
Joshua Tauberer18b6fc82015-07-05 21:44:51 +00001212 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 +00001213
1214 .. attribute:: type_id
1215
1216 :type: :class:`ObjectIdentifier`
1217
1218 .. attribute:: value
1219
1220 :type: `bytes`
1221
Paul Kehrer8cf26422015-03-21 09:50:24 -05001222X.509 Extensions
1223~~~~~~~~~~~~~~~~
1224
Paul Kehrerfbb7ac82015-03-16 19:26:29 -05001225.. class:: Extensions
1226
1227 .. versionadded:: 0.9
1228
1229 An X.509 Extensions instance is an ordered list of extensions. The object
1230 is iterable to get every extension.
1231
Paul Kehrerfa56a232015-03-17 13:14:03 -05001232 .. method:: get_extension_for_oid(oid)
1233
1234 :param oid: An :class:`ObjectIdentifier` instance.
1235
1236 :returns: An instance of the extension class.
1237
1238 :raises cryptography.x509.ExtensionNotFound: If the certificate does
1239 not have the extension requested.
1240
Paul Kehrerfa56a232015-03-17 13:14:03 -05001241 .. doctest::
1242
Paul Kehrere27f6582015-08-10 18:33:38 -05001243 >>> from cryptography.x509.oid import ExtensionOID
1244 >>> cert.extensions.get_extension_for_oid(ExtensionOID.BASIC_CONSTRAINTS)
Paul Kehrerfa56a232015-03-17 13:14:03 -05001245 <Extension(oid=<ObjectIdentifier(oid=2.5.29.19, name=basicConstraints)>, critical=True, value=<BasicConstraints(ca=True, path_length=None)>)>
1246
Phoebe Queen019b7f82015-08-12 03:52:03 +01001247 .. method:: get_extension_for_class(extclass)
1248
Phoebe Queen6a603eb2015-08-12 14:14:49 +01001249 .. versionadded:: 1.1
1250
Phoebe Queen019b7f82015-08-12 03:52:03 +01001251 :param extclass: An extension class.
1252
1253 :returns: An instance of the extension class.
1254
1255 :raises cryptography.x509.ExtensionNotFound: If the certificate does
1256 not have the extension requested.
1257
1258 .. doctest::
1259
1260 >>> from cryptography import x509
1261 >>> cert.extensions.get_extension_for_class(x509.BasicConstraints)
1262 <Extension(oid=<ObjectIdentifier(oid=2.5.29.19, name=basicConstraints)>, critical=True, value=<BasicConstraints(ca=True, path_length=None)>)>
1263
Paul Kehrer8cf26422015-03-21 09:50:24 -05001264.. class:: Extension
1265
1266 .. versionadded:: 0.9
1267
Paul Kehrer85894662015-03-22 13:19:31 -05001268 .. attribute:: oid
1269
1270 :type: :class:`ObjectIdentifier`
1271
Paul Kehrere27f6582015-08-10 18:33:38 -05001272 One of the :class:`~cryptography.x509.oid.ExtensionOID` OIDs.
Paul Kehrer8cf26422015-03-21 09:50:24 -05001273
1274 .. attribute:: critical
1275
1276 :type: bool
1277
Paul Kehrer58b75692015-03-22 23:24:58 -05001278 Determines whether a given extension is critical or not. :rfc:`5280`
1279 requires that "A certificate-using system MUST reject the certificate
1280 if it encounters a critical extension it does not recognize or a
1281 critical extension that contains information that it cannot process".
Paul Kehrer8cf26422015-03-21 09:50:24 -05001282
Paul Kehrer85894662015-03-22 13:19:31 -05001283 .. attribute:: value
1284
1285 Returns an instance of the extension type corresponding to the OID.
1286
Paul Kehrer14f0bd02015-08-06 11:55:18 +01001287.. class:: ExtensionType
1288
1289 .. versionadded:: 1.0
1290
1291 This is the interface against which all the following extension types are
1292 registered.
1293
Paul Kehrer47c32ba2015-10-28 09:12:07 +09001294.. 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 -05001295
1296 .. versionadded:: 0.9
1297
1298 The key usage extension defines the purpose of the key contained in the
1299 certificate. The usage restriction might be employed when a key that could
Paul Kehrerb33de932015-08-06 23:41:05 +01001300 be used for more than one operation is to be restricted.
Paul Kehrercecbbba2015-03-30 14:58:38 -05001301
Paul Kehrer822f3d32015-08-06 11:47:32 +01001302 .. attribute:: oid
1303
1304 .. versionadded:: 1.0
1305
1306 :type: :class:`ObjectIdentifier`
1307
Paul Kehrere27f6582015-08-10 18:33:38 -05001308 Returns :attr:`~cryptography.x509.oid.ExtensionOID.KEY_USAGE`.
Paul Kehrer822f3d32015-08-06 11:47:32 +01001309
Paul Kehrercecbbba2015-03-30 14:58:38 -05001310 .. attribute:: digital_signature
1311
1312 :type: bool
1313
Paul Kehrer738407b2015-04-01 22:39:02 -05001314 This purpose is set to true when the subject public key is used for verifying
Paul Kehrercecbbba2015-03-30 14:58:38 -05001315 digital signatures, other than signatures on certificates
1316 (``key_cert_sign``) and CRLs (``crl_sign``).
1317
1318 .. attribute:: content_commitment
1319
1320 :type: bool
1321
Paul Kehrer738407b2015-04-01 22:39:02 -05001322 This purpose is set to true when the subject public key is used for verifying
Paul Kehrercecbbba2015-03-30 14:58:38 -05001323 digital signatures, other than signatures on certificates
1324 (``key_cert_sign``) and CRLs (``crl_sign``). It is used to provide a
1325 non-repudiation service that protects against the signing entity
1326 falsely denying some action. In the case of later conflict, a
1327 reliable third party may determine the authenticity of the signed
1328 data. This was called ``non_repudiation`` in older revisions of the
1329 X.509 specification.
1330
1331 .. attribute:: key_encipherment
1332
1333 :type: bool
1334
Paul Kehrer738407b2015-04-01 22:39:02 -05001335 This purpose is set to true when the subject public key is used for
1336 enciphering private or secret keys.
Paul Kehrercecbbba2015-03-30 14:58:38 -05001337
1338 .. attribute:: data_encipherment
1339
1340 :type: bool
1341
Paul Kehrer738407b2015-04-01 22:39:02 -05001342 This purpose is set to true when the subject public key is used for
1343 directly enciphering raw user data without the use of an intermediate
1344 symmetric cipher.
Paul Kehrercecbbba2015-03-30 14:58:38 -05001345
1346 .. attribute:: key_agreement
1347
1348 :type: bool
1349
Paul Kehrer738407b2015-04-01 22:39:02 -05001350 This purpose is set to true when the subject public key is used for key
1351 agreement. For example, when a Diffie-Hellman key is to be used for
1352 key management, then this purpose is set to true.
Paul Kehrercecbbba2015-03-30 14:58:38 -05001353
1354 .. attribute:: key_cert_sign
1355
1356 :type: bool
1357
Paul Kehrer738407b2015-04-01 22:39:02 -05001358 This purpose is set to true when the subject public key is used for
1359 verifying signatures on public key certificates. If this purpose is set
1360 to true then ``ca`` must be true in the :class:`BasicConstraints`
1361 extension.
Paul Kehrercecbbba2015-03-30 14:58:38 -05001362
1363 .. attribute:: crl_sign
1364
1365 :type: bool
1366
Paul Kehrer738407b2015-04-01 22:39:02 -05001367 This purpose is set to true when the subject public key is used for
1368 verifying signatures on certificate revocation lists.
Paul Kehrercecbbba2015-03-30 14:58:38 -05001369
1370 .. attribute:: encipher_only
1371
1372 :type: bool
1373
Paul Kehrer738407b2015-04-01 22:39:02 -05001374 When this purposes is set to true and the ``key_agreement`` purpose is
1375 also set, the subject public key may be used only for enciphering data
1376 while performing key agreement.
Paul Kehrercecbbba2015-03-30 14:58:38 -05001377
1378 :raises ValueError: This is raised if accessed when ``key_agreement``
1379 is false.
1380
1381 .. attribute:: decipher_only
1382
1383 :type: bool
1384
Paul Kehrer738407b2015-04-01 22:39:02 -05001385 When this purposes is set to true and the ``key_agreement`` purpose is
1386 also set, the subject public key may be used only for deciphering data
1387 while performing key agreement.
Paul Kehrercecbbba2015-03-30 14:58:38 -05001388
1389 :raises ValueError: This is raised if accessed when ``key_agreement``
1390 is false.
1391
1392
Paul Kehrer47c32ba2015-10-28 09:12:07 +09001393.. class:: BasicConstraints(ca, path_length)
Paul Kehrer8cf26422015-03-21 09:50:24 -05001394
1395 .. versionadded:: 0.9
1396
Paul Kehrer85894662015-03-22 13:19:31 -05001397 Basic constraints is an X.509 extension type that defines whether a given
Paul Kehrer8cf26422015-03-21 09:50:24 -05001398 certificate is allowed to sign additional certificates and what path
Paul Kehrerb33de932015-08-06 23:41:05 +01001399 length restrictions may exist.
Paul Kehrer8cf26422015-03-21 09:50:24 -05001400
Paul Kehrer822f3d32015-08-06 11:47:32 +01001401 .. attribute:: oid
1402
1403 .. versionadded:: 1.0
1404
1405 :type: :class:`ObjectIdentifier`
1406
Paul Kehrere27f6582015-08-10 18:33:38 -05001407 Returns :attr:`~cryptography.x509.oid.ExtensionOID.BASIC_CONSTRAINTS`.
Paul Kehrer822f3d32015-08-06 11:47:32 +01001408
Paul Kehrer8cf26422015-03-21 09:50:24 -05001409 .. attribute:: ca
1410
1411 :type: bool
1412
1413 Whether the certificate can sign certificates.
1414
1415 .. attribute:: path_length
1416
Paul Kehrerfd1444c2015-03-21 19:47:05 -05001417 :type: int or None
Paul Kehrer8cf26422015-03-21 09:50:24 -05001418
1419 The maximum path length for certificates subordinate to this
1420 certificate. This attribute only has meaning if ``ca`` is true.
1421 If ``ca`` is true then a path length of None means there's no
1422 restriction on the number of subordinate CAs in the certificate chain.
Alex Gaynor99c5f152015-05-03 10:01:04 -04001423 If it is zero or greater then it defines the maximum length for a
1424 subordinate CA's certificate chain. For example, a ``path_length`` of 1
1425 means the certificate can sign a subordinate CA, but the subordinate CA
1426 is not allowed to create subordinates with ``ca`` set to true.
Paul Kehrer8cf26422015-03-21 09:50:24 -05001427
Paul Kehrer47c32ba2015-10-28 09:12:07 +09001428.. class:: ExtendedKeyUsage(usages)
Paul Kehrerffa2a152015-03-31 08:18:25 -05001429
1430 .. versionadded:: 0.9
1431
1432 This extension indicates one or more purposes for which the certified
1433 public key may be used, in addition to or in place of the basic
1434 purposes indicated in the key usage extension. The object is
Paul Kehrere27f6582015-08-10 18:33:38 -05001435 iterable to obtain the list of
1436 :class:`~cryptography.x509.oid.ExtendedKeyUsageOID` OIDs present.
Paul Kehrerffa2a152015-03-31 08:18:25 -05001437
Paul Kehrer1cb9e552015-10-28 09:37:29 +09001438 :param list usages: A list of
Paul Kehrer47c32ba2015-10-28 09:12:07 +09001439 :class:`~cryptography.x509.oid.ExtendedKeyUsageOID` OIDs.
1440
Paul Kehrer822f3d32015-08-06 11:47:32 +01001441 .. attribute:: oid
1442
1443 .. versionadded:: 1.0
1444
1445 :type: :class:`ObjectIdentifier`
1446
Paul Kehrere27f6582015-08-10 18:33:38 -05001447 Returns :attr:`~cryptography.x509.oid.ExtensionOID.EXTENDED_KEY_USAGE`.
Paul Kehrer822f3d32015-08-06 11:47:32 +01001448
1449
Paul Kehrer47c32ba2015-10-28 09:12:07 +09001450.. class:: OCSPNoCheck()
Paul Kehrer4a1038e2015-05-18 10:28:31 -07001451
Paul Kehrer506a2152015-05-26 08:01:18 -05001452 .. versionadded:: 1.0
Paul Kehrer4a1038e2015-05-18 10:28:31 -07001453
1454 This presence of this extension indicates that an OCSP client can trust a
1455 responder for the lifetime of the responder's certificate. CAs issuing
1456 such a certificate should realize that a compromise of the responder's key
1457 is as serious as the compromise of a CA key used to sign CRLs, at least for
1458 the validity period of this certificate. CA's may choose to issue this type
1459 of certificate with a very short lifetime and renew it frequently. This
1460 extension is only relevant when the certificate is an authorized OCSP
1461 responder.
1462
Paul Kehrer822f3d32015-08-06 11:47:32 +01001463 .. attribute:: oid
1464
1465 .. versionadded:: 1.0
1466
1467 :type: :class:`ObjectIdentifier`
1468
Paul Kehrere27f6582015-08-10 18:33:38 -05001469 Returns :attr:`~cryptography.x509.oid.ExtensionOID.OCSP_NO_CHECK`.
Paul Kehrer822f3d32015-08-06 11:47:32 +01001470
Paul Kehrer47c32ba2015-10-28 09:12:07 +09001471.. class:: NameConstraints(permitted_subtrees, excluded_subtrees)
Paul Kehrere0017be2015-05-17 20:39:40 -06001472
1473 .. versionadded:: 1.0
1474
1475 The name constraints extension, which only has meaning in a CA certificate,
1476 defines a name space within which all subject names in certificates issued
1477 beneath the CA certificate must (or must not) be in. For specific details
1478 on the way this extension should be processed see :rfc:`5280`.
1479
Paul Kehrer822f3d32015-08-06 11:47:32 +01001480 .. attribute:: oid
1481
1482 .. versionadded:: 1.0
1483
1484 :type: :class:`ObjectIdentifier`
1485
Paul Kehrere27f6582015-08-10 18:33:38 -05001486 Returns :attr:`~cryptography.x509.oid.ExtensionOID.NAME_CONSTRAINTS`.
Paul Kehrer822f3d32015-08-06 11:47:32 +01001487
Paul Kehrere0017be2015-05-17 20:39:40 -06001488 .. attribute:: permitted_subtrees
1489
1490 :type: list of :class:`GeneralName` objects or None
1491
1492 The set of permitted name patterns. If a name matches this and an
1493 element in ``excluded_subtrees`` it is invalid. At least one of
1494 ``permitted_subtrees`` and ``excluded_subtrees`` will be non-None.
1495
1496 .. attribute:: excluded_subtrees
1497
1498 :type: list of :class:`GeneralName` objects or None
1499
1500 Any name matching a restriction in the ``excluded_subtrees`` field is
1501 invalid regardless of information appearing in the
1502 ``permitted_subtrees``. At least one of ``permitted_subtrees`` and
1503 ``excluded_subtrees`` will be non-None.
1504
Paul Kehrer47c32ba2015-10-28 09:12:07 +09001505.. class:: AuthorityKeyIdentifier(key_identifier, authority_cert_issuer, authority_cert_serial_number)
Paul Kehrer2eb4ed92015-04-11 15:33:45 -04001506
1507 .. versionadded:: 0.9
1508
1509 The authority key identifier extension provides a means of identifying the
1510 public key corresponding to the private key used to sign a certificate.
Paul Kehrer8c8cd722015-04-19 09:15:04 -05001511 This extension is typically used to assist in determining the appropriate
1512 certificate chain. For more information about generation and use of this
1513 extension see `RFC 5280 section 4.2.1.1`_.
Paul Kehrer2eb4ed92015-04-11 15:33:45 -04001514
Paul Kehrer822f3d32015-08-06 11:47:32 +01001515 .. attribute:: oid
1516
1517 .. versionadded:: 1.0
1518
1519 :type: :class:`ObjectIdentifier`
1520
Paul Kehrere27f6582015-08-10 18:33:38 -05001521 Returns
1522 :attr:`~cryptography.x509.oid.ExtensionOID.AUTHORITY_KEY_IDENTIFIER`.
Paul Kehrer822f3d32015-08-06 11:47:32 +01001523
Paul Kehrer2eb4ed92015-04-11 15:33:45 -04001524 .. attribute:: key_identifier
1525
1526 :type: bytes
1527
Paul Kehrer9104b1d2015-04-18 09:23:44 -05001528 A value derived from the public key used to verify the certificate's
Paul Kehrer8c8cd722015-04-19 09:15:04 -05001529 signature.
Paul Kehrer9104b1d2015-04-18 09:23:44 -05001530
Paul Kehrer2eb4ed92015-04-11 15:33:45 -04001531 .. attribute:: authority_cert_issuer
1532
1533 :type: :class:`Name` or None
1534
Paul Kehrer9104b1d2015-04-18 09:23:44 -05001535 The :class:`Name` of the issuer's issuer.
1536
Paul Kehrer2eb4ed92015-04-11 15:33:45 -04001537 .. attribute:: authority_cert_serial_number
1538
1539 :type: int or None
1540
Paul Kehrer9104b1d2015-04-18 09:23:44 -05001541 The serial number of the issuer's issuer.
1542
Paul Kehrer253929a2015-08-05 17:30:39 +01001543 .. classmethod:: from_issuer_public_key(public_key)
1544
1545 .. versionadded:: 1.0
1546
1547 Creates a new AuthorityKeyIdentifier instance using the public key
1548 provided to generate the appropriate digest. This should be the
Paul Kehrer26ac47f2015-08-08 15:20:52 -05001549 **issuer's public key**. The resulting object will contain
1550 :attr:`~cryptography.x509.AuthorityKeyIdentifier.key_identifier`, but
1551 :attr:`~cryptography.x509.AuthorityKeyIdentifier.authority_cert_issuer`
1552 and
1553 :attr:`~cryptography.x509.AuthorityKeyIdentifier.authority_cert_serial_number`
1554 will be None.
1555 The generated ``key_identifier`` is the SHA1 hash of the ``subjectPublicKey``
1556 ASN.1 bit string. This is the first recommendation in :rfc:`5280`
Paul Kehrer253929a2015-08-05 17:30:39 +01001557 section 4.2.1.2.
1558
Paul Kehrercc671822015-08-08 15:41:54 -05001559 :param public_key: One of
1560 :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKey`
1561 ,
1562 :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPublicKey`
1563 , or
1564 :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKey`.
Paul Kehrer253929a2015-08-05 17:30:39 +01001565
1566 .. doctest::
1567
1568 >>> from cryptography import x509
1569 >>> from cryptography.hazmat.backends import default_backend
Paul Kehrercc671822015-08-08 15:41:54 -05001570 >>> issuer_cert = x509.load_pem_x509_certificate(pem_data, default_backend())
1571 >>> x509.AuthorityKeyIdentifier.from_issuer_public_key(issuer_cert.public_key())
Paul Kehrer253929a2015-08-05 17:30:39 +01001572 <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)>
1573
Paul Kehrer47c32ba2015-10-28 09:12:07 +09001574.. class:: SubjectKeyIdentifier(digest)
Paul Kehrer1eb82a62015-03-31 20:00:33 -05001575
1576 .. versionadded:: 0.9
1577
1578 The subject key identifier extension provides a means of identifying
1579 certificates that contain a particular public key.
1580
Paul Kehrer822f3d32015-08-06 11:47:32 +01001581 .. attribute:: oid
1582
1583 .. versionadded:: 1.0
1584
1585 :type: :class:`ObjectIdentifier`
1586
Paul Kehrere27f6582015-08-10 18:33:38 -05001587 Returns
1588 :attr:`~cryptography.x509.oid.ExtensionOID.SUBJECT_KEY_IDENTIFIER`.
Paul Kehrer822f3d32015-08-06 11:47:32 +01001589
Paul Kehrer1eb82a62015-03-31 20:00:33 -05001590 .. attribute:: digest
1591
1592 :type: bytes
1593
1594 The binary value of the identifier.
1595
Paul Kehrerd4a7f062015-08-05 18:32:18 +01001596 .. classmethod:: from_public_key(public_key)
Paul Kehrerf22f6122015-08-05 12:57:13 +01001597
1598 .. versionadded:: 1.0
1599
1600 Creates a new SubjectKeyIdentifier instance using the public key
1601 provided to generate the appropriate digest. This should be the public
Paul Kehrereb9ec002015-08-08 10:03:02 -05001602 key that is in the certificate. The generated digest is the SHA1 hash
1603 of the ``subjectPublicKey`` ASN.1 bit string. This is the first
1604 recommendation in :rfc:`5280` section 4.2.1.2.
Paul Kehrerf22f6122015-08-05 12:57:13 +01001605
1606 :param public_key: One of
1607 :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKey`
1608 ,
1609 :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPublicKey`
1610 , or
1611 :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKey`.
1612
Paul Kehrer253929a2015-08-05 17:30:39 +01001613 .. doctest::
1614
1615 >>> from cryptography import x509
1616 >>> from cryptography.hazmat.backends import default_backend
Paul Kehrercc671822015-08-08 15:41:54 -05001617 >>> csr = x509.load_pem_x509_csr(pem_req_data, default_backend())
1618 >>> x509.SubjectKeyIdentifier.from_public_key(csr.public_key())
1619 <SubjectKeyIdentifier(digest='\xdb\xaa\xf0\x06\x11\xdbD\xfe\xbf\x93\x03\x8av\x88WP7\xa6\x91\xf7')>
Paul Kehrer253929a2015-08-05 17:30:39 +01001620
Paul Kehrer47c32ba2015-10-28 09:12:07 +09001621.. class:: SubjectAlternativeName(general_names)
Paul Kehrer31bdf792015-03-25 14:11:00 -05001622
1623 .. versionadded:: 0.9
1624
1625 Subject alternative name is an X.509 extension that provides a list of
1626 :ref:`general name <general_name_classes>` instances that provide a set
1627 of identities for which the certificate is valid. The object is iterable to
1628 get every element.
1629
Paul Kehrer1cb9e552015-10-28 09:37:29 +09001630 :param list general_names: A list of :class:`GeneralName` instances.
Paul Kehrer47c32ba2015-10-28 09:12:07 +09001631
Paul Kehrer822f3d32015-08-06 11:47:32 +01001632 .. attribute:: oid
1633
1634 .. versionadded:: 1.0
1635
1636 :type: :class:`ObjectIdentifier`
1637
Paul Kehrere27f6582015-08-10 18:33:38 -05001638 Returns
1639 :attr:`~cryptography.x509.oid.ExtensionOID.SUBJECT_ALTERNATIVE_NAME`.
Paul Kehrer822f3d32015-08-06 11:47:32 +01001640
Paul Kehrer31bdf792015-03-25 14:11:00 -05001641 .. method:: get_values_for_type(type)
1642
1643 :param type: A :class:`GeneralName` provider. This is one of the
1644 :ref:`general name classes <general_name_classes>`.
1645
1646 :returns: A list of values extracted from the matched general names.
Joshua Taubererd2afad32015-07-06 22:37:53 +00001647 The type of the returned values depends on the :class:`GeneralName`.
Paul Kehrer31bdf792015-03-25 14:11:00 -05001648
Paul Kehrer93ae8052015-05-02 23:18:09 -05001649 .. doctest::
1650
1651 >>> from cryptography import x509
1652 >>> from cryptography.hazmat.backends import default_backend
1653 >>> from cryptography.hazmat.primitives import hashes
1654 >>> cert = x509.load_pem_x509_certificate(cryptography_cert_pem, default_backend())
Paul Kehrerd0cd5072015-05-02 23:27:00 -05001655 >>> # Get the subjectAltName extension from the certificate
Paul Kehrere27f6582015-08-10 18:33:38 -05001656 >>> ext = cert.extensions.get_extension_for_oid(ExtensionOID.SUBJECT_ALTERNATIVE_NAME)
Paul Kehrerd0cd5072015-05-02 23:27:00 -05001657 >>> # Get the dNSName entries from the SAN extension
1658 >>> ext.value.get_values_for_type(x509.DNSName)
Paul Kehrer93ae8052015-05-02 23:18:09 -05001659 [u'www.cryptography.io', u'cryptography.io']
1660
Paul Kehrer8cf26422015-03-21 09:50:24 -05001661
Paul Kehrer47c32ba2015-10-28 09:12:07 +09001662.. class:: IssuerAlternativeName(general_names)
Paul Kehrer99125c92015-06-07 18:37:10 -05001663
1664 .. versionadded:: 1.0
1665
1666 Issuer alternative name is an X.509 extension that provides a list of
1667 :ref:`general name <general_name_classes>` instances that provide a set
1668 of identities for the certificate issuer. The object is iterable to
1669 get every element.
1670
Paul Kehrer1cb9e552015-10-28 09:37:29 +09001671 :param list general_names: A list of :class:`GeneralName` instances.
Paul Kehrer47c32ba2015-10-28 09:12:07 +09001672
Paul Kehrer822f3d32015-08-06 11:47:32 +01001673 .. attribute:: oid
1674
1675 .. versionadded:: 1.0
1676
1677 :type: :class:`ObjectIdentifier`
1678
Paul Kehrere27f6582015-08-10 18:33:38 -05001679 Returns
1680 :attr:`~cryptography.x509.oid.ExtensionOID.ISSUER_ALTERNATIVE_NAME`.
Paul Kehrer822f3d32015-08-06 11:47:32 +01001681
Paul Kehrer99125c92015-06-07 18:37:10 -05001682 .. method:: get_values_for_type(type)
1683
1684 :param type: A :class:`GeneralName` provider. This is one of the
1685 :ref:`general name classes <general_name_classes>`.
1686
1687 :returns: A list of values extracted from the matched general names.
1688
1689
Paul Kehrer47c32ba2015-10-28 09:12:07 +09001690.. class:: AuthorityInformationAccess(descriptions)
Paul Kehrer3e6d5582015-05-02 21:57:56 -05001691
1692 .. versionadded:: 0.9
1693
1694 The authority information access extension indicates how to access
1695 information and services for the issuer of the certificate in which
1696 the extension appears. Information and services may include online
1697 validation services (such as OCSP) and issuer data. It is an iterable,
Paul Kehrere27f6582015-08-10 18:33:38 -05001698 containing one or more :class:`~cryptography.x509.AccessDescription`
1699 instances.
Paul Kehrer3e6d5582015-05-02 21:57:56 -05001700
Paul Kehrer1cb9e552015-10-28 09:37:29 +09001701 :param list descriptions: A list of :class:`AccessDescription` objects.
Paul Kehrer47c32ba2015-10-28 09:12:07 +09001702
Paul Kehrer822f3d32015-08-06 11:47:32 +01001703 .. attribute:: oid
1704
1705 .. versionadded:: 1.0
1706
1707 :type: :class:`ObjectIdentifier`
1708
Paul Kehrere27f6582015-08-10 18:33:38 -05001709 Returns
1710 :attr:`~cryptography.x509.oid.ExtensionOID.AUTHORITY_INFORMATION_ACCESS`.
Paul Kehrer822f3d32015-08-06 11:47:32 +01001711
Paul Kehrer3e6d5582015-05-02 21:57:56 -05001712
Paul Kehrer47c32ba2015-10-28 09:12:07 +09001713.. class:: AccessDescription(access_method, access_location)
Paul Kehrer3e6d5582015-05-02 21:57:56 -05001714
Paul Kehrer5a485522015-05-06 00:29:12 -05001715 .. versionadded:: 0.9
1716
Paul Kehrer3e6d5582015-05-02 21:57:56 -05001717 .. attribute:: access_method
1718
1719 :type: :class:`ObjectIdentifier`
1720
Paul Kehrerf506bca2015-05-02 22:31:47 -05001721 The access method defines what the ``access_location`` means. It must
Paul Kehrere27f6582015-08-10 18:33:38 -05001722 be either
1723 :attr:`~cryptography.x509.oid.AuthorityInformationAccessOID.OCSP` or
1724 :attr:`~cryptography.x509.oid.AuthorityInformationAccessOID.CA_ISSUERS`.
1725 If it is
1726 :attr:`~cryptography.x509.oid.AuthorityInformationAccessOID.OCSP`
1727 the access location will be where to obtain OCSP
1728 information for the certificate. If it is
1729 :attr:`~cryptography.x509.oid.AuthorityInformationAccessOID.CA_ISSUERS`
1730 the access location will provide additional information about the
1731 issuing certificate.
Paul Kehrer3e6d5582015-05-02 21:57:56 -05001732
1733 .. attribute:: access_location
1734
1735 :type: :class:`GeneralName`
1736
Paul Kehrerf506bca2015-05-02 22:31:47 -05001737 Where to access the information defined by the access method.
1738
Paul Kehrer47c32ba2015-10-28 09:12:07 +09001739.. class:: CRLDistributionPoints(distribution_points)
Paul Kehrer5a485522015-05-06 00:29:12 -05001740
1741 .. versionadded:: 0.9
1742
1743 The CRL distribution points extension identifies how CRL information is
1744 obtained. It is an iterable, containing one or more
1745 :class:`DistributionPoint` instances.
1746
Paul Kehrer1cb9e552015-10-28 09:37:29 +09001747 :param list distribution_points: A list of :class:`DistributionPoint`
1748 instances.
Paul Kehrer47c32ba2015-10-28 09:12:07 +09001749
Paul Kehrer822f3d32015-08-06 11:47:32 +01001750 .. attribute:: oid
1751
1752 .. versionadded:: 1.0
1753
1754 :type: :class:`ObjectIdentifier`
1755
Paul Kehrere27f6582015-08-10 18:33:38 -05001756 Returns
1757 :attr:`~cryptography.x509.oid.ExtensionOID.CRL_DISTRIBUTION_POINTS`.
Paul Kehrer822f3d32015-08-06 11:47:32 +01001758
Paul Kehrer47c32ba2015-10-28 09:12:07 +09001759.. class:: DistributionPoint(full_name, relative_name, reasons, crl_issuer)
Paul Kehrer5a485522015-05-06 00:29:12 -05001760
1761 .. versionadded:: 0.9
1762
Paul Kehrer4e8dacd2015-05-09 10:38:23 -05001763 .. attribute:: full_name
Paul Kehrer5a485522015-05-06 00:29:12 -05001764
Paul Kehrer4e8dacd2015-05-09 10:38:23 -05001765 :type: list of :class:`GeneralName` instances or None
Paul Kehrer5a485522015-05-06 00:29:12 -05001766
Paul Kehrerf2c072b2015-05-09 17:04:28 -05001767 This field describes methods to retrieve the CRL. At most one of
1768 ``full_name`` or ``relative_name`` will be non-None.
Paul Kehrer4e8dacd2015-05-09 10:38:23 -05001769
1770 .. attribute:: relative_name
1771
1772 :type: :class:`Name` or None
1773
1774 This field describes methods to retrieve the CRL relative to the CRL
Paul Kehrerf2c072b2015-05-09 17:04:28 -05001775 issuer. At most one of ``full_name`` or ``relative_name`` will be
1776 non-None.
Paul Kehrer5a485522015-05-06 00:29:12 -05001777
1778 .. attribute:: crl_issuer
1779
1780 :type: list of :class:`GeneralName` instances or None
1781
1782 Information about the issuer of the CRL.
1783
1784 .. attribute:: reasons
1785
Paul Kehrer3fd02602015-05-09 19:46:13 -05001786 :type: frozenset of :class:`ReasonFlags` or None
Paul Kehrer5a485522015-05-06 00:29:12 -05001787
1788 The reasons a given distribution point may be used for when performing
1789 revocation checks.
1790
1791.. class:: ReasonFlags
1792
1793 .. versionadded:: 0.9
1794
Paul Kehrer4e8dacd2015-05-09 10:38:23 -05001795 An enumeration for CRL reasons.
1796
1797 .. attribute:: unspecified
1798
1799 It is unspecified why the certificate was revoked. This reason cannot
1800 be used as a reason flag in a :class:`DistributionPoint`.
Paul Kehrer5a485522015-05-06 00:29:12 -05001801
1802 .. attribute:: key_compromise
1803
Paul Kehrer4e8dacd2015-05-09 10:38:23 -05001804 This reason indicates that the private key was compromised.
Paul Kehrer5a485522015-05-06 00:29:12 -05001805
1806 .. attribute:: ca_compromise
1807
Paul Kehrer4e8dacd2015-05-09 10:38:23 -05001808 This reason indicates that the CA issuing the certificate was
1809 compromised.
Paul Kehrer5a485522015-05-06 00:29:12 -05001810
1811 .. attribute:: affiliation_changed
1812
Paul Kehrer4e8dacd2015-05-09 10:38:23 -05001813 This reason indicates that the subject's name or other information has
1814 changed.
Paul Kehrer5a485522015-05-06 00:29:12 -05001815
1816 .. attribute:: superseded
1817
Paul Kehrer4e8dacd2015-05-09 10:38:23 -05001818 This reason indicates that a certificate has been superseded.
Paul Kehrer5a485522015-05-06 00:29:12 -05001819
1820 .. attribute:: cessation_of_operation
1821
Paul Kehrer4e8dacd2015-05-09 10:38:23 -05001822 This reason indicates that the certificate is no longer required.
Paul Kehrer5a485522015-05-06 00:29:12 -05001823
1824 .. attribute:: certificate_hold
1825
Paul Kehrer4e8dacd2015-05-09 10:38:23 -05001826 This reason indicates that the certificate is on hold.
Paul Kehrer5a485522015-05-06 00:29:12 -05001827
1828 .. attribute:: privilege_withdrawn
1829
Paul Kehrer4e8dacd2015-05-09 10:38:23 -05001830 This reason indicates that the privilege granted by this certificate
1831 have been withdrawn.
Paul Kehrer5a485522015-05-06 00:29:12 -05001832
1833 .. attribute:: aa_compromise
1834
Paul Kehrer4e8dacd2015-05-09 10:38:23 -05001835 When an attribute authority has been compromised.
1836
1837 .. attribute:: remove_from_crl
1838
1839 This reason indicates that the certificate was on hold and should be
1840 removed from the CRL. This reason cannot be used as a reason flag
1841 in a :class:`DistributionPoint`.
Paul Kehrer5a485522015-05-06 00:29:12 -05001842
Paul Kehrer47c32ba2015-10-28 09:12:07 +09001843.. class:: InhibitAnyPolicy(skip_certs)
Paul Kehrer16fae762015-05-01 23:14:20 -05001844
1845 .. versionadded:: 1.0
1846
1847 The inhibit ``anyPolicy`` extension indicates that the special OID
Paul Kehrere27f6582015-08-10 18:33:38 -05001848 :attr:`~cryptography.x509.oid.CertificatePoliciesOID.ANY_POLICY`, is not
1849 considered an explicit match for other :class:`CertificatePolicies` except
1850 when it appears in an intermediate self-issued CA certificate. The value
1851 indicates the number of additional non-self-issued certificates that may
1852 appear in the path before
1853 :attr:`~cryptography.x509.oid.CertificatePoliciesOID.ANY_POLICY` is no
1854 longer permitted. For example, a value of one indicates that
1855 :attr:`~cryptography.x509.oid.CertificatePoliciesOID.ANY_POLICY` may be
1856 processed in certificates issued by the subject of this certificate, but
1857 not in additional certificates in the path.
Paul Kehrer16fae762015-05-01 23:14:20 -05001858
Paul Kehrer822f3d32015-08-06 11:47:32 +01001859 .. attribute:: oid
1860
1861 .. versionadded:: 1.0
1862
1863 :type: :class:`ObjectIdentifier`
1864
Paul Kehrere27f6582015-08-10 18:33:38 -05001865 Returns
1866 :attr:`~cryptography.x509.oid.ExtensionOID.INHIBIT_ANY_POLICY`.
Paul Kehrer822f3d32015-08-06 11:47:32 +01001867
Paul Kehrer16fae762015-05-01 23:14:20 -05001868 .. attribute:: skip_certs
1869
1870 :type: int
1871
Paul Kehrer3b95cd72015-12-22 21:40:20 -06001872.. class:: CRLNumber(crl_number)
1873
1874 .. versionadded:: 1.2
1875
Paul Kehrere32b9942015-12-22 22:26:53 -06001876 The CRL number is a CRL extension that conveys a monotonically increasing
1877 sequence number for a given CRL scope and CRL issuer. This extension allows
1878 users to easily determine when a particular CRL supersedes another CRL.
1879 :rfc:`5280` requires that this extension be present in conforming CRLs.
Paul Kehrer3b95cd72015-12-22 21:40:20 -06001880
1881 .. attribute:: oid
1882
1883 :type: :class:`ObjectIdentifier`
1884
1885 Returns
1886 :attr:`~cryptography.x509.oid.ExtensionOID.CRL_NUMBER`.
1887
1888 .. attribute:: crl_number
1889
1890 :type: int
1891
Paul Kehrer14fd6972015-12-30 10:58:25 -06001892.. class:: UnrecognizedExtension
1893
1894 .. versionadded:: 1.2
1895
1896 A generic extension class used to hold the raw value of **non-critical**
1897 extensions that ``cryptography`` does not know how to parse. Extensions
Paul Kehrer1628b5c2015-12-30 14:59:44 -06001898 marked critical will raise
Paul Kehrer14fd6972015-12-30 10:58:25 -06001899 :class:`~cryptography.x509.UnsupportedExtension`.
1900
1901 .. attribute:: oid
1902
1903 :type: :class:`ObjectIdentifier`
1904
1905 Returns the OID associated with this extension.
1906
1907 .. attribute:: value
1908
1909 :type: byte
1910
1911 Returns the DER encoded bytes payload of the extension.
1912
Paul Kehrer47c32ba2015-10-28 09:12:07 +09001913.. class:: CertificatePolicies(policies)
Paul Kehrer0d210922015-04-28 17:31:07 -05001914
1915 .. versionadded:: 0.9
1916
Paul Kehrer2e879742015-05-02 23:09:56 -05001917 The certificate policies extension is an iterable, containing one or more
1918 :class:`PolicyInformation` instances.
Paul Kehrer0d210922015-04-28 17:31:07 -05001919
Paul Kehrer1cb9e552015-10-28 09:37:29 +09001920 :param list policies: A list of :class:`PolicyInformation` instances.
Paul Kehrer47c32ba2015-10-28 09:12:07 +09001921
Paul Kehrer822f3d32015-08-06 11:47:32 +01001922 .. attribute:: oid
1923
1924 .. versionadded:: 1.0
1925
1926 :type: :class:`ObjectIdentifier`
1927
Paul Kehrere27f6582015-08-10 18:33:38 -05001928 Returns
1929 :attr:`~cryptography.x509.oid.ExtensionOID.CERTIFICATE_POLICIES`.
Paul Kehrer822f3d32015-08-06 11:47:32 +01001930
Paul Kehrer0d210922015-04-28 17:31:07 -05001931Certificate Policies Classes
1932~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1933
1934These classes may be present within a :class:`CertificatePolicies` instance.
1935
Paul Kehrer47c32ba2015-10-28 09:12:07 +09001936.. class:: PolicyInformation(policy_identifier, policy_qualifiers)
Paul Kehrer0d210922015-04-28 17:31:07 -05001937
1938 .. versionadded:: 0.9
1939
1940 Contains a policy identifier and an optional list of qualifiers.
1941
1942 .. attribute:: policy_identifier
1943
1944 :type: :class:`ObjectIdentifier`
1945
1946 .. attribute:: policy_qualifiers
1947
1948 :type: list
1949
Paul Kehrerba35b3b2015-05-10 13:07:59 -05001950 A list consisting of :term:`text` and/or :class:`UserNotice` objects.
Paul Kehrer3f8ddeb2015-05-11 00:25:36 -05001951 If the value is text it is a pointer to the practice statement
1952 published by the certificate authority. If it is a user notice it is
1953 meant for display to the relying party when the certificate is
1954 used.
Paul Kehrer2e879742015-05-02 23:09:56 -05001955
Paul Kehrer47c32ba2015-10-28 09:12:07 +09001956.. class:: UserNotice(notice_reference, explicit_text)
Paul Kehrer0d210922015-04-28 17:31:07 -05001957
1958 .. versionadded:: 0.9
1959
Paul Kehrer2e879742015-05-02 23:09:56 -05001960 User notices are intended for display to a relying party when a certificate
1961 is used. In practice, few if any UIs expose this data and it is a rarely
1962 encoded component.
1963
Paul Kehrer0d210922015-04-28 17:31:07 -05001964 .. attribute:: notice_reference
1965
1966 :type: :class:`NoticeReference` or None
1967
Paul Kehrer2e879742015-05-02 23:09:56 -05001968 The notice reference field names an organization and identifies,
1969 by number, a particular statement prepared by that organization.
1970
Paul Kehrer0d210922015-04-28 17:31:07 -05001971 .. attribute:: explicit_text
1972
Paul Kehrer2e879742015-05-02 23:09:56 -05001973 This field includes an arbitrary textual statement directly in the
1974 certificate.
1975
Paul Kehrer0d210922015-04-28 17:31:07 -05001976 :type: :term:`text`
1977
Paul Kehrer47c32ba2015-10-28 09:12:07 +09001978.. class:: NoticeReference(organization, notice_numbers)
Paul Kehrer0d210922015-04-28 17:31:07 -05001979
Paul Kehrer2e879742015-05-02 23:09:56 -05001980 Notice reference can name an organization and provide information about
1981 notices related to the certificate. For example, it might identify the
1982 organization name and notice number 1. Application software could
1983 have a notice file containing the current set of notices for the named
1984 organization; the application would then extract the notice text from the
1985 file and display it. In practice this is rarely seen.
1986
Paul Kehrer0d210922015-04-28 17:31:07 -05001987 .. versionadded:: 0.9
1988
1989 .. attribute:: organization
1990
Paul Kehrer66c61702015-05-12 16:39:18 -05001991 :type: :term:`text`
Paul Kehrer0d210922015-04-28 17:31:07 -05001992
Paul Kehrer3f8ddeb2015-05-11 00:25:36 -05001993 .. attribute:: notice_numbers
Paul Kehrer0d210922015-04-28 17:31:07 -05001994
Paul Kehrer66c61702015-05-12 16:39:18 -05001995 :type: list
Paul Kehrer0d210922015-04-28 17:31:07 -05001996
Paul Kehrer66c61702015-05-12 16:39:18 -05001997 A list of integers.
Paul Kehrer0d210922015-04-28 17:31:07 -05001998
Paul Kehrere5f152b2015-12-25 23:55:47 -06001999.. _crl_entry_extensions:
2000
Paul Kehrer49bb7562015-12-25 16:17:40 -06002001CRL Entry Extensions
2002~~~~~~~~~~~~~~~~~~~~
2003
2004These extensions are only valid within a :class:`RevokedCertificate` object.
2005
2006.. class:: CertificateIssuer(general_names)
2007
2008 .. versionadded:: 1.2
2009
2010 The certificate issuer is an extension that is only valid inside
2011 :class:`~cryptography.x509.RevokedCertificate` objects. If the
2012 ``indirectCRL`` property of the parent CRL's IssuingDistributionPoint
2013 extension is set, then this extension identifies the certificate issuer
2014 associated with the revoked certificate. The object is iterable to get
2015 every element.
2016
2017 :param list general_names: A list of :class:`GeneralName` instances.
2018
2019 .. attribute:: oid
2020
2021 :type: :class:`ObjectIdentifier`
2022
2023 Returns
2024 :attr:`~cryptography.x509.oid.CRLEntryExtensionOID.CERTIFICATE_ISSUER`.
2025
2026 .. method:: get_values_for_type(type)
2027
2028 :param type: A :class:`GeneralName` instance. This is one of the
2029 :ref:`general name classes <general_name_classes>`.
2030
2031 :returns: A list of values extracted from the matched general names.
2032 The type of the returned values depends on the :class:`GeneralName`.
2033
Paul Kehrer7058ece2015-12-25 22:28:29 -06002034.. class:: CRLReason(reason)
2035
2036 .. versionadded:: 1.2
2037
2038 CRL reason (also known as ``reasonCode``) is an extension that is only
2039 valid inside :class:`~cryptography.x509.RevokedCertificate` objects. It
2040 identifies a reason for the certificate revocation.
2041
2042 :param reason: A value from the
2043 :class:`~cryptography.x509.oid.CRLEntryExtensionOID` enum.
2044
2045 .. attribute:: oid
2046
2047 :type: :class:`ObjectIdentifier`
2048
2049 Returns
2050 :attr:`~cryptography.x509.oid.CRLEntryExtensionOID.CRL_REASON`.
2051
2052 .. attribute:: reason
2053
2054 :type: An element from :class:`~cryptography.x509.ReasonFlags`
2055
Paul Kehrer23c0bbc2015-12-25 22:35:19 -06002056.. class:: InvalidityDate(invalidity_date)
2057
2058 .. versionadded:: 1.2
2059
2060 Invalidity date is an extension that is only valid inside
2061 :class:`~cryptography.x509.RevokedCertificate` objects. It provides
2062 the date on which it is known or suspected that the private key was
2063 compromised or that the certificate otherwise became invalid.
2064 This date may be earlier than the revocation date in the CRL entry,
2065 which is the date at which the CA processed the revocation.
2066
2067 :param invalidity_date: The :class:`datetime.datetime` when it is known
2068 or suspected that the private key was compromised.
2069
2070 .. attribute:: oid
2071
2072 :type: :class:`ObjectIdentifier`
2073
2074 Returns
2075 :attr:`~cryptography.x509.oid.CRLEntryExtensionOID.INVALIDITY_DATE`.
2076
2077 .. attribute:: invalidity_date
2078
2079 :type: :class:`datetime.datetime`
2080
Paul Kehrer49bb7562015-12-25 16:17:40 -06002081
Paul Kehrer912d3fb2015-01-29 11:19:22 -06002082Object Identifiers
2083~~~~~~~~~~~~~~~~~~
2084
Paul Kehrer4bb46492015-02-07 16:59:14 -06002085X.509 elements are frequently identified by :class:`ObjectIdentifier`
2086instances. The following common OIDs are available as constants.
Paul Kehrer912d3fb2015-01-29 11:19:22 -06002087
Paul Kehrere27f6582015-08-10 18:33:38 -05002088.. currentmodule:: cryptography.x509.oid
Paul Kehrer56da2a52015-02-11 23:35:07 -06002089
Paul Kehrere27f6582015-08-10 18:33:38 -05002090.. class:: NameOID
Paul Kehrer912d3fb2015-01-29 11:19:22 -06002091
Paul Kehrere27f6582015-08-10 18:33:38 -05002092 These OIDs are typically seen in X.509 names.
Paul Kehrer858b9b72015-02-05 09:50:31 -06002093
Paul Kehrere27f6582015-08-10 18:33:38 -05002094 .. versionadded:: 1.0
Paul Kehrer912d3fb2015-01-29 11:19:22 -06002095
Paul Kehrere27f6582015-08-10 18:33:38 -05002096 .. attribute:: COMMON_NAME
Paul Kehrer858b9b72015-02-05 09:50:31 -06002097
Paul Kehrere27f6582015-08-10 18:33:38 -05002098 Corresponds to the dotted string ``"2.5.4.3"``. Historically the domain
2099 name would be encoded here for server certificates. :rfc:`2818`
2100 deprecates this practice and names of that type should now be located
2101 in a :class:`~cryptography.x509.SubjectAlternativeName` extension.
Paul Kehrer912d3fb2015-01-29 11:19:22 -06002102
Paul Kehrere27f6582015-08-10 18:33:38 -05002103 .. attribute:: COUNTRY_NAME
Paul Kehrer858b9b72015-02-05 09:50:31 -06002104
Paul Kehrere27f6582015-08-10 18:33:38 -05002105 Corresponds to the dotted string ``"2.5.4.6"``.
Paul Kehrer912d3fb2015-01-29 11:19:22 -06002106
Paul Kehrere27f6582015-08-10 18:33:38 -05002107 .. attribute:: LOCALITY_NAME
Paul Kehrer858b9b72015-02-05 09:50:31 -06002108
Paul Kehrere27f6582015-08-10 18:33:38 -05002109 Corresponds to the dotted string ``"2.5.4.7"``.
Paul Kehrer912d3fb2015-01-29 11:19:22 -06002110
Paul Kehrere27f6582015-08-10 18:33:38 -05002111 .. attribute:: STATE_OR_PROVINCE_NAME
Paul Kehrer858b9b72015-02-05 09:50:31 -06002112
Paul Kehrere27f6582015-08-10 18:33:38 -05002113 Corresponds to the dotted string ``"2.5.4.8"``.
Paul Kehrer912d3fb2015-01-29 11:19:22 -06002114
Paul Kehrere27f6582015-08-10 18:33:38 -05002115 .. attribute:: ORGANIZATION_NAME
Paul Kehrer858b9b72015-02-05 09:50:31 -06002116
Paul Kehrere27f6582015-08-10 18:33:38 -05002117 Corresponds to the dotted string ``"2.5.4.10"``.
Paul Kehrer912d3fb2015-01-29 11:19:22 -06002118
Paul Kehrere27f6582015-08-10 18:33:38 -05002119 .. attribute:: ORGANIZATIONAL_UNIT_NAME
Paul Kehrer858b9b72015-02-05 09:50:31 -06002120
Paul Kehrere27f6582015-08-10 18:33:38 -05002121 Corresponds to the dotted string ``"2.5.4.11"``.
Paul Kehrer912d3fb2015-01-29 11:19:22 -06002122
Paul Kehrere27f6582015-08-10 18:33:38 -05002123 .. attribute:: SERIAL_NUMBER
Paul Kehrer858b9b72015-02-05 09:50:31 -06002124
Paul Kehrere27f6582015-08-10 18:33:38 -05002125 Corresponds to the dotted string ``"2.5.4.5"``. This is distinct from
2126 the serial number of the certificate itself (which can be obtained with
2127 :func:`~cryptography.x509.Certificate.serial`).
Paul Kehrer912d3fb2015-01-29 11:19:22 -06002128
Paul Kehrere27f6582015-08-10 18:33:38 -05002129 .. attribute:: SURNAME
Paul Kehrer858b9b72015-02-05 09:50:31 -06002130
Paul Kehrere27f6582015-08-10 18:33:38 -05002131 Corresponds to the dotted string ``"2.5.4.4"``.
Paul Kehrer912d3fb2015-01-29 11:19:22 -06002132
Paul Kehrere27f6582015-08-10 18:33:38 -05002133 .. attribute:: GIVEN_NAME
Paul Kehrer858b9b72015-02-05 09:50:31 -06002134
Paul Kehrere27f6582015-08-10 18:33:38 -05002135 Corresponds to the dotted string ``"2.5.4.42"``.
Paul Kehrer912d3fb2015-01-29 11:19:22 -06002136
Paul Kehrere27f6582015-08-10 18:33:38 -05002137 .. attribute:: TITLE
Paul Kehrer858b9b72015-02-05 09:50:31 -06002138
Paul Kehrere27f6582015-08-10 18:33:38 -05002139 Corresponds to the dotted string ``"2.5.4.12"``.
Paul Kehrer912d3fb2015-01-29 11:19:22 -06002140
Paul Kehrere27f6582015-08-10 18:33:38 -05002141 .. attribute:: GENERATION_QUALIFIER
Paul Kehrer858b9b72015-02-05 09:50:31 -06002142
Paul Kehrere27f6582015-08-10 18:33:38 -05002143 Corresponds to the dotted string ``"2.5.4.44"``.
Paul Kehrer912d3fb2015-01-29 11:19:22 -06002144
Paul Kehrere27f6582015-08-10 18:33:38 -05002145 .. attribute:: DN_QUALIFIER
Paul Kehrer858b9b72015-02-05 09:50:31 -06002146
Paul Kehrere27f6582015-08-10 18:33:38 -05002147 Corresponds to the dotted string ``"2.5.4.46"``. This specifies
2148 disambiguating information to add to the relative distinguished name of an
2149 entry. See :rfc:`2256`.
Paul Kehrer912d3fb2015-01-29 11:19:22 -06002150
Paul Kehrere27f6582015-08-10 18:33:38 -05002151 .. attribute:: PSEUDONYM
Paul Kehrer858b9b72015-02-05 09:50:31 -06002152
Paul Kehrere27f6582015-08-10 18:33:38 -05002153 Corresponds to the dotted string ``"2.5.4.65"``.
Paul Kehrer912d3fb2015-01-29 11:19:22 -06002154
Paul Kehrere27f6582015-08-10 18:33:38 -05002155 .. attribute:: DOMAIN_COMPONENT
Paul Kehrer858b9b72015-02-05 09:50:31 -06002156
Paul Kehrere27f6582015-08-10 18:33:38 -05002157 Corresponds to the dotted string ``"0.9.2342.19200300.100.1.25"``. A string
2158 holding one component of a domain name. See :rfc:`4519`.
Paul Kehrer56da2a52015-02-11 23:35:07 -06002159
Paul Kehrere27f6582015-08-10 18:33:38 -05002160 .. attribute:: EMAIL_ADDRESS
Paul Kehrer56da2a52015-02-11 23:35:07 -06002161
Paul Kehrere27f6582015-08-10 18:33:38 -05002162 Corresponds to the dotted string ``"1.2.840.113549.1.9.1"``.
Paul Kehrer56da2a52015-02-11 23:35:07 -06002163
Alex Gaynor1d3f2bf2015-12-19 12:15:09 -05002164 .. attribute:: JURISDICTION_COUNTRY_NAME
2165
2166 Corresponds to the dotted string ``"1.3.6.1.4.1.311.60.2.1.3"``.
2167
Alex Gaynor45e507f2015-12-19 13:44:23 -05002168 .. attribute:: JURISDICTION_LOCALITY_NAME
2169
2170 Corresponds to the dotted string ``"1.3.6.1.4.1.311.60.2.1.1"``.
2171
2172 .. attribute:: JURISDICTION_STATE_OR_PROVINCE_NAME
2173
2174 Corresponds to the dotted string ``"1.3.6.1.4.1.311.60.2.1.2"``.
2175
Alex Gaynora2293c82015-12-19 20:49:15 -05002176 .. attribute:: BUSINESS_CATEGORY
2177
2178 Corresponds to the dotted string ``"2.5.4.15"``.
2179
Paul Kehrer56da2a52015-02-11 23:35:07 -06002180
Paul Kehrere27f6582015-08-10 18:33:38 -05002181.. class:: SignatureAlgorithmOID
Paul Kehrer56da2a52015-02-11 23:35:07 -06002182
Paul Kehrere27f6582015-08-10 18:33:38 -05002183 .. versionadded:: 1.0
Paul Kehrer56da2a52015-02-11 23:35:07 -06002184
Paul Kehrere27f6582015-08-10 18:33:38 -05002185 .. attribute:: RSA_WITH_MD5
Paul Kehrer56da2a52015-02-11 23:35:07 -06002186
Paul Kehrere27f6582015-08-10 18:33:38 -05002187 Corresponds to the dotted string ``"1.2.840.113549.1.1.4"``. This is
2188 an MD5 digest signed by an RSA key.
Paul Kehrer56da2a52015-02-11 23:35:07 -06002189
Paul Kehrere27f6582015-08-10 18:33:38 -05002190 .. attribute:: RSA_WITH_SHA1
Paul Kehrer56da2a52015-02-11 23:35:07 -06002191
Paul Kehrere27f6582015-08-10 18:33:38 -05002192 Corresponds to the dotted string ``"1.2.840.113549.1.1.5"``. This is
2193 a SHA1 digest signed by an RSA key.
Paul Kehrer56da2a52015-02-11 23:35:07 -06002194
Paul Kehrere27f6582015-08-10 18:33:38 -05002195 .. attribute:: RSA_WITH_SHA224
Paul Kehrer56da2a52015-02-11 23:35:07 -06002196
Paul Kehrere27f6582015-08-10 18:33:38 -05002197 Corresponds to the dotted string ``"1.2.840.113549.1.1.14"``. This is
2198 a SHA224 digest signed by an RSA key.
Paul Kehrer56da2a52015-02-11 23:35:07 -06002199
Paul Kehrere27f6582015-08-10 18:33:38 -05002200 .. attribute:: RSA_WITH_SHA256
Paul Kehrer56da2a52015-02-11 23:35:07 -06002201
Paul Kehrere27f6582015-08-10 18:33:38 -05002202 Corresponds to the dotted string ``"1.2.840.113549.1.1.11"``. This is
2203 a SHA256 digest signed by an RSA key.
Alex Gaynor3aadabf2015-06-23 22:06:21 -04002204
Paul Kehrere27f6582015-08-10 18:33:38 -05002205 .. attribute:: RSA_WITH_SHA384
Alex Gaynor3aadabf2015-06-23 22:06:21 -04002206
Paul Kehrere27f6582015-08-10 18:33:38 -05002207 Corresponds to the dotted string ``"1.2.840.113549.1.1.12"``. This is
2208 a SHA384 digest signed by an RSA key.
Paul Kehrer56da2a52015-02-11 23:35:07 -06002209
Paul Kehrere27f6582015-08-10 18:33:38 -05002210 .. attribute:: RSA_WITH_SHA512
Paul Kehrer56da2a52015-02-11 23:35:07 -06002211
Paul Kehrere27f6582015-08-10 18:33:38 -05002212 Corresponds to the dotted string ``"1.2.840.113549.1.1.13"``. This is
2213 a SHA512 digest signed by an RSA key.
Paul Kehrer56da2a52015-02-11 23:35:07 -06002214
Paul Kehrere27f6582015-08-10 18:33:38 -05002215 .. attribute:: ECDSA_WITH_SHA1
Paul Kehrer56da2a52015-02-11 23:35:07 -06002216
Paul Kehrere27f6582015-08-10 18:33:38 -05002217 Corresponds to the dotted string ``"1.2.840.10045.4.1"``. This is a SHA1
2218 digest signed by an ECDSA key.
Paul Kehrer56da2a52015-02-11 23:35:07 -06002219
Paul Kehrere27f6582015-08-10 18:33:38 -05002220 .. attribute:: ECDSA_WITH_SHA224
Paul Kehrer56da2a52015-02-11 23:35:07 -06002221
Paul Kehrere27f6582015-08-10 18:33:38 -05002222 Corresponds to the dotted string ``"1.2.840.10045.4.3.1"``. This is
2223 a SHA224 digest signed by an ECDSA key.
2224
2225 .. attribute:: ECDSA_WITH_SHA256
2226
2227 Corresponds to the dotted string ``"1.2.840.10045.4.3.2"``. This is
2228 a SHA256 digest signed by an ECDSA key.
2229
2230 .. attribute:: ECDSA_WITH_SHA384
2231
2232 Corresponds to the dotted string ``"1.2.840.10045.4.3.3"``. This is
2233 a SHA384 digest signed by an ECDSA key.
2234
2235 .. attribute:: ECDSA_WITH_SHA512
2236
2237 Corresponds to the dotted string ``"1.2.840.10045.4.3.4"``. This is
2238 a SHA512 digest signed by an ECDSA key.
2239
2240 .. attribute:: DSA_WITH_SHA1
2241
2242 Corresponds to the dotted string ``"1.2.840.10040.4.3"``. This is
2243 a SHA1 digest signed by a DSA key.
2244
2245 .. attribute:: DSA_WITH_SHA224
2246
2247 Corresponds to the dotted string ``"2.16.840.1.101.3.4.3.1"``. This is
2248 a SHA224 digest signed by a DSA key.
2249
2250 .. attribute:: DSA_WITH_SHA256
Paul Kehrer56da2a52015-02-11 23:35:07 -06002251
Paul Kehrere27f6582015-08-10 18:33:38 -05002252 Corresponds to the dotted string ``"2.16.840.1.101.3.4.3.2"``. This is
2253 a SHA256 digest signed by a DSA key.
Paul Kehrer56da2a52015-02-11 23:35:07 -06002254
Paul Kehrer56da2a52015-02-11 23:35:07 -06002255
Paul Kehrere27f6582015-08-10 18:33:38 -05002256.. class:: ExtendedKeyUsageOID
Paul Kehrer56da2a52015-02-11 23:35:07 -06002257
Paul Kehrere27f6582015-08-10 18:33:38 -05002258 .. versionadded:: 1.0
Paul Kehrer56da2a52015-02-11 23:35:07 -06002259
Paul Kehrere27f6582015-08-10 18:33:38 -05002260 .. attribute:: SERVER_AUTH
Paul Kehrer56da2a52015-02-11 23:35:07 -06002261
Paul Kehrere27f6582015-08-10 18:33:38 -05002262 Corresponds to the dotted string ``"1.3.6.1.5.5.7.3.1"``. This is used
2263 to denote that a certificate may be used for TLS web server
2264 authentication.
Paul Kehrer56da2a52015-02-11 23:35:07 -06002265
Paul Kehrere27f6582015-08-10 18:33:38 -05002266 .. attribute:: CLIENT_AUTH
Paul Kehrer56da2a52015-02-11 23:35:07 -06002267
Paul Kehrere27f6582015-08-10 18:33:38 -05002268 Corresponds to the dotted string ``"1.3.6.1.5.5.7.3.2"``. This is used
2269 to denote that a certificate may be used for TLS web client
2270 authentication.
Paul Kehrerffa2a152015-03-31 08:18:25 -05002271
Paul Kehrere27f6582015-08-10 18:33:38 -05002272 .. attribute:: CODE_SIGNING
Paul Kehrere1513fa2015-03-30 23:08:17 -05002273
Paul Kehrere27f6582015-08-10 18:33:38 -05002274 Corresponds to the dotted string ``"1.3.6.1.5.5.7.3.3"``. This is used
2275 to denote that a certificate may be used for code signing.
Paul Kehrere1513fa2015-03-30 23:08:17 -05002276
Paul Kehrere27f6582015-08-10 18:33:38 -05002277 .. attribute:: EMAIL_PROTECTION
Paul Kehrere1513fa2015-03-30 23:08:17 -05002278
Paul Kehrere27f6582015-08-10 18:33:38 -05002279 Corresponds to the dotted string ``"1.3.6.1.5.5.7.3.4"``. This is used
2280 to denote that a certificate may be used for email protection.
Paul Kehrere1513fa2015-03-30 23:08:17 -05002281
Paul Kehrere27f6582015-08-10 18:33:38 -05002282 .. attribute:: TIME_STAMPING
Paul Kehrere1513fa2015-03-30 23:08:17 -05002283
Paul Kehrere27f6582015-08-10 18:33:38 -05002284 Corresponds to the dotted string ``"1.3.6.1.5.5.7.3.8"``. This is used
2285 to denote that a certificate may be used for time stamping.
Paul Kehrere1513fa2015-03-30 23:08:17 -05002286
Paul Kehrere27f6582015-08-10 18:33:38 -05002287 .. attribute:: OCSP_SIGNING
Paul Kehrere1513fa2015-03-30 23:08:17 -05002288
Paul Kehrere27f6582015-08-10 18:33:38 -05002289 Corresponds to the dotted string ``"1.3.6.1.5.5.7.3.9"``. This is used
2290 to denote that a certificate may be used for signing OCSP responses.
Paul Kehrere1513fa2015-03-30 23:08:17 -05002291
Paul Kehrere1513fa2015-03-30 23:08:17 -05002292
Paul Kehrere27f6582015-08-10 18:33:38 -05002293.. class:: AuthorityInformationAccessOID
Paul Kehrere1513fa2015-03-30 23:08:17 -05002294
Paul Kehrere27f6582015-08-10 18:33:38 -05002295 .. versionadded:: 1.0
Paul Kehrere1513fa2015-03-30 23:08:17 -05002296
Paul Kehrere27f6582015-08-10 18:33:38 -05002297 .. attribute:: OCSP
Paul Kehrere1513fa2015-03-30 23:08:17 -05002298
Paul Kehrere27f6582015-08-10 18:33:38 -05002299 Corresponds to the dotted string ``"1.3.6.1.5.5.7.48.1"``. Used as the
2300 identifier for OCSP data in
2301 :class:`~cryptography.x509.AccessDescription` objects.
Paul Kehrere1513fa2015-03-30 23:08:17 -05002302
Paul Kehrere27f6582015-08-10 18:33:38 -05002303 .. attribute:: CA_ISSUERS
Paul Kehrer3e6d5582015-05-02 21:57:56 -05002304
Paul Kehrere27f6582015-08-10 18:33:38 -05002305 Corresponds to the dotted string ``"1.3.6.1.5.5.7.48.2"``. Used as the
2306 identifier for CA issuer data in
2307 :class:`~cryptography.x509.AccessDescription` objects.
Paul Kehrer3e6d5582015-05-02 21:57:56 -05002308
Paul Kehrer3e6d5582015-05-02 21:57:56 -05002309
Paul Kehrere27f6582015-08-10 18:33:38 -05002310.. class:: CertificatePoliciesOID
Paul Kehrer3e6d5582015-05-02 21:57:56 -05002311
Paul Kehrere27f6582015-08-10 18:33:38 -05002312 .. versionadded:: 1.0
Paul Kehrer3e6d5582015-05-02 21:57:56 -05002313
Paul Kehrere27f6582015-08-10 18:33:38 -05002314 .. attribute:: CPS_QUALIFIER
Paul Kehrer2e879742015-05-02 23:09:56 -05002315
Paul Kehrere27f6582015-08-10 18:33:38 -05002316 Corresponds to the dotted string ``"1.3.6.1.5.5.7.2.1"``.
Paul Kehrer2e879742015-05-02 23:09:56 -05002317
Paul Kehrere27f6582015-08-10 18:33:38 -05002318 .. attribute:: CPS_USER_NOTICE
Paul Kehrer2e879742015-05-02 23:09:56 -05002319
Paul Kehrere27f6582015-08-10 18:33:38 -05002320 Corresponds to the dotted string ``"1.3.6.1.5.5.7.2.2"``.
Paul Kehrer2e879742015-05-02 23:09:56 -05002321
Paul Kehrere27f6582015-08-10 18:33:38 -05002322 .. attribute:: ANY_POLICY
Paul Kehrer2e879742015-05-02 23:09:56 -05002323
Paul Kehrere27f6582015-08-10 18:33:38 -05002324 Corresponds to the dotted string ``"2.5.29.32.0"``.
Paul Kehrer16fae762015-05-01 23:14:20 -05002325
Paul Kehrer16fae762015-05-01 23:14:20 -05002326
Paul Kehrere27f6582015-08-10 18:33:38 -05002327.. class:: ExtensionOID
Paul Kehrer5553d572015-03-23 21:08:01 -05002328
Paul Kehrere27f6582015-08-10 18:33:38 -05002329 .. versionadded:: 1.0
Paul Kehrer2bb94642015-03-21 09:54:17 -05002330
Paul Kehrere27f6582015-08-10 18:33:38 -05002331 .. attribute:: BASIC_CONSTRAINTS
Paul Kehrer2bb94642015-03-21 09:54:17 -05002332
Paul Kehrere27f6582015-08-10 18:33:38 -05002333 Corresponds to the dotted string ``"2.5.29.19"``. The identifier for the
2334 :class:`~cryptography.x509.BasicConstraints` extension type.
Paul Kehrer2bb94642015-03-21 09:54:17 -05002335
Paul Kehrere27f6582015-08-10 18:33:38 -05002336 .. attribute:: KEY_USAGE
Paul Kehrercecbbba2015-03-30 14:58:38 -05002337
Paul Kehrere27f6582015-08-10 18:33:38 -05002338 Corresponds to the dotted string ``"2.5.29.15"``. The identifier for the
2339 :class:`~cryptography.x509.KeyUsage` extension type.
Paul Kehrercecbbba2015-03-30 14:58:38 -05002340
Paul Kehrere27f6582015-08-10 18:33:38 -05002341 .. attribute:: SUBJECT_ALTERNATIVE_NAME
Paul Kehrerd4f632e2015-05-12 08:25:42 -05002342
Paul Kehrere27f6582015-08-10 18:33:38 -05002343 Corresponds to the dotted string ``"2.5.29.17"``. The identifier for the
2344 :class:`~cryptography.x509.SubjectAlternativeName` extension type.
Paul Kehrerd4f632e2015-05-12 08:25:42 -05002345
Paul Kehrere27f6582015-08-10 18:33:38 -05002346 .. attribute:: ISSUER_ALTERNATIVE_NAME
Paul Kehrer99125c92015-06-07 18:37:10 -05002347
Paul Kehrere27f6582015-08-10 18:33:38 -05002348 Corresponds to the dotted string ``"2.5.29.18"``. The identifier for the
2349 :class:`~cryptography.x509.IssuerAlternativeName` extension type.
Paul Kehrer99125c92015-06-07 18:37:10 -05002350
Paul Kehrere27f6582015-08-10 18:33:38 -05002351 .. attribute:: SUBJECT_KEY_IDENTIFIER
Paul Kehrerd4f632e2015-05-12 08:25:42 -05002352
Paul Kehrere27f6582015-08-10 18:33:38 -05002353 Corresponds to the dotted string ``"2.5.29.14"``. The identifier for the
2354 :class:`~cryptography.x509.SubjectKeyIdentifier` extension type.
Paul Kehrerd4f632e2015-05-12 08:25:42 -05002355
Paul Kehrere27f6582015-08-10 18:33:38 -05002356 .. attribute:: NAME_CONSTRAINTS
Paul Kehrere0017be2015-05-17 20:39:40 -06002357
Paul Kehrere27f6582015-08-10 18:33:38 -05002358 Corresponds to the dotted string ``"2.5.29.30"``. The identifier for the
2359 :class:`~cryptography.x509.NameConstraints` extension type.
Paul Kehrere0017be2015-05-17 20:39:40 -06002360
Paul Kehrere27f6582015-08-10 18:33:38 -05002361 .. attribute:: CRL_DISTRIBUTION_POINTS
Paul Kehrerd4f632e2015-05-12 08:25:42 -05002362
Paul Kehrere27f6582015-08-10 18:33:38 -05002363 Corresponds to the dotted string ``"2.5.29.31"``. The identifier for the
2364 :class:`~cryptography.x509.CRLDistributionPoints` extension type.
Paul Kehrerd4f632e2015-05-12 08:25:42 -05002365
Paul Kehrere27f6582015-08-10 18:33:38 -05002366 .. attribute:: CERTIFICATE_POLICIES
Paul Kehrerd4f632e2015-05-12 08:25:42 -05002367
Paul Kehrere27f6582015-08-10 18:33:38 -05002368 Corresponds to the dotted string ``"2.5.29.32"``. The identifier for the
2369 :class:`~cryptography.x509.CertificatePolicies` extension type.
Paul Kehrerd4f632e2015-05-12 08:25:42 -05002370
Paul Kehrere27f6582015-08-10 18:33:38 -05002371 .. attribute:: AUTHORITY_KEY_IDENTIFIER
Paul Kehrerd4f632e2015-05-12 08:25:42 -05002372
Paul Kehrere27f6582015-08-10 18:33:38 -05002373 Corresponds to the dotted string ``"2.5.29.35"``. The identifier for the
2374 :class:`~cryptography.x509.AuthorityKeyIdentifier` extension type.
Paul Kehrerd4f632e2015-05-12 08:25:42 -05002375
Paul Kehrere27f6582015-08-10 18:33:38 -05002376 .. attribute:: EXTENDED_KEY_USAGE
Paul Kehrerd4f632e2015-05-12 08:25:42 -05002377
Paul Kehrere27f6582015-08-10 18:33:38 -05002378 Corresponds to the dotted string ``"2.5.29.37"``. The identifier for the
2379 :class:`~cryptography.x509.ExtendedKeyUsage` extension type.
Paul Kehrerd4f632e2015-05-12 08:25:42 -05002380
Paul Kehrere27f6582015-08-10 18:33:38 -05002381 .. attribute:: AUTHORITY_INFORMATION_ACCESS
Paul Kehrerd4f632e2015-05-12 08:25:42 -05002382
Paul Kehrere27f6582015-08-10 18:33:38 -05002383 Corresponds to the dotted string ``"1.3.6.1.5.5.7.1.1"``. The identifier
2384 for the :class:`~cryptography.x509.AuthorityInformationAccess` extension
2385 type.
Paul Kehrer56da2a52015-02-11 23:35:07 -06002386
Paul Kehrere27f6582015-08-10 18:33:38 -05002387 .. attribute:: INHIBIT_ANY_POLICY
Paul Kehrerb33de932015-08-06 23:41:05 +01002388
Paul Kehrere27f6582015-08-10 18:33:38 -05002389 Corresponds to the dotted string ``"2.5.29.54"``. The identifier
2390 for the :class:`~cryptography.x509.InhibitAnyPolicy` extension type.
Paul Kehrerb33de932015-08-06 23:41:05 +01002391
Paul Kehrere27f6582015-08-10 18:33:38 -05002392 .. attribute:: OCSP_NO_CHECK
Paul Kehrer4a1038e2015-05-18 10:28:31 -07002393
Paul Kehrere27f6582015-08-10 18:33:38 -05002394 Corresponds to the dotted string ``"1.3.6.1.5.5.7.48.1.5"``. The
2395 identifier for the :class:`~cryptography.x509.OCSPNoCheck` extension
2396 type.
Paul Kehrer4a1038e2015-05-18 10:28:31 -07002397
Paul Kehrer51f39cb2015-12-21 21:17:39 -06002398 .. attribute:: CRL_NUMBER
2399
2400 Corresponds to the dotted string ``"2.5.29.20"``. The identifier for
2401 the ``CRLNumber`` extension type. This extension only has meaning
2402 for certificate revocation lists.
2403
Paul Kehrerc6242dc2015-12-25 16:36:46 -06002404.. class:: CRLEntryExtensionOID
2405
2406 .. versionadded:: 1.2
2407
2408 .. attribute:: CERTIFICATE_ISSUER
2409
2410 Corresponds to the dotted string ``"2.5.29.29"``.
2411
2412 .. attribute:: CRL_REASON
2413
2414 Corresponds to the dotted string ``"2.5.29.21"``.
2415
2416 .. attribute:: INVALIDITY_DATE
2417
2418 Corresponds to the dotted string ``"2.5.29.24"``.
2419
Paul Kehrer912d3fb2015-01-29 11:19:22 -06002420Exceptions
2421~~~~~~~~~~
Paul Kehrere27f6582015-08-10 18:33:38 -05002422.. currentmodule:: cryptography.x509
Paul Kehrer912d3fb2015-01-29 11:19:22 -06002423
Paul Kehrere76cd272014-12-14 19:00:51 -06002424.. class:: InvalidVersion
Paul Kehrera68fd332014-11-27 07:08:40 -10002425
2426 This is raised when an X.509 certificate has an invalid version number.
Paul Kehrer016e08a2014-11-26 09:41:18 -10002427
Paul Kehrerd5cccf72014-12-15 17:20:33 -06002428 .. attribute:: parsed_version
2429
Paul Kehrerbbffc402014-12-17 13:33:55 -06002430 :type: int
2431
2432 Returns the raw version that was parsed from the certificate.
Paul Kehrerd5cccf72014-12-15 17:20:33 -06002433
Paul Kehrerfbb7ac82015-03-16 19:26:29 -05002434.. class:: DuplicateExtension
2435
2436 This is raised when more than one X.509 extension of the same type is
2437 found within a certificate.
2438
2439 .. attribute:: oid
2440
2441 :type: :class:`ObjectIdentifier`
2442
2443 Returns the OID.
2444
2445.. class:: UnsupportedExtension
2446
Paul Kehrer58ddc112015-12-30 20:19:00 -06002447 This is raised when a certificate contains an unsupported extension type
Paul Kehrerf5bc3eb2015-12-30 20:54:15 -06002448 that is marked ``critical``.
Paul Kehrerfbb7ac82015-03-16 19:26:29 -05002449
2450 .. attribute:: oid
2451
2452 :type: :class:`ObjectIdentifier`
2453
2454 Returns the OID.
2455
Paul Kehrerfa56a232015-03-17 13:14:03 -05002456.. class:: ExtensionNotFound
2457
2458 This is raised when calling :meth:`Extensions.get_extension_for_oid` with
2459 an extension OID that is not present in the certificate.
2460
2461 .. attribute:: oid
2462
2463 :type: :class:`ObjectIdentifier`
2464
2465 Returns the OID.
2466
Paul Kehrer9089c912015-04-20 22:15:20 -05002467.. class:: UnsupportedGeneralNameType
2468
2469 This is raised when a certificate contains an unsupported general name
2470 type in an extension.
2471
Paul Kehrerbed07352015-04-21 08:31:10 -05002472 .. attribute:: type
2473
Paul Kehrer0a621bf2015-04-22 09:22:56 -05002474 :type: int
2475
2476 The integer value of the unsupported type. The complete list of
2477 types can be found in `RFC 5280 section 4.2.1.6`_.
Paul Kehrerbed07352015-04-21 08:31:10 -05002478
Paul Kehrer016e08a2014-11-26 09:41:18 -10002479
Paul Kehrerc7c9a432015-04-19 09:20:13 -05002480.. _`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 -05002481.. _`RFC 5280 section 4.2.1.6`: https://tools.ietf.org/html/rfc5280#section-4.2.1.6