aboutsummaryrefslogtreecommitdiffstats
path: root/docs/x509/tutorial.rst
Commit message (Collapse)AuthorAgeFilesLines
* full state or province name (#4758)itinerarium2019-02-201-2/+2
| | | | | | | CA -> California 6.3.5 of ITU-T X.520 (10/2016) provides a spelled out sample state. In other contexts, hints generally suggest the "full name" of a state or province. A spelled out state in the sample code might be more consistent with general usage.
* fixed #3986 -- properly use unicode for DNSName (#3988)Alex Gaynor2017-10-191-4/+4
|
* Begin the deprecation of auto-idna for x509.DNSName (#3830)Alex Gaynor2017-07-301-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Begin the deprecation of auto-idna for x509.DNSName Refs #3357 * fix warning * py3k fixes * fix docs * sigh * flake8 * these are words * words * tests for coverage * another test * do idna things * more idna things
* add some explicit instructions on determining key type in a cert (#3596)Paul Kehrer2017-05-241-0/+17
| | | | | | * add some explicit instructions on determining key type in a cert * can't call it a CSR
* Update tutorial.rst (#3394)AlexanderWeyman2017-02-131-2/+2
| | | eliminated inconsitency of variable name in sample code
* Fixed #3143 -- added the mandatory serial number parameter (#3144)Alex Gaynor2016-09-091-0/+2
|
* rephraseAlex Gaynor2016-03-141-1/+2
|
* typo fixAlex Gaynor2016-03-141-1/+1
|
* Fixes #2301 -- write a tutorial on generating self-signed certificatesAlex Gaynor2016-03-141-0/+67
|
* line lengthAlex Gaynor2016-02-101-2/+2
|
* Fix what appears to be a typoAlex Gaynor2016-02-101-1/+1
|
* Fixed #2318 -- added the missing critical flag to the x509 tutorialAlex Gaynor2015-09-031-6/+9
|
* Write as binaryTim Buchwaldt2015-08-261-2/+2
| | | At least on Python3 it fails otherwise.
* Update tutorial.rst as it was missing an importAbhijeet Rastogi2015-08-151-0/+1
|
* Fixed a pair of examples in teh docsAlex Gaynor2015-08-121-2/+2
|
* make import consistentPaul Kehrer2015-08-111-6/+6
|
* update tutorial to use namespace OIDsPaul Kehrer2015-08-111-5/+6
|
* fixAlex Gaynor2015-07-161-1/+1
|
* fixed indentAlex Gaynor2015-07-131-1/+1
|
* line length and grammarAlex Gaynor2015-07-131-5/+7
|
* spellingAlex Gaynor2015-07-131-2/+2
|
* Fixed #2091 -- describe how to generate a CSR.Alex Gaynor2015-07-131-0/+77