aboutsummaryrefslogtreecommitdiffstats
path: root/docs/x509.rst
Commit message (Expand)AuthorAgeFilesLines
* fixed docsAlex Gaynor2015-06-261-1/+1
* Make the parameter ordering in sign() consistent with other codeAlex Gaynor2015-06-261-1/+1
* Address review comments around add_extension methodIan Cordasco2015-06-241-2/+2
* Properly use RSA fixtures to generate private keysIan Cordasco2015-06-241-1/+1
* Address code review regarding style and gcIan Cordasco2015-06-241-6/+2
* Removes set_ prefix on CSR builder method.Andre Caron2015-06-241-2/+2
* Lists support for DSA and EC in CSR builder.Andre Caron2015-06-241-1/+3
* Fully qualifies symbols in doc references.Andre Caron2015-06-241-5/+10
* Changes builder extension API.Andre Caron2015-06-241-6/+6
* Polishes builder documentation,Andre Caron2015-06-241-5/+28
* Adds updates docs for method chaining in CSR builder.Andre Caron2015-06-241-1/+4
* Adds CSR builder.Andre Caron2015-06-241-0/+41
* Added teh OID for ECDSA with SHA1.Alex Gaynor2015-06-231-0/+5
* add nameconstraints classesPaul Kehrer2015-06-211-0/+31
* issuer alternative name supportPaul Kehrer2015-06-071-0/+22
* Merge pull request #1954 from reaperhulk/inhibitanypolicyAlex Gaynor2015-05-291-0/+22
|\
| * InhibitAnyPolicy classPaul Kehrer2015-05-261-0/+22
* | Merge pull request #1956 from etrauschke/crl_bindings_interfacesPaul Kehrer2015-05-281-1/+80
|\ \ | |/ |/|
| * removed verify(), various small fixesErik Trauschke2015-05-281-11/+1
| * doc fixes, rename rekoked -> revoked_certificatesErik Trauschke2015-05-271-3/+3
| * add bindings and interfaces for CRL objectsErik Trauschke2015-05-271-1/+90
* | update all 0.10 to 1.0Paul Kehrer2015-05-261-1/+1
|/
* Adds certificate encoding to PEM and DER.Andre Caron2015-05-191-0/+9
* add test to confirm IDNA2003 is disallowedPaul Kehrer2015-05-181-0/+3
* Merge pull request #1963 from AndreLouisCaron/csr-encodingAlex Gaynor2015-05-181-0/+11
|\
| * Adds support for writing CSRs.Andre Caron2015-05-181-0/+11
* | add ocsp no checkPaul Kehrer2015-05-181-0/+18
|/
* IPAddress needs to support networks for nameconstraintsPaul Kehrer2015-05-171-2/+3
* fix the docs testPaul Kehrer2015-05-121-0/+1
* also update the docs to reflect the non-optional nature of these thingsPaul Kehrer2015-05-121-3/+3
* add OID information about all supported extensionsPaul Kehrer2015-05-121-0/+34
* update docsPaul Kehrer2015-05-111-1/+5
* remove policyqualifierinfo objectPaul Kehrer2015-05-101-28/+3
* expand docsPaul Kehrer2015-05-101-3/+47
* add some docsPaul Kehrer2015-05-101-0/+63
* switch reasons to frozensetPaul Kehrer2015-05-091-1/+1
* update doc languagePaul Kehrer2015-05-091-3/+4
* separate full_name/relative_name and change reasons to an enumerationPaul Kehrer2015-05-091-14/+35
* add CRLDistributionPoints and associated classesPaul Kehrer2015-05-061-0/+72
* authority key identifier support in the openssl backendPaul Kehrer2015-05-031-0/+1
* Merge pull request #1894 from alex/try-to-english-betterPaul Kehrer2015-05-031-4/+4
|\
| * Attempt to make the BasicConstraints.path_length docs more clearAlex Gaynor2015-05-031-4/+4
* | Merge pull request #1893 from reaperhulk/san-exampleAlex Gaynor2015-05-031-0/+48
|\ \
| * | add some commentsPaul Kehrer2015-05-021-2/+3
| * | add example to show how to get DNSNames from SAN extensionPaul Kehrer2015-05-021-0/+47
| |/
* | updates based on review feedbackPaul Kehrer2015-05-021-1/+8
* | add authority information access classesPaul Kehrer2015-05-021-0/+36
|/
* add URI general name supportPaul Kehrer2015-04-281-1/+6
* return only an int for unsupported general name type, update docsPaul Kehrer2015-04-221-1/+5
* update exception to contain detailPaul Kehrer2015-04-211-0/+7