blob: ef51fbf6220f47ac67831795a2e4980840fc9183 [file] [log] [blame]
Alex Gaynor4af5b372015-07-12 10:30:59 -05001X.509
2=====
3
4X.509 is an ITU-T standard for a `public key infrastructure`_. X.509v3 is
5defined in :rfc:`5280` (which obsoletes :rfc:`2459` and :rfc:`3280`). X.509
6certificates are commonly used in protocols like `TLS`_.
7
8.. toctree::
9 :maxdepth: 2
10
Alex Gaynor11b00cd2015-07-13 21:12:39 -040011 tutorial
Alex Gaynorbca951e2017-03-22 09:17:20 -040012 certificate-transparency
Paul Kehrer732cf642018-08-15 18:04:28 -050013 ocsp
Alex Gaynor4af5b372015-07-12 10:30:59 -050014 reference
15
16.. _`public key infrastructure`: https://en.wikipedia.org/wiki/Public_key_infrastructure
17.. _`TLS`: https://en.wikipedia.org/wiki/Transport_Layer_Security