aboutsummaryrefslogtreecommitdiffstats
path: root/docs/x509.rst
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize the x509 docs in prep for a tutorialAlex Gaynor2015-07-121-1588/+0
|
* Merge pull request #2108 from mail-in-a-box/masterPaul Kehrer2015-07-081-0/+15
|\ | | | | support othername in general names
| * special-case GeneralNames.get_values_for_type to return OtherName instances ↵Joshua Tauberer2015-07-061-0/+1
| | | | | | | | directly rather than their value properties; tests updated
| * additional tests and doc spelling error fix for OtherNameJoshua Tauberer2015-07-061-1/+1
| |
| * parse SAN otherNames into OtherName instances rather than raising an exceptionJoshua Tauberer2015-07-061-0/+14
| | | | | | | | Test added.
* | Document that public_bytes on certs and CSRs are new in 1.0Alex Gaynor2015-07-051-0/+4
|/
* 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
| | | | | | | | | - Fix typo in the docs (s/buidlder/builder/) - Remove default from the method declaration and docs - Replace ValueError with NotImpelementedError for unsupported X.509 extensions - Add TODO comment as requested by Alex - Fix test to pass critical=False since it no longer is a default value
* 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
| | | | | | | | | - Use keyword arguments for x509.BasicConstraints in several places - Use SHA256 instead of SHA1 in documented examples - Give function variables meaningful names in _encode_asn1_str - Accept a x509.BasicConstraints object in _encode_basic_constraints - Properly garbage-collect some things - Raise a NotImplementedError instead of a ValueError
* 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
| | | | In practice this is rare because the BR requires ECDSA signatures to use SHA256+ (or maybe the requirements for SHA256 just came at the same time as ECDSA, idk)
* 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 class
| * InhibitAnyPolicy classPaul Kehrer2015-05-261-0/+22
| |
* | Merge pull request #1956 from etrauschke/crl_bindings_interfacesPaul Kehrer2015-05-281-1/+80
|\ \ | |/ |/| add bindings and interfaces for CRL objects
| * 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
| | | | document that this is a possible exception
* Merge pull request #1963 from AndreLouisCaron/csr-encodingAlex Gaynor2015-05-181-0/+11
|\ | | | | Adds support for writing CSRs.
| * 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 clear
| * 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 example to show how to get DNSNames from SAN extension
| * | add some commentsPaul Kehrer2015-05-021-2/+3
| | |