Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed #3986 -- properly use unicode for DNSName (#3988) | Alex Gaynor | 2017-10-19 | 1 | -4/+4 |
| | |||||
* | Begin the deprecation of auto-idna for x509.DNSName (#3830) | Alex Gaynor | 2017-07-30 | 1 | -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 Kehrer | 2017-05-24 | 1 | -0/+17 |
| | | | | | | * add some explicit instructions on determining key type in a cert * can't call it a CSR | ||||
* | Update tutorial.rst (#3394) | AlexanderWeyman | 2017-02-13 | 1 | -2/+2 |
| | | | eliminated inconsitency of variable name in sample code | ||||
* | Fixed #3143 -- added the mandatory serial number parameter (#3144) | Alex Gaynor | 2016-09-09 | 1 | -0/+2 |
| | |||||
* | rephrase | Alex Gaynor | 2016-03-14 | 1 | -1/+2 |
| | |||||
* | typo fix | Alex Gaynor | 2016-03-14 | 1 | -1/+1 |
| | |||||
* | Fixes #2301 -- write a tutorial on generating self-signed certificates | Alex Gaynor | 2016-03-14 | 1 | -0/+67 |
| | |||||
* | line length | Alex Gaynor | 2016-02-10 | 1 | -2/+2 |
| | |||||
* | Fix what appears to be a typo | Alex Gaynor | 2016-02-10 | 1 | -1/+1 |
| | |||||
* | Fixed #2318 -- added the missing critical flag to the x509 tutorial | Alex Gaynor | 2015-09-03 | 1 | -6/+9 |
| | |||||
* | Write as binary | Tim Buchwaldt | 2015-08-26 | 1 | -2/+2 |
| | | | At least on Python3 it fails otherwise. | ||||
* | Update tutorial.rst as it was missing an import | Abhijeet Rastogi | 2015-08-15 | 1 | -0/+1 |
| | |||||
* | Fixed a pair of examples in teh docs | Alex Gaynor | 2015-08-12 | 1 | -2/+2 |
| | |||||
* | make import consistent | Paul Kehrer | 2015-08-11 | 1 | -6/+6 |
| | |||||
* | update tutorial to use namespace OIDs | Paul Kehrer | 2015-08-11 | 1 | -5/+6 |
| | |||||
* | fix | Alex Gaynor | 2015-07-16 | 1 | -1/+1 |
| | |||||
* | fixed indent | Alex Gaynor | 2015-07-13 | 1 | -1/+1 |
| | |||||
* | line length and grammar | Alex Gaynor | 2015-07-13 | 1 | -5/+7 |
| | |||||
* | spelling | Alex Gaynor | 2015-07-13 | 1 | -2/+2 |
| | |||||
* | Fixed #2091 -- describe how to generate a CSR. | Alex Gaynor | 2015-07-13 | 1 | -0/+77 |