aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
...
* | Document other two parameters from sign methodIan Cordasco2015-07-311-0/+11
| | | | | | | | | | | | | | - Remove incorrect CertificateBuilder doc-string - Check that serial numbers are non-negative and < 160 bits - Check that dates passed aren't earlier than the unix epoch - Remove version from CertificateBuilder.__init__ and version method
* | Remove CertificateBuilder.versionIan Cordasco2015-07-241-7/+0
| | | | | | | | Default CertificateBuilder to Version.v3
* | Fix documentation referring to CertificateBuilder.set_versionIan Cordasco2015-07-211-1/+1
| |
* | Remove unnecessary helper functionsIan Cordasco2015-07-181-10/+6
| | | | | | | | | | - Update documented methods - Do not mute the CertificateBuilder object if no version is set
* | Adds certificate builder.Andre Caron2015-07-181-0/+83
|/
* 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-132-0/+78
|
* fixed this doc tooAlex Gaynor2015-07-121-2/+2
|
* these were movedAlex Gaynor2015-07-121-2/+0
|
* Reorganize the x509 docs in prep for a tutorialAlex Gaynor2015-07-123-7/+17
|
* 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
|/
* Merge pull request #2113 from reaperhulk/new-gn-typesAlex Gaynor2015-07-051-0/+5
|\ | | | | add SAN ediPartyName and x400Address test vectors
| * add SAN ediPartyName and x400Address test vectorsPaul Kehrer2015-07-041-0/+5
| |
* | docs changes based on feedbackPaul Kehrer2015-07-043-3/+3
| |
* | relink some thingsPaul Kehrer2015-07-041-4/+2
| |
* | move PublicKeyWithSerialization methods to PublicKeyPaul Kehrer2015-07-043-21/+21
|/
* Merge pull request #2110 from reaperhulk/remove-with-numbersAlex Gaynor2015-07-043-93/+0
|\ | | | | remove docs for WithNumbers classes that are removed in 1.0
| * remove docs for WithNumbers classes that are removed in 1.0Paul Kehrer2015-07-043-93/+0
| |
* | add some more detail.Paul Kehrer2015-07-041-1/+3
| |
* | add some documentation around the requirement for xcode cli tools on macPaul Kehrer2015-07-042-1/+15
|/
* add name constraints vector with /32 and /128 IP networksPaul Kehrer2015-07-011-0/+3
|
* add more basic name constraints vectorPaul Kehrer2015-06-291-1/+9
|
* add new name constraints vector with invalid IP netmaskPaul Kehrer2015-06-281-0/+3
|
* Merge pull request #2069 from alex/param-orderingPaul Kehrer2015-06-261-2/+2
|\ | | | | Make the parameter ordering in sign() consistent with other code
| * fixed docsAlex Gaynor2015-06-261-1/+1
| |
| * Make the parameter ordering in sign() consistent with other codeAlex Gaynor2015-06-261-1/+1
| |
* | add wildcard IDNA SANPaul Kehrer2015-06-261-0/+3
|/
* add two missing methods to backend interface docsPaul Kehrer2015-06-261-0/+31
|
* 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 wildcard SAN x509 test vectorPaul Kehrer2015-06-232-0/+3
|
* add nameconstraints classesPaul Kehrer2015-06-211-0/+31
|
* Fixed the anchor of a URL that changed on wikipediaAlex Gaynor2015-06-201-1/+1
|
* Merge pull request #2040 from reaperhulk/policy-constraints-vectorsAlex Gaynor2015-06-181-0/+7
|\ | | | | add x509 policy constraints test vectors