Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Remove unnecessary helper functions | Ian Cordasco | 2015-07-18 | 1 | -10/+6 | |
| | | | | | | | | | | - Update documented methods - Do not mute the CertificateBuilder object if no version is set | |||||
* | | Adds certificate builder. | Andre Caron | 2015-07-18 | 1 | -0/+83 | |
|/ | ||||||
* | 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 | 2 | -0/+78 | |
| | ||||||
* | fixed this doc too | Alex Gaynor | 2015-07-12 | 1 | -2/+2 | |
| | ||||||
* | these were moved | Alex Gaynor | 2015-07-12 | 1 | -2/+0 | |
| | ||||||
* | Reorganize the x509 docs in prep for a tutorial | Alex Gaynor | 2015-07-12 | 3 | -7/+17 | |
| | ||||||
* | Merge pull request #2108 from mail-in-a-box/master | Paul Kehrer | 2015-07-08 | 1 | -0/+15 | |
|\ | | | | | support othername in general names | |||||
| * | special-case GeneralNames.get_values_for_type to return OtherName instances ↵ | Joshua Tauberer | 2015-07-06 | 1 | -0/+1 | |
| | | | | | | | | directly rather than their value properties; tests updated | |||||
| * | additional tests and doc spelling error fix for OtherName | Joshua Tauberer | 2015-07-06 | 1 | -1/+1 | |
| | | ||||||
| * | parse SAN otherNames into OtherName instances rather than raising an exception | Joshua Tauberer | 2015-07-06 | 1 | -0/+14 | |
| | | | | | | | | Test added. | |||||
* | | Document that public_bytes on certs and CSRs are new in 1.0 | Alex Gaynor | 2015-07-05 | 1 | -0/+4 | |
|/ | ||||||
* | Merge pull request #2113 from reaperhulk/new-gn-types | Alex Gaynor | 2015-07-05 | 1 | -0/+5 | |
|\ | | | | | add SAN ediPartyName and x400Address test vectors | |||||
| * | add SAN ediPartyName and x400Address test vectors | Paul Kehrer | 2015-07-04 | 1 | -0/+5 | |
| | | ||||||
* | | docs changes based on feedback | Paul Kehrer | 2015-07-04 | 3 | -3/+3 | |
| | | ||||||
* | | relink some things | Paul Kehrer | 2015-07-04 | 1 | -4/+2 | |
| | | ||||||
* | | move PublicKeyWithSerialization methods to PublicKey | Paul Kehrer | 2015-07-04 | 3 | -21/+21 | |
|/ | ||||||
* | Merge pull request #2110 from reaperhulk/remove-with-numbers | Alex Gaynor | 2015-07-04 | 3 | -93/+0 | |
|\ | | | | | remove docs for WithNumbers classes that are removed in 1.0 | |||||
| * | remove docs for WithNumbers classes that are removed in 1.0 | Paul Kehrer | 2015-07-04 | 3 | -93/+0 | |
| | | ||||||
* | | add some more detail. | Paul Kehrer | 2015-07-04 | 1 | -1/+3 | |
| | | ||||||
* | | add some documentation around the requirement for xcode cli tools on mac | Paul Kehrer | 2015-07-04 | 2 | -1/+15 | |
|/ | ||||||
* | add name constraints vector with /32 and /128 IP networks | Paul Kehrer | 2015-07-01 | 1 | -0/+3 | |
| | ||||||
* | add more basic name constraints vector | Paul Kehrer | 2015-06-29 | 1 | -1/+9 | |
| | ||||||
* | add new name constraints vector with invalid IP netmask | Paul Kehrer | 2015-06-28 | 1 | -0/+3 | |
| | ||||||
* | Merge pull request #2069 from alex/param-ordering | Paul Kehrer | 2015-06-26 | 1 | -2/+2 | |
|\ | | | | | Make the parameter ordering in sign() consistent with other code | |||||
| * | fixed docs | Alex Gaynor | 2015-06-26 | 1 | -1/+1 | |
| | | ||||||
| * | Make the parameter ordering in sign() consistent with other code | Alex Gaynor | 2015-06-26 | 1 | -1/+1 | |
| | | ||||||
* | | add wildcard IDNA SAN | Paul Kehrer | 2015-06-26 | 1 | -0/+3 | |
|/ | ||||||
* | add two missing methods to backend interface docs | Paul Kehrer | 2015-06-26 | 1 | -0/+31 | |
| | ||||||
* | Address review comments around add_extension method | Ian Cordasco | 2015-06-24 | 1 | -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 keys | Ian Cordasco | 2015-06-24 | 1 | -1/+1 | |
| | ||||||
* | Address code review regarding style and gc | Ian Cordasco | 2015-06-24 | 1 | -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 Caron | 2015-06-24 | 1 | -2/+2 | |
| | ||||||
* | Lists support for DSA and EC in CSR builder. | Andre Caron | 2015-06-24 | 1 | -1/+3 | |
| | ||||||
* | Fully qualifies symbols in doc references. | Andre Caron | 2015-06-24 | 1 | -5/+10 | |
| | ||||||
* | Changes builder extension API. | Andre Caron | 2015-06-24 | 1 | -6/+6 | |
| | ||||||
* | Polishes builder documentation, | Andre Caron | 2015-06-24 | 1 | -5/+28 | |
| | ||||||
* | Adds updates docs for method chaining in CSR builder. | Andre Caron | 2015-06-24 | 1 | -1/+4 | |
| | ||||||
* | Adds CSR builder. | Andre Caron | 2015-06-24 | 1 | -0/+41 | |
| | ||||||
* | Added teh OID for ECDSA with SHA1. | Alex Gaynor | 2015-06-23 | 1 | -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 vector | Paul Kehrer | 2015-06-23 | 2 | -0/+3 | |
| | ||||||
* | add nameconstraints classes | Paul Kehrer | 2015-06-21 | 1 | -0/+31 | |
| | ||||||
* | Fixed the anchor of a URL that changed on wikipedia | Alex Gaynor | 2015-06-20 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #2040 from reaperhulk/policy-constraints-vectors | Alex Gaynor | 2015-06-18 | 1 | -0/+7 | |
|\ | | | | | add x509 policy constraints test vectors | |||||
| * | add x509 policy constraints test vectors | Paul Kehrer | 2015-06-17 | 1 | -0/+7 | |
| | | ||||||
* | | Merge pull request #2043 from reaperhulk/nc-vectors | Alex Gaynor | 2015-06-18 | 1 | -0/+7 | |
|\ \ | | | | | | | add name constraints test vectors | |||||
| * | | add name constraints test vectors | Paul Kehrer | 2015-06-17 | 1 | -0/+7 | |
| |/ |