blob: 26ac295bf91e522be4eff3b8fd0765e9d57c5338 [file] [log] [blame]
Alex Gaynor4af5b372015-07-12 10:30:59 -05001X.509 Reference
2===============
Paul Kehrer016e08a2014-11-26 09:41:18 -10003
Paul Kehrera9d78c12014-11-26 10:59:03 -10004.. currentmodule:: cryptography.x509
Paul Kehrer016e08a2014-11-26 09:41:18 -10005
Paul Kehrerd26c4db2015-03-15 15:36:24 -05006.. testsetup::
7
8 pem_req_data = b"""
9 -----BEGIN CERTIFICATE REQUEST-----
10 MIIC0zCCAbsCAQAwWTELMAkGA1UEBhMCVVMxETAPBgNVBAgMCElsbGlub2lzMRAw
11 DgYDVQQHDAdDaGljYWdvMREwDwYDVQQKDAhyNTA5IExMQzESMBAGA1UEAwwJaGVs
12 bG8uY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqhZx+Mo9VRd9
13 vsnWWa6NBCws21rZ0+1B/JGgB4hDsZS7iDE4Bj5z4idheFRtl8bBbdjPknq7BfoF
14 8v15Zq/Zv7i2xMSDL+LUrTBZezRd4bRTGqCm6YJ5EYkhqdcqeZleHCFImguHoq1J
15 Fh0+kObQrTHXw3ZP57a3o1IvyIUA3nNoCBL0QQhwBXaDXOojMKNR+bqB5ve8GS1y
16 Elr0AM/+cJsfaIahNQUgFKx3Eu3GeEOMKYOAG1lycgdQdmTUybLrT3U7vkClTseM
17 xHg1r5En7ALjONIhqRuq3rddYahrP8HXozb3zUy3cJ7P6IeaosuvNzvMXOX9P6HD
18 Ha9urDAJ1wIDAQABoDUwMwYJKoZIhvcNAQkOMSYwJDAiBgNVHREEGzAZggl3b3Js
19 ZC5jb22CDHdoYXRldmVyLmNvbTANBgkqhkiG9w0BAQUFAAOCAQEAS4Ro6h+z52SK
20 YSLCYARpnEu/rmh4jdqndt8naqcNb6uLx9mlKZ2W9on9XDjnSdQD9q+ZP5aZfESw
21 R0+rJhW9ZrNa/g1pt6M24ihclHYDAxYMWxT1z/TXXGM3TmZZ6gfYlNE1kkBuODHa
22 UYsR/1Ht1E1EsmmUimt2n+zQR2K8T9Coa+boaUW/GsTEuz1aaJAkj5ZvTDiIhRG4
23 AOCqFZOLAQmCCNgJnnspD9hDz/Ons085LF5wnYjN4/Nsk5tS6AGs3xjZ3jPoOGGn
24 82WQ9m4dBGoVDZXsobVTaN592JEYwN5iu72zRn7Einb4V4H5y3yD2dD4yWPlt4pk
25 5wFkeYsZEA==
26 -----END CERTIFICATE REQUEST-----
27 """.strip()
28
Paul Kehrerd3dafbd2015-03-15 16:24:18 -050029 pem_data = b"""
30 -----BEGIN CERTIFICATE-----
31 MIIDfDCCAmSgAwIBAgIBAjANBgkqhkiG9w0BAQsFADBFMQswCQYDVQQGEwJVUzEf
32 MB0GA1UEChMWVGVzdCBDZXJ0aWZpY2F0ZXMgMjAxMTEVMBMGA1UEAxMMVHJ1c3Qg
33 QW5jaG9yMB4XDTEwMDEwMTA4MzAwMFoXDTMwMTIzMTA4MzAwMFowQDELMAkGA1UE
34 BhMCVVMxHzAdBgNVBAoTFlRlc3QgQ2VydGlmaWNhdGVzIDIwMTExEDAOBgNVBAMT
35 B0dvb2QgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCQWJpHYo37
36 Xfb7oJSPe+WvfTlzIG21WQ7MyMbGtK/m8mejCzR6c+f/pJhEH/OcDSMsXq8h5kXa
37 BGqWK+vSwD/Pzp5OYGptXmGPcthDtAwlrafkGOS4GqIJ8+k9XGKs+vQUXJKsOk47
38 RuzD6PZupq4s16xaLVqYbUC26UcY08GpnoLNHJZS/EmXw1ZZ3d4YZjNlpIpWFNHn
39 UGmdiGKXUPX/9H0fVjIAaQwjnGAbpgyCumWgzIwPpX+ElFOUr3z7BoVnFKhIXze+
40 VmQGSWxZxvWDUN90Ul0tLEpLgk3OVxUB4VUGuf15OJOpgo1xibINPmWt14Vda2N9
41 yrNKloJGZNqLAgMBAAGjfDB6MB8GA1UdIwQYMBaAFOR9X9FclYYILAWuvnW2ZafZ
42 XahmMB0GA1UdDgQWBBRYAYQkG7wrUpRKPaUQchRR9a86yTAOBgNVHQ8BAf8EBAMC
43 AQYwFwYDVR0gBBAwDjAMBgpghkgBZQMCATABMA8GA1UdEwEB/wQFMAMBAf8wDQYJ
44 KoZIhvcNAQELBQADggEBADWHlxbmdTXNwBL/llwhQqwnazK7CC2WsXBBqgNPWj7m
45 tvQ+aLG8/50Qc2Sun7o2VnwF9D18UUe8Gj3uPUYH+oSI1vDdyKcjmMbKRU4rk0eo
46 3UHNDXwqIVc9CQS9smyV+x1HCwL4TTrq+LXLKx/qVij0Yqk+UJfAtrg2jnYKXsCu
47 FMBQQnWCGrwa1g1TphRp/RmYHnMynYFmZrXtzFz+U9XEA7C+gPq4kqDI/iVfIT1s
48 6lBtdB50lrDVwl2oYfAvW/6sC2se2QleZidUmrziVNP4oEeXINokU6T6p//HM1FG
49 QYw2jOvpKcKtWCSAnegEbgsGYzATKjmPJPJ0npHFqzM=
50 -----END CERTIFICATE-----
51 """.strip()
52
Paul Kehrer93ae8052015-05-02 23:18:09 -050053 cryptography_cert_pem = b"""
54 -----BEGIN CERTIFICATE-----
55 MIIFvTCCBKWgAwIBAgICPyAwDQYJKoZIhvcNAQELBQAwRzELMAkGA1UEBhMCVVMx
56 FjAUBgNVBAoTDUdlb1RydXN0IEluYy4xIDAeBgNVBAMTF1JhcGlkU1NMIFNIQTI1
57 NiBDQSAtIEczMB4XDTE0MTAxNTEyMDkzMloXDTE4MTExNjAxMTUwM1owgZcxEzAR
58 BgNVBAsTCkdUNDg3NDI5NjUxMTAvBgNVBAsTKFNlZSB3d3cucmFwaWRzc2wuY29t
59 L3Jlc291cmNlcy9jcHMgKGMpMTQxLzAtBgNVBAsTJkRvbWFpbiBDb250cm9sIFZh
60 bGlkYXRlZCAtIFJhcGlkU1NMKFIpMRwwGgYDVQQDExN3d3cuY3J5cHRvZ3JhcGh5
61 LmlvMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAom/FebKJIot7Sp3s
62 itG1sicpe3thCssjI+g1JDAS7I3GLVNmbms1DOdIIqwf01gZkzzXBN2+9sOnyRaR
63 PPfCe1jTr3dk2y6rPE559vPa1nZQkhlzlhMhlPyjaT+S7g4Tio4qV2sCBZU01DZJ
64 CaksfohN+5BNVWoJzTbOcrHOEJ+M8B484KlBCiSxqf9cyNQKru4W3bHaCVNVJ8eu
65 6i6KyhzLa0L7yK3LXwwXVs583C0/vwFhccGWsFODqD/9xHUzsBIshE8HKjdjDi7Y
66 3BFQzVUQFjBB50NSZfAA/jcdt1blxJouc7z9T8Oklh+V5DDBowgAsrT4b6Z2Fq6/
67 r7D1GqivLK/ypUQmxq2WXWAUBb/Q6xHgxASxI4Br+CByIUQJsm8L2jzc7k+mF4hW
68 ltAIUkbo8fGiVnat0505YJgxWEDKOLc4Gda6d/7GVd5AvKrz242bUqeaWo6e4MTx
69 diku2Ma3rhdcr044Qvfh9hGyjqNjvhWY/I+VRWgihU7JrYvgwFdJqsQ5eiKT4OHi
70 gsejvWwkZzDtiQ+aQTrzM1FsY2swJBJsLSX4ofohlVRlIJCn/ME+XErj553431Lu
71 YQ5SzMd3nXzN78Vj6qzTfMUUY72UoT1/AcFiUMobgIqrrmwuNxfrkbVE2b6Bga74
72 FsJX63prvrJ41kuHK/16RQBM7fcCAwEAAaOCAWAwggFcMB8GA1UdIwQYMBaAFMOc
73 8/zTRgg0u85Gf6B8W/PiCMtZMFcGCCsGAQUFBwEBBEswSTAfBggrBgEFBQcwAYYT
74 aHR0cDovL2d2LnN5bWNkLmNvbTAmBggrBgEFBQcwAoYaaHR0cDovL2d2LnN5bWNi
75 LmNvbS9ndi5jcnQwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMB
76 BggrBgEFBQcDAjAvBgNVHREEKDAmghN3d3cuY3J5cHRvZ3JhcGh5Lmlvgg9jcnlw
77 dG9ncmFwaHkuaW8wKwYDVR0fBCQwIjAgoB6gHIYaaHR0cDovL2d2LnN5bWNiLmNv
78 bS9ndi5jcmwwDAYDVR0TAQH/BAIwADBFBgNVHSAEPjA8MDoGCmCGSAGG+EUBBzYw
79 LDAqBggrBgEFBQcCARYeaHR0cHM6Ly93d3cucmFwaWRzc2wuY29tL2xlZ2FsMA0G
80 CSqGSIb3DQEBCwUAA4IBAQAzIYO2jx7h17FBT74tJ2zbV9OKqGb7QF8y3wUtP4xc
81 dH80vprI/Cfji8s86kr77aAvAqjDjaVjHn7UzebhSUivvRPmfzRgyWBacomnXTSt
82 Xlt2dp2nDQuwGyK2vB7dMfKnQAkxwq1sYUXznB8i0IhhCAoXp01QGPKq51YoIlnF
83 7DRMk6iEaL1SJbkIrLsCQyZFDf0xtfW9DqXugMMLoxeCsBhZJQzNyS2ryirrv9LH
84 aK3+6IZjrcyy9bkpz/gzJucyhU+75c4My/mnRCrtItRbCQuiI5pd5poDowm+HH9i
85 GVI9+0lAFwxOUnOnwsoI40iOoxjLMGB+CgFLKCGUcWxP
86 -----END CERTIFICATE-----
87 """.strip()
88
Paul Kehrerb2de9482014-12-11 14:54:48 -060089Loading Certificates
90~~~~~~~~~~~~~~~~~~~~
Paul Kehrer016e08a2014-11-26 09:41:18 -100091
92.. function:: load_pem_x509_certificate(data, backend)
93
94 .. versionadded:: 0.7
95
Paul Kehrere76cd272014-12-14 19:00:51 -060096 Deserialize a certificate from PEM encoded data. PEM certificates are
97 base64 decoded and have delimiters that look like
98 ``-----BEGIN CERTIFICATE-----``.
Paul Kehrer016e08a2014-11-26 09:41:18 -100099
100 :param bytes data: The PEM encoded certificate data.
101
102 :param backend: A backend supporting the
103 :class:`~cryptography.hazmat.backends.interfaces.X509Backend`
104 interface.
105
Paul Kehrere76cd272014-12-14 19:00:51 -0600106 :returns: An instance of :class:`~cryptography.x509.Certificate`.
Paul Kehrer016e08a2014-11-26 09:41:18 -1000107
108.. function:: load_der_x509_certificate(data, backend)
109
110 .. versionadded:: 0.7
111
Paul Kehrere76cd272014-12-14 19:00:51 -0600112 Deserialize a certificate from DER encoded data. DER is a binary format
Paul Kehrer92aac382014-12-15 16:25:28 -0600113 and is commonly found in files with the ``.cer`` extension (although file
114 extensions are not a guarantee of encoding type).
Paul Kehrer016e08a2014-11-26 09:41:18 -1000115
116 :param bytes data: The DER encoded certificate data.
117
118 :param backend: A backend supporting the
119 :class:`~cryptography.hazmat.backends.interfaces.X509Backend`
120 interface.
121
Paul Kehrere76cd272014-12-14 19:00:51 -0600122 :returns: An instance of :class:`~cryptography.x509.Certificate`.
Paul Kehrer016e08a2014-11-26 09:41:18 -1000123
Paul Kehrer016e08a2014-11-26 09:41:18 -1000124.. doctest::
125
Paul Kehrercc8a26e2014-12-16 12:40:16 -0600126 >>> from cryptography import x509
Paul Kehrer016e08a2014-11-26 09:41:18 -1000127 >>> from cryptography.hazmat.backends import default_backend
Paul Kehrercc8a26e2014-12-16 12:40:16 -0600128 >>> cert = x509.load_pem_x509_certificate(pem_data, default_backend())
Paul Kehrer016e08a2014-11-26 09:41:18 -1000129 >>> cert.serial
130 2
131
Paul Kehrera1a1f232015-03-15 15:34:35 -0500132Loading Certificate Signing Requests
133~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Paul Kehrerdc480ad2015-02-23 12:14:54 -0600134
Paul Kehrer31e39882015-03-11 11:37:04 -0500135.. function:: load_pem_x509_csr(data, backend)
Paul Kehrerdc480ad2015-02-23 12:14:54 -0600136
137 .. versionadded:: 0.9
138
Paul Kehrera1a1f232015-03-15 15:34:35 -0500139 Deserialize a certificate signing request (CSR) from PEM encoded data. PEM
Paul Kehrer5aadb9c2015-03-11 20:48:42 -0500140 requests are base64 decoded and have delimiters that look like
Paul Kehrerd3dafbd2015-03-15 16:24:18 -0500141 ``-----BEGIN CERTIFICATE REQUEST-----``. This format is also known as
142 PKCS#10.
Paul Kehrerdc480ad2015-02-23 12:14:54 -0600143
144 :param bytes data: The PEM encoded request data.
145
146 :param backend: A backend supporting the
147 :class:`~cryptography.hazmat.backends.interfaces.X509Backend`
148 interface.
149
Paul Kehrera1a1f232015-03-15 15:34:35 -0500150 :returns: An instance of
151 :class:`~cryptography.x509.CertificateSigningRequest`.
Paul Kehrerdc480ad2015-02-23 12:14:54 -0600152
Paul Kehrer1effb6e2015-03-30 15:05:59 -0500153.. function:: load_der_x509_csr(data, backend)
154
155 .. versionadded:: 0.9
156
157 Deserialize a certificate signing request (CSR) from DER encoded data. DER
158 is a binary format and is not commonly used with CSRs.
159
160 :param bytes data: The DER encoded request data.
161
162 :param backend: A backend supporting the
163 :class:`~cryptography.hazmat.backends.interfaces.X509Backend`
164 interface.
165
166 :returns: An instance of
167 :class:`~cryptography.x509.CertificateSigningRequest`.
168
Paul Kehrerdc480ad2015-02-23 12:14:54 -0600169.. doctest::
170
171 >>> from cryptography import x509
172 >>> from cryptography.hazmat.backends import default_backend
173 >>> from cryptography.hazmat.primitives import hashes
Paul Kehrera1a1f232015-03-15 15:34:35 -0500174 >>> csr = x509.load_pem_x509_csr(pem_req_data, default_backend())
175 >>> isinstance(csr.signature_hash_algorithm, hashes.SHA1)
Paul Kehrerdc480ad2015-02-23 12:14:54 -0600176 True
177
Paul Kehrere76cd272014-12-14 19:00:51 -0600178X.509 Certificate Object
179~~~~~~~~~~~~~~~~~~~~~~~~
Paul Kehrerb2de9482014-12-11 14:54:48 -0600180
Paul Kehrere76cd272014-12-14 19:00:51 -0600181.. class:: Certificate
Paul Kehrerb2de9482014-12-11 14:54:48 -0600182
183 .. versionadded:: 0.7
184
185 .. attribute:: version
186
Paul Kehrere76cd272014-12-14 19:00:51 -0600187 :type: :class:`~cryptography.x509.Version`
Paul Kehrerb2de9482014-12-11 14:54:48 -0600188
Paul Kehrere76cd272014-12-14 19:00:51 -0600189 The certificate version as an enumeration. Version 3 certificates are
190 the latest version and also the only type you should see in practice.
Paul Kehrerb2de9482014-12-11 14:54:48 -0600191
Alex Gaynor89c4dc82014-12-16 16:49:33 -0800192 :raises cryptography.x509.InvalidVersion: If the version in the
Alex Gaynor6d7ab4c2014-12-16 16:50:33 -0800193 certificate is not a known
194 :class:`X.509 version <cryptography.x509.Version>`.
Paul Kehrer92aac382014-12-15 16:25:28 -0600195
Paul Kehrercc8a26e2014-12-16 12:40:16 -0600196 .. doctest::
197
198 >>> cert.version
199 <Version.v3: 2>
200
Paul Kehrerb2de9482014-12-11 14:54:48 -0600201 .. method:: fingerprint(algorithm)
202
203 :param algorithm: The
Paul Kehrer601278a2015-02-12 12:51:00 -0600204 :class:`~cryptography.hazmat.primitives.hashes.HashAlgorithm`
Paul Kehrerb2de9482014-12-11 14:54:48 -0600205 that will be used to generate the fingerprint.
206
Erik Trauschke2dcce902015-05-14 16:12:24 -0700207 :return bytes: The fingerprint using the supplied hash algorithm, as
Paul Kehrerb2de9482014-12-11 14:54:48 -0600208 bytes.
209
Paul Kehrercc8a26e2014-12-16 12:40:16 -0600210 .. doctest::
211
212 >>> from cryptography.hazmat.primitives import hashes
213 >>> cert.fingerprint(hashes.SHA256())
Paul Kehrer78a81502014-12-16 14:47:52 -0600214 '\x86\xd2\x187Gc\xfc\xe7}[+E9\x8d\xb4\x8f\x10\xe5S\xda\x18u\xbe}a\x03\x08[\xac\xa04?'
Paul Kehrercc8a26e2014-12-16 12:40:16 -0600215
Paul Kehrerb2de9482014-12-11 14:54:48 -0600216 .. attribute:: serial
217
218 :type: int
219
220 The serial as a Python integer.
221
Paul Kehrercc8a26e2014-12-16 12:40:16 -0600222 .. doctest::
223
224 >>> cert.serial
225 2
226
Paul Kehrerb2de9482014-12-11 14:54:48 -0600227 .. method:: public_key()
228
229 :type:
Alex Stapletonf79c2312014-12-30 12:50:14 +0000230 :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKey` or
Paul Kehrer45efdbc2015-02-12 10:58:22 -0600231 :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPublicKey` or
232 :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKey`
Paul Kehrerb2de9482014-12-11 14:54:48 -0600233
234 The public key associated with the certificate.
235
Paul Kehrercc8a26e2014-12-16 12:40:16 -0600236 .. doctest::
237
Alex Stapletonf79c2312014-12-30 12:50:14 +0000238 >>> from cryptography.hazmat.primitives.asymmetric import rsa
Paul Kehrercc8a26e2014-12-16 12:40:16 -0600239 >>> public_key = cert.public_key()
Alex Stapletonf79c2312014-12-30 12:50:14 +0000240 >>> isinstance(public_key, rsa.RSAPublicKey)
Paul Kehrercc8a26e2014-12-16 12:40:16 -0600241 True
242
Paul Kehrerb2de9482014-12-11 14:54:48 -0600243 .. attribute:: not_valid_before
244
245 :type: :class:`datetime.datetime`
246
Paul Kehrer78a81502014-12-16 14:47:52 -0600247 A naïve datetime representing the beginning of the validity period for
248 the certificate in UTC. This value is inclusive.
Paul Kehrerb2de9482014-12-11 14:54:48 -0600249
Paul Kehrercc8a26e2014-12-16 12:40:16 -0600250 .. doctest::
251
252 >>> cert.not_valid_before
253 datetime.datetime(2010, 1, 1, 8, 30)
254
Paul Kehrerb2de9482014-12-11 14:54:48 -0600255 .. attribute:: not_valid_after
256
257 :type: :class:`datetime.datetime`
258
Paul Kehrer78a81502014-12-16 14:47:52 -0600259 A naïve datetime representing the end of the validity period for the
260 certificate in UTC. This value is inclusive.
Paul Kehrerb2de9482014-12-11 14:54:48 -0600261
Paul Kehrercc8a26e2014-12-16 12:40:16 -0600262 .. doctest::
263
264 >>> cert.not_valid_after
265 datetime.datetime(2030, 12, 31, 8, 30)
266
Paul Kehrer719d5362015-01-01 20:03:52 -0600267 .. attribute:: issuer
268
269 .. versionadded:: 0.8
270
271 :type: :class:`Name`
272
273 The :class:`Name` of the issuer.
274
275 .. attribute:: subject
276
277 .. versionadded:: 0.8
278
279 :type: :class:`Name`
280
281 The :class:`Name` of the subject.
282
Paul Kehrer8802a5b2015-02-13 12:06:57 -0600283 .. attribute:: signature_hash_algorithm
Paul Kehrer56da2a52015-02-11 23:35:07 -0600284
Paul Kehrer8802a5b2015-02-13 12:06:57 -0600285 :type: :class:`~cryptography.hazmat.primitives.hashes.HashAlgorithm`
Paul Kehrer56da2a52015-02-11 23:35:07 -0600286
Paul Kehrere612ec72015-02-16 14:33:35 -0600287 Returns the
Paul Kehrer71d40c62015-02-19 08:21:04 -0600288 :class:`~cryptography.hazmat.primitives.hashes.HashAlgorithm` which
Paul Kehrer1a7ba872015-02-19 18:09:05 -0600289 was used in signing this certificate.
Paul Kehrer56da2a52015-02-11 23:35:07 -0600290
291 .. doctest::
292
Paul Kehrer8802a5b2015-02-13 12:06:57 -0600293 >>> from cryptography.hazmat.primitives import hashes
294 >>> isinstance(cert.signature_hash_algorithm, hashes.SHA256)
295 True
Paul Kehrer719d5362015-01-01 20:03:52 -0600296
Paul Kehrerfbb7ac82015-03-16 19:26:29 -0500297 .. attribute:: extensions
298
299 :type: :class:`Extensions`
300
301 The extensions encoded in the certificate.
302
303 :raises cryptography.x509.DuplicateExtension: If more than one
304 extension of the same type is found within the certificate.
305
Paul Kehrerd8fc0be2015-04-21 08:31:10 -0500306 :raises cryptography.x509.UnsupportedExtension: If the certificate
307 contains an extension that is not supported.
308
Paul Kehrerbed07352015-04-21 08:31:10 -0500309 :raises cryptography.x509.UnsupportedGeneralNameType: If an extension
310 contains a general name that is not supported.
311
Paul Kehrerb8968812015-05-15 09:01:34 -0700312 :raises UnicodeError: If an extension contains IDNA encoding that is
313 invalid or not compliant with IDNA 2008.
314
Paul Kehrerfa56a232015-03-17 13:14:03 -0500315 .. doctest::
316
317 >>> for ext in cert.extensions:
318 ... print(ext)
Paul Kehrerd774de92015-05-03 10:52:25 -0500319 <Extension(oid=<ObjectIdentifier(oid=2.5.29.35, name=authorityKeyIdentifier)>, critical=False, value=<AuthorityKeyIdentifier(key_identifier='\xe4}_\xd1\\\x95\x86\x08,\x05\xae\xbeu\xb6e\xa7\xd9]\xa8f', authority_cert_issuer=None, authority_cert_serial_number=None)>)>
Paul Kehrercbfb1012015-04-10 20:57:20 -0400320 <Extension(oid=<ObjectIdentifier(oid=2.5.29.14, name=subjectKeyIdentifier)>, critical=False, value=<SubjectKeyIdentifier(digest='X\x01\x84$\x1b\xbc+R\x94J=\xa5\x10r\x14Q\xf5\xaf:\xc9')>)>
Paul Kehrerb511ba82015-04-15 11:22:48 -0400321 <Extension(oid=<ObjectIdentifier(oid=2.5.29.15, name=keyUsage)>, critical=True, value=<KeyUsage(digital_signature=False, content_commitment=False, key_encipherment=False, data_encipherment=False, key_agreement=False, key_cert_sign=True, crl_sign=True, encipher_only=None, decipher_only=None)>)>
Paul Kehrer2008d9c2015-05-12 22:19:56 -0500322 <Extension(oid=<ObjectIdentifier(oid=2.5.29.32, name=certificatePolicies)>, critical=False, value=<CertificatePolicies([<PolicyInformation(policy_identifier=<ObjectIdentifier(oid=2.16.840.1.101.3.2.1.48.1, name=Unknown OID)>, policy_qualifiers=None)>])>)>
Paul Kehrerfa56a232015-03-17 13:14:03 -0500323 <Extension(oid=<ObjectIdentifier(oid=2.5.29.19, name=basicConstraints)>, critical=True, value=<BasicConstraints(ca=True, path_length=None)>)>
324
Andre Carona8aded62015-05-19 20:11:57 -0400325 .. method:: public_bytes(encoding)
326
Alex Gaynord0b376b2015-07-05 13:58:12 -0400327 .. versionadded:: 1.0
328
Andre Carona8aded62015-05-19 20:11:57 -0400329 :param encoding: The
330 :class:`~cryptography.hazmat.primitives.serialization.Encoding`
331 that will be used to serialize the certificate.
332
333 :return bytes: The data that can be written to a file or sent
334 over the network to be verified by clients.
335
Erik Trauschke2dcce902015-05-14 16:12:24 -0700336X.509 CRL (Certificate Revocation List) Object
337~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
338
339.. class:: CertificateRevocationList
340
341 .. versionadded:: 1.0
342
343 .. method:: fingerprint(algorithm)
344
345 :param algorithm: The
346 :class:`~cryptography.hazmat.primitives.hashes.HashAlgorithm`
347 that will be used to generate the fingerprint.
348
349 :return bytes: The fingerprint using the supplied hash algorithm, as
350 bytes.
351
352 .. attribute:: signature_hash_algorithm
353
354 :type: :class:`~cryptography.hazmat.primitives.hashes.HashAlgorithm`
355
356 Returns the
357 :class:`~cryptography.hazmat.primitives.hashes.HashAlgorithm` which
358 was used in signing this CRL.
359
360 .. attribute:: issuer
361
362 :type: :class:`Name`
363
364 The :class:`Name` of the issuer.
365
366 .. attribute:: next_update
367
368 :type: :class:`datetime.datetime`
369
370 A naïve datetime representing when the next update to this CRL is
371 expected.
372
373 .. attribute:: last_update
374
375 :type: :class:`datetime.datetime`
376
377 A naïve datetime representing when the this CRL was last updated.
378
Erik Trauschkeabb7b6e2015-05-27 15:07:35 -0700379 .. attribute:: revoked_certificates
Erik Trauschke2dcce902015-05-14 16:12:24 -0700380
381 :type: list of :class:`RevokedCertificate`
382
383 The revoked certificates listed in this CRL.
384
385 .. attribute:: extensions
386
387 :type: :class:`Extensions`
388
389 The extensions encoded in the CRL.
390
Andre Caron9bbfcea2015-05-18 20:55:29 -0400391X.509 Certificate Builder
392~~~~~~~~~~~~~~~~~~~~~~~~~
393
394.. class:: CertificateBuilder
395
Ian Cordasco0092a0b2015-07-18 21:46:41 -0500396 .. method:: issuer_name(name)
Andre Caron9bbfcea2015-05-18 20:55:29 -0400397
398 Sets the issuer's distinguished name.
399
Ian Cordascoc9682ad2015-08-01 12:11:13 -0500400 :param name: The :class:`~cryptography.x509.Name` that describes the
401 issuer (CA).
Andre Caron9bbfcea2015-05-18 20:55:29 -0400402
Ian Cordasco0092a0b2015-07-18 21:46:41 -0500403 .. method:: subject_name(name)
Andre Caron9bbfcea2015-05-18 20:55:29 -0400404
405 Sets the subject's distinguished name.
406
Ian Cordascoc9682ad2015-08-01 12:11:13 -0500407 :param name: The :class:`~cryptography.x509.Name` that describes the
Ian Cordasco85fc4d52015-08-01 20:29:31 -0500408 subject.
Andre Caron9bbfcea2015-05-18 20:55:29 -0400409
Ian Cordasco0092a0b2015-07-18 21:46:41 -0500410 .. method:: public_key(public_key)
Andre Caron9bbfcea2015-05-18 20:55:29 -0400411
412 Sets the subject's public key.
413
Ian Cordasco8f571422015-08-02 11:31:08 -0500414 :param public_key: The subject's public key. This can be one of
415 :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKey`,
416 :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPublicKey` or
417 :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKey`
Andre Caron9bbfcea2015-05-18 20:55:29 -0400418
Ian Cordasco0092a0b2015-07-18 21:46:41 -0500419 .. method:: serial_number(serial_number)
Andre Caron9bbfcea2015-05-18 20:55:29 -0400420
421 Sets the certificate's serial number (an integer). The CA's policy
422 determines how it attributes serial numbers to certificates. The only
423 requirement is that this number uniquely identify the certificate given
424 the issuer.
425
426 :param serial_number: Integer number that will be used by the CA to
427 identify this certificate (most notably during certificate
Ian Cordasco17c89002015-08-02 21:13:59 -0500428 revocation checking). Users are encouraged to use a method of
429 generating 20 bytes of entropy, e.g., UUID4. For more information
430 on secure random number generation, see
431 :ref:`secure_random_number_generation`.
Andre Caron9bbfcea2015-05-18 20:55:29 -0400432
Ian Cordasco0092a0b2015-07-18 21:46:41 -0500433 .. method:: not_valid_before(time)
Andre Caron9bbfcea2015-05-18 20:55:29 -0400434
435 Sets the certificate's activation time. This is the time from which
436 clients can start trusting the certificate. It may be different from
437 the time at which the certificate was created.
438
Ian Cordasco17c89002015-08-02 21:13:59 -0500439 :param time: The :class:`datetime.datetime` object (in UTC) that marks the
Andre Caron9bbfcea2015-05-18 20:55:29 -0400440 activation time for the certificate. The certificate may not be
441 trusted clients if it is used before this time.
442
Ian Cordasco0092a0b2015-07-18 21:46:41 -0500443 .. method:: not_valid_after(time)
Andre Caron9bbfcea2015-05-18 20:55:29 -0400444
445 Sets the certificate's expiration time. This is the time from which
446 clients should no longer trust the certificate. The CA's policy will
447 determine how long the certificate should remain in use.
448
Ian Cordasco17c89002015-08-02 21:13:59 -0500449 :param time: The :class:`datetime.datetime` object (in UTC) that marks the
Andre Caron9bbfcea2015-05-18 20:55:29 -0400450 expiration time for the certificate. The certificate may not be
451 trusted clients if it is used after this time.
452
Ian Cordasco17c89002015-08-02 21:13:59 -0500453 .. method:: add_extension(extension, critical)
Andre Caron9bbfcea2015-05-18 20:55:29 -0400454
455 Adds an X.509 extension to the certificate.
456
Ian Cordasco8f571422015-08-02 11:31:08 -0500457 :param extension: The extension to add to the certificate. Can be one
458 of :class:`~cryptography.x509.BasicConstraints` or
459 :class:`~cryptography.x509.SubjectAlternativeName`.
Andre Caron9bbfcea2015-05-18 20:55:29 -0400460
Ian Cordasco17c89002015-08-02 21:13:59 -0500461 :param critical: Set to ``True`` if the extension must be understood and
462 handled by whoever reads the certificate.
463
Andre Caron9bbfcea2015-05-18 20:55:29 -0400464 .. method:: sign(backend, private_key, algorithm)
465
466 Sign the certificate using the CA's private key.
467
Ian Cordascoc5e1c252015-07-31 23:33:35 -0500468 :param backend: Backend that will be used to build the certificate.
469 Must support the
470 :class:`~cryptography.hazmat.backends.interfaces.X509Backend`
471 interface.
472
473 :param private_key: The
474 :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPrivateKey`,
475 :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPrivateKey` or
476 :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePrivateKey`
477 that will be used to sign the certificate.
478
Andre Caron9bbfcea2015-05-18 20:55:29 -0400479 :param algorithm: The
480 :class:`~cryptography.hazmat.primitives.hashes.HashAlgorithm` that
481 will be used to generate the signature.
482
483
Paul Kehrer5aadb9c2015-03-11 20:48:42 -0500484X.509 CSR (Certificate Signing Request) Object
485~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Paul Kehrerdc480ad2015-02-23 12:14:54 -0600486
Paul Kehrera1a1f232015-03-15 15:34:35 -0500487.. class:: CertificateSigningRequest
Paul Kehrerdc480ad2015-02-23 12:14:54 -0600488
489 .. versionadded:: 0.9
490
491 .. method:: public_key()
492
493 :type:
494 :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKey` or
495 :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPublicKey` or
496 :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKey`
497
498 The public key associated with the request.
499
500 .. doctest::
501
502 >>> from cryptography.hazmat.primitives.asymmetric import rsa
Paul Kehrera1a1f232015-03-15 15:34:35 -0500503 >>> public_key = csr.public_key()
Paul Kehrerdc480ad2015-02-23 12:14:54 -0600504 >>> isinstance(public_key, rsa.RSAPublicKey)
505 True
506
507 .. attribute:: subject
508
509 :type: :class:`Name`
510
511 The :class:`Name` of the subject.
512
513 .. attribute:: signature_hash_algorithm
514
515 :type: :class:`~cryptography.hazmat.primitives.hashes.HashAlgorithm`
516
517 Returns the
518 :class:`~cryptography.hazmat.primitives.hashes.HashAlgorithm` which
519 was used in signing this request.
520
521 .. doctest::
522
523 >>> from cryptography.hazmat.primitives import hashes
Paul Kehrera1a1f232015-03-15 15:34:35 -0500524 >>> isinstance(csr.signature_hash_algorithm, hashes.SHA1)
Paul Kehrerdc480ad2015-02-23 12:14:54 -0600525 True
526
Andre Caron476c5df2015-05-18 10:23:28 -0400527 .. method:: public_bytes(encoding)
528
Alex Gaynord0b376b2015-07-05 13:58:12 -0400529 .. versionadded:: 1.0
530
Andre Caron476c5df2015-05-18 10:23:28 -0400531 :param encoding: The
532 :class:`~cryptography.hazmat.primitives.serialization.Encoding`
533 that will be used to serialize the certificate request.
534
535 :return bytes: The data that can be written to a file or sent
536 over the network to be signed by the certificate
537 authority.
538
Erik Trauschke2dcce902015-05-14 16:12:24 -0700539X.509 Revoked Certificate Object
Erik Trauschkec5a8d172015-05-28 10:24:25 -0700540~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Erik Trauschke2dcce902015-05-14 16:12:24 -0700541
542.. class:: RevokedCertificate
543
544 .. versionadded:: 1.0
545
546 .. attribute:: serial_number
547
548 :type: :class:`int`
549
550 An integer representing the serial number of the revoked certificate.
551
552 .. attribute:: revocation_date
553
554 :type: :class:`datetime.datetime`
555
556 A naïve datetime representing the date this certificates was revoked.
557
558 .. attribute:: extensions
559
560 :type: :class:`Extensions`
561
562 The extensions encoded in the revoked certificate.
Andre Caron476c5df2015-05-18 10:23:28 -0400563
Andre Caron0ef595f2015-05-18 13:53:43 -0400564X.509 CSR (Certificate Signing Request) Builder Object
565~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
566
567.. class:: CertificateSigningRequestBuilder
568
Andre Carond259ee52015-06-02 23:47:11 -0400569 .. versionadded:: 1.0
570
571 .. doctest::
572
573 >>> from cryptography import x509
574 >>> from cryptography.hazmat.backends import default_backend
575 >>> from cryptography.hazmat.primitives import hashes
576 >>> from cryptography.hazmat.primitives.asymmetric import rsa
577 >>> private_key = rsa.generate_private_key(
578 ... public_exponent=65537,
579 ... key_size=2048,
580 ... backend=default_backend()
581 ... )
582 >>> builder = x509.CertificateSigningRequestBuilder()
Andre Carona9a51172015-06-06 20:18:44 -0400583 >>> builder = builder.subject_name(x509.Name([
Ian Cordasco4d46eb72015-06-17 12:08:27 -0500584 ... x509.NameAttribute(x509.OID_COMMON_NAME, u'cryptography.io'),
Andre Carond259ee52015-06-02 23:47:11 -0400585 ... ]))
Ian Cordascof06b6be2015-06-21 10:09:18 -0500586 >>> builder = builder.add_extension(
Ian Cordasco0112b022015-06-16 17:51:18 -0500587 ... x509.BasicConstraints(ca=False, path_length=None), critical=True,
Andre Caron472fd692015-06-06 20:04:44 -0400588 ... )
Andre Carond259ee52015-06-02 23:47:11 -0400589 >>> request = builder.sign(
Alex Gaynorde9e5842015-06-26 20:11:23 -0400590 ... private_key, hashes.SHA256(), default_backend()
Andre Carond259ee52015-06-02 23:47:11 -0400591 ... )
592 >>> isinstance(request, x509.CertificateSigningRequest)
593 True
594
Andre Carona9a51172015-06-06 20:18:44 -0400595 .. method:: subject_name(name)
Andre Caron0ef595f2015-05-18 13:53:43 -0400596
Andre Caron341ff852015-06-06 20:14:31 -0400597 :param name: The :class:`~cryptography.x509.Name` of the certificate
598 subject.
599 :returns: A new
600 :class:`~cryptography.x509.CertificateSigningRequestBuilder`.
Andre Caron0ef595f2015-05-18 13:53:43 -0400601
Ian Cordascof06b6be2015-06-21 10:09:18 -0500602 .. method:: add_extension(extension, critical)
Andre Caron0ef595f2015-05-18 13:53:43 -0400603
Andre Caron341ff852015-06-06 20:14:31 -0400604 :param extension: The :class:`~cryptography.x509.Extension` to add to
605 the request.
Andre Caron472fd692015-06-06 20:04:44 -0400606 :param critical: Set to `True` if the extension must be understood and
607 handled by whoever reads the certificate.
Andre Caron341ff852015-06-06 20:14:31 -0400608 :returns: A new
609 :class:`~cryptography.x509.CertificateSigningRequestBuilder`.
Andre Caron0ef595f2015-05-18 13:53:43 -0400610
Alex Gaynorb3b0fbe2015-06-26 19:57:18 -0400611 .. method:: sign(private_key, algorithm, backend)
Andre Caron0ef595f2015-05-18 13:53:43 -0400612
613 :param backend: Backend that will be used to sign the request.
614 Must support the
615 :class:`~cryptography.hazmat.backends.interfaces.X509Backend`
616 interface.
617
618 :param private_key: The
Andre Caron24f9bf42015-06-06 20:14:54 -0400619 :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPrivateKey`,
620 :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPrivateKey` or
621 :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePrivateKey`
Andre Caron0ef595f2015-05-18 13:53:43 -0400622 that will be used to sign the request. When the request is
623 signed by a certificate authority, the private key's associated
624 public key will be stored in the resulting certificate.
625
626 :param algorithm: The
627 :class:`~cryptography.hazmat.primitives.hashes.HashAlgorithm`
628 that will be used to generate the request signature.
629
Andre Caron341ff852015-06-06 20:14:31 -0400630 :returns: A new
631 :class:`~cryptography.x509.CertificateSigningRequest`.
Andre Caron0ef595f2015-05-18 13:53:43 -0400632
633
Paul Kehrer719d5362015-01-01 20:03:52 -0600634.. class:: Name
635
636 .. versionadded:: 0.8
637
Paul Kehrer53d8d492015-02-13 18:47:30 -0600638 An X509 Name is an ordered list of attributes. The object is iterable to
Paul Kehrerd21596e2015-02-14 09:17:26 -0600639 get every attribute or you can use :meth:`Name.get_attributes_for_oid` to
Paul Kehrer719d5362015-01-01 20:03:52 -0600640 obtain the specific type you want. Names are sometimes represented as a
Paul Kehrer53d8d492015-02-13 18:47:30 -0600641 slash or comma delimited string (e.g. ``/CN=mydomain.com/O=My Org/C=US`` or
642 ``CN=mydomain.com, O=My Org, C=US``).
Paul Kehrer719d5362015-01-01 20:03:52 -0600643
Paul Kehrer53d8d492015-02-13 18:47:30 -0600644 .. doctest::
Paul Kehrer719d5362015-01-01 20:03:52 -0600645
Paul Kehrer8b21a4a2015-02-14 07:56:36 -0600646 >>> len(cert.subject)
Paul Kehrer53d8d492015-02-13 18:47:30 -0600647 3
Paul Kehrer8b21a4a2015-02-14 07:56:36 -0600648 >>> for attribute in cert.subject:
649 ... print(attribute)
650 <NameAttribute(oid=<ObjectIdentifier(oid=2.5.4.6, name=countryName)>, value=u'US')>
651 <NameAttribute(oid=<ObjectIdentifier(oid=2.5.4.10, name=organizationName)>, value=u'Test Certificates 2011')>
652 <NameAttribute(oid=<ObjectIdentifier(oid=2.5.4.3, name=commonName)>, value=u'Good CA')>
Paul Kehrer719d5362015-01-01 20:03:52 -0600653
Paul Kehrere901d642015-02-11 18:50:58 -0600654 .. method:: get_attributes_for_oid(oid)
Paul Kehrer719d5362015-01-01 20:03:52 -0600655
Paul Kehrere901d642015-02-11 18:50:58 -0600656 :param oid: An :class:`ObjectIdentifier` instance.
Paul Kehrer719d5362015-01-01 20:03:52 -0600657
Paul Kehrere901d642015-02-11 18:50:58 -0600658 :returns: A list of :class:`NameAttribute` instances that match the
659 OID provided. If nothing matches an empty list will be returned.
Paul Kehrer719d5362015-01-01 20:03:52 -0600660
661 .. doctest::
662
Paul Kehrere901d642015-02-11 18:50:58 -0600663 >>> cert.subject.get_attributes_for_oid(x509.OID_COMMON_NAME)
664 [<NameAttribute(oid=<ObjectIdentifier(oid=2.5.4.3, name=commonName)>, value=u'Good CA')>]
Paul Kehrerb2de9482014-12-11 14:54:48 -0600665
Paul Kehrere76cd272014-12-14 19:00:51 -0600666.. class:: Version
Paul Kehrer016e08a2014-11-26 09:41:18 -1000667
668 .. versionadded:: 0.7
669
670 An enumeration for X.509 versions.
671
672 .. attribute:: v1
673
674 For version 1 X.509 certificates.
675
676 .. attribute:: v3
677
678 For version 3 X.509 certificates.
679
Paul Kehrer806bfb22015-02-02 17:05:24 -0600680.. class:: NameAttribute
Paul Kehrer912d3fb2015-01-29 11:19:22 -0600681
682 .. versionadded:: 0.8
683
Paul Kehrer834d22f2015-02-06 11:01:07 -0600684 An X.509 name consists of a list of NameAttribute instances.
Paul Kehrer5b0a8d62015-01-30 20:05:55 -0600685
Paul Kehrer912d3fb2015-01-29 11:19:22 -0600686 .. attribute:: oid
687
688 :type: :class:`ObjectIdentifier`
689
690 The attribute OID.
691
692 .. attribute:: value
693
Paul Kehrerd5852cb2015-01-30 08:25:23 -0600694 :type: :term:`text`
Paul Kehrer912d3fb2015-01-29 11:19:22 -0600695
696 The value of the attribute.
697
698.. class:: ObjectIdentifier
699
700 .. versionadded:: 0.8
701
Paul Kehrer5b0a8d62015-01-30 20:05:55 -0600702 Object identifiers (frequently seen abbreviated as OID) identify the type
Paul Kehrer806bfb22015-02-02 17:05:24 -0600703 of a value (see: :class:`NameAttribute`).
Paul Kehrer5b0a8d62015-01-30 20:05:55 -0600704
Paul Kehrerd44f9a62015-02-04 14:47:34 -0600705 .. attribute:: dotted_string
Paul Kehrer912d3fb2015-01-29 11:19:22 -0600706
707 :type: :class:`str`
708
Paul Kehrerfedf4f42015-02-06 11:22:07 -0600709 The dotted string value of the OID (e.g. ``"2.5.4.3"``)
Paul Kehrer912d3fb2015-01-29 11:19:22 -0600710
Paul Kehrer31bdf792015-03-25 14:11:00 -0500711.. _general_name_classes:
712
713General Name Classes
714~~~~~~~~~~~~~~~~~~~~
715
716.. class:: GeneralName
717
718 .. versionadded:: 0.9
719
720 This is the generic interface that all the following classes are registered
721 against.
722
723.. class:: RFC822Name
724
725 .. versionadded:: 0.9
726
727 This corresponds to an email address. For example, ``user@example.com``.
728
729 .. attribute:: value
730
731 :type: :term:`text`
732
733.. class:: DNSName
734
735 .. versionadded:: 0.9
736
737 This corresponds to a domain name. For example, ``cryptography.io``.
738
739 .. attribute:: value
740
741 :type: :term:`text`
742
743.. class:: DirectoryName
744
745 .. versionadded:: 0.9
746
747 This corresponds to a directory name.
748
749 .. attribute:: value
750
751 :type: :class:`Name`
752
753.. class:: UniformResourceIdentifier
754
755 .. versionadded:: 0.9
756
757 This corresponds to a uniform resource identifier. For example,
Paul Kehrerb8ef82e2015-04-22 16:04:24 -0500758 ``https://cryptography.io``. The URI is parsed and IDNA decoded (see
759 :rfc:`5895`).
760
761 .. note::
762
763 URIs that do not contain ``://`` in them will not be decoded.
Paul Kehrer31bdf792015-03-25 14:11:00 -0500764
765 .. attribute:: value
766
767 :type: :term:`text`
768
769.. class:: IPAddress
770
771 .. versionadded:: 0.9
772
773 This corresponds to an IP address.
774
775 .. attribute:: value
776
Paul Kehrereb177932015-05-17 18:33:33 -0700777 :type: :class:`~ipaddress.IPv4Address`,
778 :class:`~ipaddress.IPv6Address`, :class:`~ipaddress.IPv4Network`,
779 or :class:`~ipaddress.IPv6Network`.
Paul Kehrer31bdf792015-03-25 14:11:00 -0500780
781.. class:: RegisteredID
782
783 .. versionadded:: 0.9
784
785 This corresponds to a registered ID.
786
787 .. attribute:: value
788
789 :type: :class:`ObjectIdentifier`
790
Joshua Tauberer2ee5e3c2015-07-04 20:09:46 +0000791.. class:: OtherName
792
793 .. versionadded:: 1.0
794
Joshua Tauberer18b6fc82015-07-05 21:44:51 +0000795 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 +0000796
797 .. attribute:: type_id
798
799 :type: :class:`ObjectIdentifier`
800
801 .. attribute:: value
802
803 :type: `bytes`
804
Paul Kehrer8cf26422015-03-21 09:50:24 -0500805X.509 Extensions
806~~~~~~~~~~~~~~~~
807
Paul Kehrerfbb7ac82015-03-16 19:26:29 -0500808.. class:: Extensions
809
810 .. versionadded:: 0.9
811
812 An X.509 Extensions instance is an ordered list of extensions. The object
813 is iterable to get every extension.
814
Paul Kehrerfa56a232015-03-17 13:14:03 -0500815 .. method:: get_extension_for_oid(oid)
816
817 :param oid: An :class:`ObjectIdentifier` instance.
818
819 :returns: An instance of the extension class.
820
821 :raises cryptography.x509.ExtensionNotFound: If the certificate does
822 not have the extension requested.
823
Paul Kehrerfa56a232015-03-17 13:14:03 -0500824 .. doctest::
825
826 >>> cert.extensions.get_extension_for_oid(x509.OID_BASIC_CONSTRAINTS)
827 <Extension(oid=<ObjectIdentifier(oid=2.5.29.19, name=basicConstraints)>, critical=True, value=<BasicConstraints(ca=True, path_length=None)>)>
828
Paul Kehrer8cf26422015-03-21 09:50:24 -0500829.. class:: Extension
830
831 .. versionadded:: 0.9
832
Paul Kehrer85894662015-03-22 13:19:31 -0500833 .. attribute:: oid
834
835 :type: :class:`ObjectIdentifier`
836
Paul Kehrer5553d572015-03-23 21:08:01 -0500837 The :ref:`extension OID <extension_oids>`.
Paul Kehrer8cf26422015-03-21 09:50:24 -0500838
839 .. attribute:: critical
840
841 :type: bool
842
Paul Kehrer58b75692015-03-22 23:24:58 -0500843 Determines whether a given extension is critical or not. :rfc:`5280`
844 requires that "A certificate-using system MUST reject the certificate
845 if it encounters a critical extension it does not recognize or a
846 critical extension that contains information that it cannot process".
Paul Kehrer8cf26422015-03-21 09:50:24 -0500847
Paul Kehrer85894662015-03-22 13:19:31 -0500848 .. attribute:: value
849
850 Returns an instance of the extension type corresponding to the OID.
851
Paul Kehrercecbbba2015-03-30 14:58:38 -0500852.. class:: KeyUsage
853
854 .. versionadded:: 0.9
855
856 The key usage extension defines the purpose of the key contained in the
857 certificate. The usage restriction might be employed when a key that could
858 be used for more than one operation is to be restricted. It corresponds to
859 :data:`OID_KEY_USAGE`.
860
861 .. attribute:: digital_signature
862
863 :type: bool
864
Paul Kehrer738407b2015-04-01 22:39:02 -0500865 This purpose is set to true when the subject public key is used for verifying
Paul Kehrercecbbba2015-03-30 14:58:38 -0500866 digital signatures, other than signatures on certificates
867 (``key_cert_sign``) and CRLs (``crl_sign``).
868
869 .. attribute:: content_commitment
870
871 :type: bool
872
Paul Kehrer738407b2015-04-01 22:39:02 -0500873 This purpose is set to true when the subject public key is used for verifying
Paul Kehrercecbbba2015-03-30 14:58:38 -0500874 digital signatures, other than signatures on certificates
875 (``key_cert_sign``) and CRLs (``crl_sign``). It is used to provide a
876 non-repudiation service that protects against the signing entity
877 falsely denying some action. In the case of later conflict, a
878 reliable third party may determine the authenticity of the signed
879 data. This was called ``non_repudiation`` in older revisions of the
880 X.509 specification.
881
882 .. attribute:: key_encipherment
883
884 :type: bool
885
Paul Kehrer738407b2015-04-01 22:39:02 -0500886 This purpose is set to true when the subject public key is used for
887 enciphering private or secret keys.
Paul Kehrercecbbba2015-03-30 14:58:38 -0500888
889 .. attribute:: data_encipherment
890
891 :type: bool
892
Paul Kehrer738407b2015-04-01 22:39:02 -0500893 This purpose is set to true when the subject public key is used for
894 directly enciphering raw user data without the use of an intermediate
895 symmetric cipher.
Paul Kehrercecbbba2015-03-30 14:58:38 -0500896
897 .. attribute:: key_agreement
898
899 :type: bool
900
Paul Kehrer738407b2015-04-01 22:39:02 -0500901 This purpose is set to true when the subject public key is used for key
902 agreement. For example, when a Diffie-Hellman key is to be used for
903 key management, then this purpose is set to true.
Paul Kehrercecbbba2015-03-30 14:58:38 -0500904
905 .. attribute:: key_cert_sign
906
907 :type: bool
908
Paul Kehrer738407b2015-04-01 22:39:02 -0500909 This purpose is set to true when the subject public key is used for
910 verifying signatures on public key certificates. If this purpose is set
911 to true then ``ca`` must be true in the :class:`BasicConstraints`
912 extension.
Paul Kehrercecbbba2015-03-30 14:58:38 -0500913
914 .. attribute:: crl_sign
915
916 :type: bool
917
Paul Kehrer738407b2015-04-01 22:39:02 -0500918 This purpose is set to true when the subject public key is used for
919 verifying signatures on certificate revocation lists.
Paul Kehrercecbbba2015-03-30 14:58:38 -0500920
921 .. attribute:: encipher_only
922
923 :type: bool
924
Paul Kehrer738407b2015-04-01 22:39:02 -0500925 When this purposes is set to true and the ``key_agreement`` purpose is
926 also set, the subject public key may be used only for enciphering data
927 while performing key agreement.
Paul Kehrercecbbba2015-03-30 14:58:38 -0500928
929 :raises ValueError: This is raised if accessed when ``key_agreement``
930 is false.
931
932 .. attribute:: decipher_only
933
934 :type: bool
935
Paul Kehrer738407b2015-04-01 22:39:02 -0500936 When this purposes is set to true and the ``key_agreement`` purpose is
937 also set, the subject public key may be used only for deciphering data
938 while performing key agreement.
Paul Kehrercecbbba2015-03-30 14:58:38 -0500939
940 :raises ValueError: This is raised if accessed when ``key_agreement``
941 is false.
942
943
Paul Kehrer8cf26422015-03-21 09:50:24 -0500944.. class:: BasicConstraints
945
946 .. versionadded:: 0.9
947
Paul Kehrer85894662015-03-22 13:19:31 -0500948 Basic constraints is an X.509 extension type that defines whether a given
Paul Kehrer8cf26422015-03-21 09:50:24 -0500949 certificate is allowed to sign additional certificates and what path
Paul Kehrer85894662015-03-22 13:19:31 -0500950 length restrictions may exist. It corresponds to
951 :data:`OID_BASIC_CONSTRAINTS`.
Paul Kehrer8cf26422015-03-21 09:50:24 -0500952
953 .. attribute:: ca
954
955 :type: bool
956
957 Whether the certificate can sign certificates.
958
959 .. attribute:: path_length
960
Paul Kehrerfd1444c2015-03-21 19:47:05 -0500961 :type: int or None
Paul Kehrer8cf26422015-03-21 09:50:24 -0500962
963 The maximum path length for certificates subordinate to this
964 certificate. This attribute only has meaning if ``ca`` is true.
965 If ``ca`` is true then a path length of None means there's no
966 restriction on the number of subordinate CAs in the certificate chain.
Alex Gaynor99c5f152015-05-03 10:01:04 -0400967 If it is zero or greater then it defines the maximum length for a
968 subordinate CA's certificate chain. For example, a ``path_length`` of 1
969 means the certificate can sign a subordinate CA, but the subordinate CA
970 is not allowed to create subordinates with ``ca`` set to true.
Paul Kehrer8cf26422015-03-21 09:50:24 -0500971
Paul Kehrerffa2a152015-03-31 08:18:25 -0500972.. class:: ExtendedKeyUsage
973
974 .. versionadded:: 0.9
975
976 This extension indicates one or more purposes for which the certified
977 public key may be used, in addition to or in place of the basic
978 purposes indicated in the key usage extension. The object is
979 iterable to obtain the list of :ref:`extended key usage OIDs <eku_oids>`.
980
Paul Kehrer4a1038e2015-05-18 10:28:31 -0700981.. class:: OCSPNoCheck
982
Paul Kehrer506a2152015-05-26 08:01:18 -0500983 .. versionadded:: 1.0
Paul Kehrer4a1038e2015-05-18 10:28:31 -0700984
985 This presence of this extension indicates that an OCSP client can trust a
986 responder for the lifetime of the responder's certificate. CAs issuing
987 such a certificate should realize that a compromise of the responder's key
988 is as serious as the compromise of a CA key used to sign CRLs, at least for
989 the validity period of this certificate. CA's may choose to issue this type
990 of certificate with a very short lifetime and renew it frequently. This
991 extension is only relevant when the certificate is an authorized OCSP
992 responder.
993
Paul Kehrere0017be2015-05-17 20:39:40 -0600994.. class:: NameConstraints
995
996 .. versionadded:: 1.0
997
998 The name constraints extension, which only has meaning in a CA certificate,
999 defines a name space within which all subject names in certificates issued
1000 beneath the CA certificate must (or must not) be in. For specific details
1001 on the way this extension should be processed see :rfc:`5280`.
1002
1003 .. attribute:: permitted_subtrees
1004
1005 :type: list of :class:`GeneralName` objects or None
1006
1007 The set of permitted name patterns. If a name matches this and an
1008 element in ``excluded_subtrees`` it is invalid. At least one of
1009 ``permitted_subtrees`` and ``excluded_subtrees`` will be non-None.
1010
1011 .. attribute:: excluded_subtrees
1012
1013 :type: list of :class:`GeneralName` objects or None
1014
1015 Any name matching a restriction in the ``excluded_subtrees`` field is
1016 invalid regardless of information appearing in the
1017 ``permitted_subtrees``. At least one of ``permitted_subtrees`` and
1018 ``excluded_subtrees`` will be non-None.
1019
Paul Kehrer2eb4ed92015-04-11 15:33:45 -04001020.. class:: AuthorityKeyIdentifier
1021
1022 .. versionadded:: 0.9
1023
1024 The authority key identifier extension provides a means of identifying the
1025 public key corresponding to the private key used to sign a certificate.
Paul Kehrer8c8cd722015-04-19 09:15:04 -05001026 This extension is typically used to assist in determining the appropriate
1027 certificate chain. For more information about generation and use of this
1028 extension see `RFC 5280 section 4.2.1.1`_.
Paul Kehrer2eb4ed92015-04-11 15:33:45 -04001029
1030 .. attribute:: key_identifier
1031
1032 :type: bytes
1033
Paul Kehrer9104b1d2015-04-18 09:23:44 -05001034 A value derived from the public key used to verify the certificate's
Paul Kehrer8c8cd722015-04-19 09:15:04 -05001035 signature.
Paul Kehrer9104b1d2015-04-18 09:23:44 -05001036
Paul Kehrer2eb4ed92015-04-11 15:33:45 -04001037 .. attribute:: authority_cert_issuer
1038
1039 :type: :class:`Name` or None
1040
Paul Kehrer9104b1d2015-04-18 09:23:44 -05001041 The :class:`Name` of the issuer's issuer.
1042
Paul Kehrer2eb4ed92015-04-11 15:33:45 -04001043 .. attribute:: authority_cert_serial_number
1044
1045 :type: int or None
1046
Paul Kehrer9104b1d2015-04-18 09:23:44 -05001047 The serial number of the issuer's issuer.
1048
Paul Kehrer1eb82a62015-03-31 20:00:33 -05001049.. class:: SubjectKeyIdentifier
1050
1051 .. versionadded:: 0.9
1052
1053 The subject key identifier extension provides a means of identifying
1054 certificates that contain a particular public key.
1055
1056 .. attribute:: digest
1057
1058 :type: bytes
1059
1060 The binary value of the identifier.
1061
Paul Kehrer31bdf792015-03-25 14:11:00 -05001062.. class:: SubjectAlternativeName
1063
1064 .. versionadded:: 0.9
1065
1066 Subject alternative name is an X.509 extension that provides a list of
1067 :ref:`general name <general_name_classes>` instances that provide a set
1068 of identities for which the certificate is valid. The object is iterable to
1069 get every element.
1070
1071 .. method:: get_values_for_type(type)
1072
1073 :param type: A :class:`GeneralName` provider. This is one of the
1074 :ref:`general name classes <general_name_classes>`.
1075
1076 :returns: A list of values extracted from the matched general names.
Joshua Taubererd2afad32015-07-06 22:37:53 +00001077 The type of the returned values depends on the :class:`GeneralName`.
Paul Kehrer31bdf792015-03-25 14:11:00 -05001078
Paul Kehrer93ae8052015-05-02 23:18:09 -05001079 .. doctest::
1080
1081 >>> from cryptography import x509
1082 >>> from cryptography.hazmat.backends import default_backend
1083 >>> from cryptography.hazmat.primitives import hashes
1084 >>> cert = x509.load_pem_x509_certificate(cryptography_cert_pem, default_backend())
Paul Kehrerd0cd5072015-05-02 23:27:00 -05001085 >>> # Get the subjectAltName extension from the certificate
Paul Kehrer93ae8052015-05-02 23:18:09 -05001086 >>> ext = cert.extensions.get_extension_for_oid(x509.OID_SUBJECT_ALTERNATIVE_NAME)
Paul Kehrerd0cd5072015-05-02 23:27:00 -05001087 >>> # Get the dNSName entries from the SAN extension
1088 >>> ext.value.get_values_for_type(x509.DNSName)
Paul Kehrer93ae8052015-05-02 23:18:09 -05001089 [u'www.cryptography.io', u'cryptography.io']
1090
Paul Kehrer8cf26422015-03-21 09:50:24 -05001091
Paul Kehrer99125c92015-06-07 18:37:10 -05001092.. class:: IssuerAlternativeName
1093
1094 .. versionadded:: 1.0
1095
1096 Issuer alternative name is an X.509 extension that provides a list of
1097 :ref:`general name <general_name_classes>` instances that provide a set
1098 of identities for the certificate issuer. The object is iterable to
1099 get every element.
1100
1101 .. method:: get_values_for_type(type)
1102
1103 :param type: A :class:`GeneralName` provider. This is one of the
1104 :ref:`general name classes <general_name_classes>`.
1105
1106 :returns: A list of values extracted from the matched general names.
1107
1108
Paul Kehrer3e6d5582015-05-02 21:57:56 -05001109.. class:: AuthorityInformationAccess
1110
1111 .. versionadded:: 0.9
1112
1113 The authority information access extension indicates how to access
1114 information and services for the issuer of the certificate in which
1115 the extension appears. Information and services may include online
1116 validation services (such as OCSP) and issuer data. It is an iterable,
1117 containing one or more :class:`AccessDescription` instances.
1118
1119
1120.. class:: AccessDescription
1121
Paul Kehrer5a485522015-05-06 00:29:12 -05001122 .. versionadded:: 0.9
1123
Paul Kehrer3e6d5582015-05-02 21:57:56 -05001124 .. attribute:: access_method
1125
1126 :type: :class:`ObjectIdentifier`
1127
Paul Kehrerf506bca2015-05-02 22:31:47 -05001128 The access method defines what the ``access_location`` means. It must
1129 be either :data:`OID_OCSP` or :data:`OID_CA_ISSUERS`. If it is
1130 :data:`OID_OCSP` the access location will be where to obtain OCSP
1131 information for the certificate. If it is :data:`OID_CA_ISSUERS` the
1132 access location will provide additional information about the issuing
1133 certificate.
Paul Kehrer3e6d5582015-05-02 21:57:56 -05001134
1135 .. attribute:: access_location
1136
1137 :type: :class:`GeneralName`
1138
Paul Kehrerf506bca2015-05-02 22:31:47 -05001139 Where to access the information defined by the access method.
1140
Paul Kehrer5a485522015-05-06 00:29:12 -05001141.. class:: CRLDistributionPoints
1142
1143 .. versionadded:: 0.9
1144
1145 The CRL distribution points extension identifies how CRL information is
1146 obtained. It is an iterable, containing one or more
1147 :class:`DistributionPoint` instances.
1148
1149.. class:: DistributionPoint
1150
1151 .. versionadded:: 0.9
1152
Paul Kehrer4e8dacd2015-05-09 10:38:23 -05001153 .. attribute:: full_name
Paul Kehrer5a485522015-05-06 00:29:12 -05001154
Paul Kehrer4e8dacd2015-05-09 10:38:23 -05001155 :type: list of :class:`GeneralName` instances or None
Paul Kehrer5a485522015-05-06 00:29:12 -05001156
Paul Kehrerf2c072b2015-05-09 17:04:28 -05001157 This field describes methods to retrieve the CRL. At most one of
1158 ``full_name`` or ``relative_name`` will be non-None.
Paul Kehrer4e8dacd2015-05-09 10:38:23 -05001159
1160 .. attribute:: relative_name
1161
1162 :type: :class:`Name` or None
1163
1164 This field describes methods to retrieve the CRL relative to the CRL
Paul Kehrerf2c072b2015-05-09 17:04:28 -05001165 issuer. At most one of ``full_name`` or ``relative_name`` will be
1166 non-None.
Paul Kehrer5a485522015-05-06 00:29:12 -05001167
1168 .. attribute:: crl_issuer
1169
1170 :type: list of :class:`GeneralName` instances or None
1171
1172 Information about the issuer of the CRL.
1173
1174 .. attribute:: reasons
1175
Paul Kehrer3fd02602015-05-09 19:46:13 -05001176 :type: frozenset of :class:`ReasonFlags` or None
Paul Kehrer5a485522015-05-06 00:29:12 -05001177
1178 The reasons a given distribution point may be used for when performing
1179 revocation checks.
1180
1181.. class:: ReasonFlags
1182
1183 .. versionadded:: 0.9
1184
Paul Kehrer4e8dacd2015-05-09 10:38:23 -05001185 An enumeration for CRL reasons.
1186
1187 .. attribute:: unspecified
1188
1189 It is unspecified why the certificate was revoked. This reason cannot
1190 be used as a reason flag in a :class:`DistributionPoint`.
Paul Kehrer5a485522015-05-06 00:29:12 -05001191
1192 .. attribute:: key_compromise
1193
Paul Kehrer4e8dacd2015-05-09 10:38:23 -05001194 This reason indicates that the private key was compromised.
Paul Kehrer5a485522015-05-06 00:29:12 -05001195
1196 .. attribute:: ca_compromise
1197
Paul Kehrer4e8dacd2015-05-09 10:38:23 -05001198 This reason indicates that the CA issuing the certificate was
1199 compromised.
Paul Kehrer5a485522015-05-06 00:29:12 -05001200
1201 .. attribute:: affiliation_changed
1202
Paul Kehrer4e8dacd2015-05-09 10:38:23 -05001203 This reason indicates that the subject's name or other information has
1204 changed.
Paul Kehrer5a485522015-05-06 00:29:12 -05001205
1206 .. attribute:: superseded
1207
Paul Kehrer4e8dacd2015-05-09 10:38:23 -05001208 This reason indicates that a certificate has been superseded.
Paul Kehrer5a485522015-05-06 00:29:12 -05001209
1210 .. attribute:: cessation_of_operation
1211
Paul Kehrer4e8dacd2015-05-09 10:38:23 -05001212 This reason indicates that the certificate is no longer required.
Paul Kehrer5a485522015-05-06 00:29:12 -05001213
1214 .. attribute:: certificate_hold
1215
Paul Kehrer4e8dacd2015-05-09 10:38:23 -05001216 This reason indicates that the certificate is on hold.
Paul Kehrer5a485522015-05-06 00:29:12 -05001217
1218 .. attribute:: privilege_withdrawn
1219
Paul Kehrer4e8dacd2015-05-09 10:38:23 -05001220 This reason indicates that the privilege granted by this certificate
1221 have been withdrawn.
Paul Kehrer5a485522015-05-06 00:29:12 -05001222
1223 .. attribute:: aa_compromise
1224
Paul Kehrer4e8dacd2015-05-09 10:38:23 -05001225 When an attribute authority has been compromised.
1226
1227 .. attribute:: remove_from_crl
1228
1229 This reason indicates that the certificate was on hold and should be
1230 removed from the CRL. This reason cannot be used as a reason flag
1231 in a :class:`DistributionPoint`.
Paul Kehrer5a485522015-05-06 00:29:12 -05001232
Paul Kehrer16fae762015-05-01 23:14:20 -05001233.. class:: InhibitAnyPolicy
1234
1235 .. versionadded:: 1.0
1236
1237 The inhibit ``anyPolicy`` extension indicates that the special OID
1238 :data:`OID_ANY_POLICY`, is not considered an explicit match for other
1239 :class:`CertificatePolicies` except when it appears in an intermediate
1240 self-issued CA certificate. The value indicates the number of additional
1241 non-self-issued certificates that may appear in the path before
1242 :data:`OID_ANY_POLICY` is no longer permitted. For example, a value
1243 of one indicates that :data:`OID_ANY_POLICY` may be processed in
1244 certificates issued by the subject of this certificate, but not in
1245 additional certificates in the path.
1246
1247 .. attribute:: skip_certs
1248
1249 :type: int
1250
Paul Kehrer0d210922015-04-28 17:31:07 -05001251.. class:: CertificatePolicies
1252
1253 .. versionadded:: 0.9
1254
Paul Kehrer2e879742015-05-02 23:09:56 -05001255 The certificate policies extension is an iterable, containing one or more
1256 :class:`PolicyInformation` instances.
Paul Kehrer0d210922015-04-28 17:31:07 -05001257
1258Certificate Policies Classes
1259~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1260
1261These classes may be present within a :class:`CertificatePolicies` instance.
1262
1263.. class:: PolicyInformation
1264
1265 .. versionadded:: 0.9
1266
1267 Contains a policy identifier and an optional list of qualifiers.
1268
1269 .. attribute:: policy_identifier
1270
1271 :type: :class:`ObjectIdentifier`
1272
1273 .. attribute:: policy_qualifiers
1274
1275 :type: list
1276
Paul Kehrerba35b3b2015-05-10 13:07:59 -05001277 A list consisting of :term:`text` and/or :class:`UserNotice` objects.
Paul Kehrer3f8ddeb2015-05-11 00:25:36 -05001278 If the value is text it is a pointer to the practice statement
1279 published by the certificate authority. If it is a user notice it is
1280 meant for display to the relying party when the certificate is
1281 used.
Paul Kehrer2e879742015-05-02 23:09:56 -05001282
Paul Kehrer0d210922015-04-28 17:31:07 -05001283.. class:: UserNotice
1284
1285 .. versionadded:: 0.9
1286
Paul Kehrer2e879742015-05-02 23:09:56 -05001287 User notices are intended for display to a relying party when a certificate
1288 is used. In practice, few if any UIs expose this data and it is a rarely
1289 encoded component.
1290
Paul Kehrer0d210922015-04-28 17:31:07 -05001291 .. attribute:: notice_reference
1292
1293 :type: :class:`NoticeReference` or None
1294
Paul Kehrer2e879742015-05-02 23:09:56 -05001295 The notice reference field names an organization and identifies,
1296 by number, a particular statement prepared by that organization.
1297
Paul Kehrer0d210922015-04-28 17:31:07 -05001298 .. attribute:: explicit_text
1299
Paul Kehrer2e879742015-05-02 23:09:56 -05001300 This field includes an arbitrary textual statement directly in the
1301 certificate.
1302
Paul Kehrer0d210922015-04-28 17:31:07 -05001303 :type: :term:`text`
1304
1305.. class:: NoticeReference
1306
Paul Kehrer2e879742015-05-02 23:09:56 -05001307 Notice reference can name an organization and provide information about
1308 notices related to the certificate. For example, it might identify the
1309 organization name and notice number 1. Application software could
1310 have a notice file containing the current set of notices for the named
1311 organization; the application would then extract the notice text from the
1312 file and display it. In practice this is rarely seen.
1313
Paul Kehrer0d210922015-04-28 17:31:07 -05001314 .. versionadded:: 0.9
1315
1316 .. attribute:: organization
1317
Paul Kehrer66c61702015-05-12 16:39:18 -05001318 :type: :term:`text`
Paul Kehrer0d210922015-04-28 17:31:07 -05001319
Paul Kehrer3f8ddeb2015-05-11 00:25:36 -05001320 .. attribute:: notice_numbers
Paul Kehrer0d210922015-04-28 17:31:07 -05001321
Paul Kehrer66c61702015-05-12 16:39:18 -05001322 :type: list
Paul Kehrer0d210922015-04-28 17:31:07 -05001323
Paul Kehrer66c61702015-05-12 16:39:18 -05001324 A list of integers.
Paul Kehrer0d210922015-04-28 17:31:07 -05001325
Paul Kehrer912d3fb2015-01-29 11:19:22 -06001326Object Identifiers
1327~~~~~~~~~~~~~~~~~~
1328
Paul Kehrer4bb46492015-02-07 16:59:14 -06001329X.509 elements are frequently identified by :class:`ObjectIdentifier`
1330instances. The following common OIDs are available as constants.
Paul Kehrer912d3fb2015-01-29 11:19:22 -06001331
Paul Kehrer56da2a52015-02-11 23:35:07 -06001332Name OIDs
1333~~~~~~~~~
1334
Paul Kehrer912d3fb2015-01-29 11:19:22 -06001335.. data:: OID_COMMON_NAME
1336
Paul Kehrerfb5ac9e2015-02-07 16:29:37 -06001337 Corresponds to the dotted string ``"2.5.4.3"``. Historically the domain
1338 name would be encoded here for server certificates. :rfc:`2818` deprecates
1339 this practice and names of that type should now be located in a
Paul Kehrer4bb46492015-02-07 16:59:14 -06001340 SubjectAlternativeName extension. This OID is typically seen in X.509 names.
Paul Kehrer858b9b72015-02-05 09:50:31 -06001341
Paul Kehrer912d3fb2015-01-29 11:19:22 -06001342.. data:: OID_COUNTRY_NAME
1343
Paul Kehrer4bb46492015-02-07 16:59:14 -06001344 Corresponds to the dotted string ``"2.5.4.6"``. This OID is typically seen
1345 in X.509 names.
Paul Kehrer858b9b72015-02-05 09:50:31 -06001346
Paul Kehrer912d3fb2015-01-29 11:19:22 -06001347.. data:: OID_LOCALITY_NAME
1348
Paul Kehrer4bb46492015-02-07 16:59:14 -06001349 Corresponds to the dotted string ``"2.5.4.7"``. This OID is typically seen
1350 in X.509 names.
Paul Kehrer858b9b72015-02-05 09:50:31 -06001351
Paul Kehrer912d3fb2015-01-29 11:19:22 -06001352.. data:: OID_STATE_OR_PROVINCE_NAME
1353
Paul Kehrer4bb46492015-02-07 16:59:14 -06001354 Corresponds to the dotted string ``"2.5.4.8"``. This OID is typically seen
1355 in X.509 names.
Paul Kehrer858b9b72015-02-05 09:50:31 -06001356
Paul Kehrer912d3fb2015-01-29 11:19:22 -06001357.. data:: OID_ORGANIZATION_NAME
1358
Paul Kehrer4bb46492015-02-07 16:59:14 -06001359 Corresponds to the dotted string ``"2.5.4.10"``. This OID is typically seen
1360 in X.509 names.
Paul Kehrer858b9b72015-02-05 09:50:31 -06001361
Paul Kehrer912d3fb2015-01-29 11:19:22 -06001362.. data:: OID_ORGANIZATIONAL_UNIT_NAME
1363
Paul Kehrer4bb46492015-02-07 16:59:14 -06001364 Corresponds to the dotted string ``"2.5.4.11"``. This OID is typically seen
1365 in X.509 names.
Paul Kehrer858b9b72015-02-05 09:50:31 -06001366
Paul Kehrer912d3fb2015-01-29 11:19:22 -06001367.. data:: OID_SERIAL_NUMBER
1368
Paul Kehrerfb5ac9e2015-02-07 16:29:37 -06001369 Corresponds to the dotted string ``"2.5.4.5"``. This is distinct from the
1370 serial number of the certificate itself (which can be obtained with
Paul Kehrer4bb46492015-02-07 16:59:14 -06001371 :func:`Certificate.serial`). This OID is typically seen in X.509 names.
Paul Kehrer858b9b72015-02-05 09:50:31 -06001372
Paul Kehrer912d3fb2015-01-29 11:19:22 -06001373.. data:: OID_SURNAME
1374
Paul Kehrer4bb46492015-02-07 16:59:14 -06001375 Corresponds to the dotted string ``"2.5.4.4"``. This OID is typically seen
1376 in X.509 names.
Paul Kehrer858b9b72015-02-05 09:50:31 -06001377
Paul Kehrer912d3fb2015-01-29 11:19:22 -06001378.. data:: OID_GIVEN_NAME
1379
Paul Kehrer4bb46492015-02-07 16:59:14 -06001380 Corresponds to the dotted string ``"2.5.4.42"``. This OID is typically seen
1381 in X.509 names.
Paul Kehrer858b9b72015-02-05 09:50:31 -06001382
Paul Kehrer912d3fb2015-01-29 11:19:22 -06001383.. data:: OID_TITLE
1384
Paul Kehrer4bb46492015-02-07 16:59:14 -06001385 Corresponds to the dotted string ``"2.5.4.12"``. This OID is typically seen
1386 in X.509 names.
Paul Kehrer858b9b72015-02-05 09:50:31 -06001387
Paul Kehrer912d3fb2015-01-29 11:19:22 -06001388.. data:: OID_GENERATION_QUALIFIER
1389
Paul Kehrer4bb46492015-02-07 16:59:14 -06001390 Corresponds to the dotted string ``"2.5.4.44"``. This OID is typically seen
1391 in X.509 names.
Paul Kehrer858b9b72015-02-05 09:50:31 -06001392
Paul Kehrer912d3fb2015-01-29 11:19:22 -06001393.. data:: OID_DN_QUALIFIER
1394
Paul Kehrerfb5ac9e2015-02-07 16:29:37 -06001395 Corresponds to the dotted string ``"2.5.4.46"``. This specifies
1396 disambiguating information to add to the relative distinguished name of an
Paul Kehrer4bb46492015-02-07 16:59:14 -06001397 entry. See :rfc:`2256`. This OID is typically seen in X.509 names.
Paul Kehrer858b9b72015-02-05 09:50:31 -06001398
Paul Kehrer912d3fb2015-01-29 11:19:22 -06001399.. data:: OID_PSEUDONYM
1400
Paul Kehrer4bb46492015-02-07 16:59:14 -06001401 Corresponds to the dotted string ``"2.5.4.65"``. This OID is typically seen
1402 in X.509 names.
Paul Kehrer858b9b72015-02-05 09:50:31 -06001403
Paul Kehrer912d3fb2015-01-29 11:19:22 -06001404.. data:: OID_DOMAIN_COMPONENT
1405
Paul Kehrerfb5ac9e2015-02-07 16:29:37 -06001406 Corresponds to the dotted string ``"0.9.2342.19200300.100.1.25"``. A string
Paul Kehrer4bb46492015-02-07 16:59:14 -06001407 holding one component of a domain name. See :rfc:`4519`. This OID is
1408 typically seen in X.509 names.
Paul Kehrer858b9b72015-02-05 09:50:31 -06001409
Paul Kehrer912d3fb2015-01-29 11:19:22 -06001410.. data:: OID_EMAIL_ADDRESS
1411
Paul Kehrer4bb46492015-02-07 16:59:14 -06001412 Corresponds to the dotted string ``"1.2.840.113549.1.9.1"``. This OID is
1413 typically seen in X.509 names.
Paul Kehrer858b9b72015-02-05 09:50:31 -06001414
Paul Kehrer56da2a52015-02-11 23:35:07 -06001415Signature Algorithm OIDs
1416~~~~~~~~~~~~~~~~~~~~~~~~
1417
Paul Kehrer1a7ba872015-02-19 18:09:05 -06001418.. data:: OID_RSA_WITH_MD5
Paul Kehrer56da2a52015-02-11 23:35:07 -06001419
1420 Corresponds to the dotted string ``"1.2.840.113549.1.1.4"``. This is
1421 an MD5 digest signed by an RSA key.
1422
Paul Kehrer1a7ba872015-02-19 18:09:05 -06001423.. data:: OID_RSA_WITH_SHA1
Paul Kehrer56da2a52015-02-11 23:35:07 -06001424
1425 Corresponds to the dotted string ``"1.2.840.113549.1.1.5"``. This is
1426 a SHA1 digest signed by an RSA key.
1427
Paul Kehrer1a7ba872015-02-19 18:09:05 -06001428.. data:: OID_RSA_WITH_SHA224
Paul Kehrer56da2a52015-02-11 23:35:07 -06001429
1430 Corresponds to the dotted string ``"1.2.840.113549.1.1.14"``. This is
1431 a SHA224 digest signed by an RSA key.
1432
Paul Kehrer1a7ba872015-02-19 18:09:05 -06001433.. data:: OID_RSA_WITH_SHA256
Paul Kehrer56da2a52015-02-11 23:35:07 -06001434
1435 Corresponds to the dotted string ``"1.2.840.113549.1.1.11"``. This is
1436 a SHA256 digest signed by an RSA key.
1437
Paul Kehrer1a7ba872015-02-19 18:09:05 -06001438.. data:: OID_RSA_WITH_SHA384
Paul Kehrer56da2a52015-02-11 23:35:07 -06001439
1440 Corresponds to the dotted string ``"1.2.840.113549.1.1.12"``. This is
1441 a SHA384 digest signed by an RSA key.
1442
Paul Kehrer1a7ba872015-02-19 18:09:05 -06001443.. data:: OID_RSA_WITH_SHA512
Paul Kehrer56da2a52015-02-11 23:35:07 -06001444
1445 Corresponds to the dotted string ``"1.2.840.113549.1.1.13"``. This is
1446 a SHA512 digest signed by an RSA key.
1447
Alex Gaynor3aadabf2015-06-23 22:06:21 -04001448.. data:: OID_ECDSA_WITH_SHA1
1449
1450 Corresponds to the dotted string ``"1.2.840.10045.4.1"``. This is a SHA1
1451 digest signed by an ECDSA key.
1452
Paul Kehrer56da2a52015-02-11 23:35:07 -06001453.. data:: OID_ECDSA_WITH_SHA224
1454
1455 Corresponds to the dotted string ``"1.2.840.10045.4.3.1"``. This is
1456 a SHA224 digest signed by an ECDSA key.
1457
1458.. data:: OID_ECDSA_WITH_SHA256
1459
1460 Corresponds to the dotted string ``"1.2.840.10045.4.3.2"``. This is
1461 a SHA256 digest signed by an ECDSA key.
1462
1463.. data:: OID_ECDSA_WITH_SHA384
1464
1465 Corresponds to the dotted string ``"1.2.840.10045.4.3.3"``. This is
1466 a SHA384 digest signed by an ECDSA key.
1467
1468.. data:: OID_ECDSA_WITH_SHA512
1469
1470 Corresponds to the dotted string ``"1.2.840.10045.4.3.4"``. This is
1471 a SHA512 digest signed by an ECDSA key.
1472
1473.. data:: OID_DSA_WITH_SHA1
1474
1475 Corresponds to the dotted string ``"1.2.840.10040.4.3"``. This is
1476 a SHA1 digest signed by a DSA key.
1477
1478.. data:: OID_DSA_WITH_SHA224
1479
1480 Corresponds to the dotted string ``"2.16.840.1.101.3.4.3.1"``. This is
1481 a SHA224 digest signed by a DSA key.
1482
1483.. data:: OID_DSA_WITH_SHA256
1484
Paul Kehrerfbb7ac82015-03-16 19:26:29 -05001485 Corresponds to the dotted string ``"2.16.840.1.101.3.4.3.2"``. This is
Paul Kehrer56da2a52015-02-11 23:35:07 -06001486 a SHA256 digest signed by a DSA key.
1487
Paul Kehrerffa2a152015-03-31 08:18:25 -05001488.. _eku_oids:
1489
Paul Kehrere1513fa2015-03-30 23:08:17 -05001490Extended Key Usage OIDs
1491~~~~~~~~~~~~~~~~~~~~~~~
1492
1493.. data:: OID_SERVER_AUTH
1494
1495 Corresponds to the dotted string ``"1.3.6.1.5.5.7.3.1"``. This is used to
1496 denote that a certificate may be used for TLS web server authentication.
1497
1498.. data:: OID_CLIENT_AUTH
1499
1500 Corresponds to the dotted string ``"1.3.6.1.5.5.7.3.2"``. This is used to
1501 denote that a certificate may be used for TLS web client authentication.
1502
1503.. data:: OID_CODE_SIGNING
1504
1505 Corresponds to the dotted string ``"1.3.6.1.5.5.7.3.3"``. This is used to
1506 denote that a certificate may be used for code signing.
1507
1508.. data:: OID_EMAIL_PROTECTION
1509
1510 Corresponds to the dotted string ``"1.3.6.1.5.5.7.3.4"``. This is used to
1511 denote that a certificate may be used for email protection.
1512
1513.. data:: OID_TIME_STAMPING
1514
1515 Corresponds to the dotted string ``"1.3.6.1.5.5.7.3.8"``. This is used to
1516 denote that a certificate may be used for time stamping.
1517
1518.. data:: OID_OCSP_SIGNING
1519
1520 Corresponds to the dotted string ``"1.3.6.1.5.5.7.3.9"``. This is used to
1521 denote that a certificate may be used for signing OCSP responses.
1522
Paul Kehrer3e6d5582015-05-02 21:57:56 -05001523Authority Information Access OIDs
1524~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1525
1526.. data:: OID_OCSP
1527
1528 Corresponds to the dotted string ``"1.3.6.1.5.5.7.48.1"``. Used as the
1529 identifier for OCSP data in :class:`AccessDescription` objects.
1530
1531.. data:: OID_CA_ISSUERS
1532
1533 Corresponds to the dotted string ``"1.3.6.1.5.5.7.48.2"``. Used as the
1534 identifier for CA issuer data in :class:`AccessDescription` objects.
1535
Paul Kehrer2e879742015-05-02 23:09:56 -05001536Policy Qualifier OIDs
1537~~~~~~~~~~~~~~~~~~~~~
1538
1539.. data:: OID_CPS_QUALIFIER
1540
Paul Kehrerba35b3b2015-05-10 13:07:59 -05001541 Corresponds to the dotted string ``"1.3.6.1.5.5.7.2.1"``.
Paul Kehrer2e879742015-05-02 23:09:56 -05001542
1543.. data:: OID_CPS_USER_NOTICE
1544
Paul Kehrerba35b3b2015-05-10 13:07:59 -05001545 Corresponds to the dotted string ``"1.3.6.1.5.5.7.2.2"``.
Paul Kehrer2e879742015-05-02 23:09:56 -05001546
Paul Kehrer16fae762015-05-01 23:14:20 -05001547.. data:: OID_ANY_POLICY
1548
1549 Corresponds to the dotted string ``"2.5.29.32.0"``.
1550
Paul Kehrer5553d572015-03-23 21:08:01 -05001551.. _extension_oids:
1552
Paul Kehrer2bb94642015-03-21 09:54:17 -05001553Extension OIDs
1554~~~~~~~~~~~~~~
1555
1556.. data:: OID_BASIC_CONSTRAINTS
1557
1558 Corresponds to the dotted string ``"2.5.29.19"``. The identifier for the
Paul Kehrer611d3d32015-03-22 13:31:18 -05001559 :class:`BasicConstraints` extension type.
Paul Kehrer2bb94642015-03-21 09:54:17 -05001560
Paul Kehrercecbbba2015-03-30 14:58:38 -05001561.. data:: OID_KEY_USAGE
1562
1563 Corresponds to the dotted string ``"2.5.29.15"``. The identifier for the
1564 :class:`KeyUsage` extension type.
1565
Paul Kehrerd4f632e2015-05-12 08:25:42 -05001566.. data:: OID_SUBJECT_ALTERNATIVE_NAME
1567
1568 Corresponds to the dotted string ``"2.5.29.17"``. The identifier for the
1569 :class:`SubjectAlternativeName` extension type.
1570
Paul Kehrer99125c92015-06-07 18:37:10 -05001571.. data:: OID_ISSUER_ALTERNATIVE_NAME
1572
1573 Corresponds to the dotted string ``"2.5.29.18"``. The identifier for the
1574 :class:`IssuerAlternativeName` extension type.
1575
Paul Kehrerd4f632e2015-05-12 08:25:42 -05001576.. data:: OID_SUBJECT_KEY_IDENTIFIER
1577
1578 Corresponds to the dotted string ``"2.5.29.14"``. The identifier for the
1579 :class:`SubjectKeyIdentifier` extension type.
1580
Paul Kehrere0017be2015-05-17 20:39:40 -06001581.. data:: OID_NAME_CONSTRAINTS
1582
1583 Corresponds to the dotted string ``"2.5.29.30"``. The identifier for the
1584 :class:`NameConstraints` extension type.
1585
Paul Kehrerd4f632e2015-05-12 08:25:42 -05001586.. data:: OID_CRL_DISTRIBUTION_POINTS
1587
1588 Corresponds to the dotted string ``"2.5.29.31"``. The identifier for the
1589 :class:`CRLDistributionPoints` extension type.
1590
1591.. data:: OID_CERTIFICATE_POLICIES
1592
1593 Corresponds to the dotted string ``"2.5.29.32"``. The identifier for the
1594 :class:`CertificatePolicies` extension type.
1595
1596.. data:: OID_AUTHORITY_KEY_IDENTIFIER
1597
1598 Corresponds to the dotted string ``"2.5.29.35"``. The identifier for the
1599 :class:`AuthorityKeyIdentifier` extension type.
1600
1601.. data:: OID_EXTENDED_KEY_USAGE
1602
1603 Corresponds to the dotted string ``"2.5.29.37"``. The identifier for the
1604 :class:`ExtendedKeyUsage` extension type.
1605
1606.. data:: OID_AUTHORITY_INFORMATION_ACCESS
1607
1608 Corresponds to the dotted string ``"1.3.6.1.5.5.7.1.1"``. The identifier
1609 for the :class:`AuthorityInformationAccess` extension type.
Paul Kehrer56da2a52015-02-11 23:35:07 -06001610
Paul Kehrer4a1038e2015-05-18 10:28:31 -07001611.. data:: OID_OCSP_NO_CHECK
1612
1613 Corresponds to the dotted string ``"1.3.6.1.5.5.7.48.1.5"``. The identifier
1614 for the :class:`OCSPNoCheck` extension type.
1615
Paul Kehrer912d3fb2015-01-29 11:19:22 -06001616Exceptions
1617~~~~~~~~~~
1618
Paul Kehrere76cd272014-12-14 19:00:51 -06001619.. class:: InvalidVersion
Paul Kehrera68fd332014-11-27 07:08:40 -10001620
1621 This is raised when an X.509 certificate has an invalid version number.
Paul Kehrer016e08a2014-11-26 09:41:18 -10001622
Paul Kehrerd5cccf72014-12-15 17:20:33 -06001623 .. attribute:: parsed_version
1624
Paul Kehrerbbffc402014-12-17 13:33:55 -06001625 :type: int
1626
1627 Returns the raw version that was parsed from the certificate.
Paul Kehrerd5cccf72014-12-15 17:20:33 -06001628
Paul Kehrerfbb7ac82015-03-16 19:26:29 -05001629.. class:: DuplicateExtension
1630
1631 This is raised when more than one X.509 extension of the same type is
1632 found within a certificate.
1633
1634 .. attribute:: oid
1635
1636 :type: :class:`ObjectIdentifier`
1637
1638 Returns the OID.
1639
1640.. class:: UnsupportedExtension
1641
1642 This is raised when a certificate contains an unsupported extension type.
1643
1644 .. attribute:: oid
1645
1646 :type: :class:`ObjectIdentifier`
1647
1648 Returns the OID.
1649
Paul Kehrerfa56a232015-03-17 13:14:03 -05001650.. class:: ExtensionNotFound
1651
1652 This is raised when calling :meth:`Extensions.get_extension_for_oid` with
1653 an extension OID that is not present in the certificate.
1654
1655 .. attribute:: oid
1656
1657 :type: :class:`ObjectIdentifier`
1658
1659 Returns the OID.
1660
Paul Kehrer9089c912015-04-20 22:15:20 -05001661.. class:: UnsupportedGeneralNameType
1662
1663 This is raised when a certificate contains an unsupported general name
1664 type in an extension.
1665
Paul Kehrerbed07352015-04-21 08:31:10 -05001666 .. attribute:: type
1667
Paul Kehrer0a621bf2015-04-22 09:22:56 -05001668 :type: int
1669
1670 The integer value of the unsupported type. The complete list of
1671 types can be found in `RFC 5280 section 4.2.1.6`_.
Paul Kehrerbed07352015-04-21 08:31:10 -05001672
Paul Kehrer016e08a2014-11-26 09:41:18 -10001673
Paul Kehrerc7c9a432015-04-19 09:20:13 -05001674.. _`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 -05001675.. _`RFC 5280 section 4.2.1.6`: https://tools.ietf.org/html/rfc5280#section-4.2.1.6