Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reorganize the x509 docs in prep for a tutorial | Alex Gaynor | 2015-07-12 | 1 | -1588/+0 |
| | |||||
* | 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 |
|/ | |||||
* | 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 |
| | |||||
* | 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 nameconstraints classes | Paul Kehrer | 2015-06-21 | 1 | -0/+31 |
| | |||||
* | issuer alternative name support | Paul Kehrer | 2015-06-07 | 1 | -0/+22 |
| | |||||
* | Merge pull request #1954 from reaperhulk/inhibitanypolicy | Alex Gaynor | 2015-05-29 | 1 | -0/+22 |
|\ | | | | | InhibitAnyPolicy class | ||||
| * | InhibitAnyPolicy class | Paul Kehrer | 2015-05-26 | 1 | -0/+22 |
| | | |||||
* | | Merge pull request #1956 from etrauschke/crl_bindings_interfaces | Paul Kehrer | 2015-05-28 | 1 | -1/+80 |
|\ \ | |/ |/| | add bindings and interfaces for CRL objects | ||||
| * | removed verify(), various small fixes | Erik Trauschke | 2015-05-28 | 1 | -11/+1 |
| | | |||||
| * | doc fixes, rename rekoked -> revoked_certificates | Erik Trauschke | 2015-05-27 | 1 | -3/+3 |
| | | |||||
| * | add bindings and interfaces for CRL objects | Erik Trauschke | 2015-05-27 | 1 | -1/+90 |
| | | |||||
* | | update all 0.10 to 1.0 | Paul Kehrer | 2015-05-26 | 1 | -1/+1 |
|/ | |||||
* | Adds certificate encoding to PEM and DER. | Andre Caron | 2015-05-19 | 1 | -0/+9 |
| | |||||
* | add test to confirm IDNA2003 is disallowed | Paul Kehrer | 2015-05-18 | 1 | -0/+3 |
| | | | | document that this is a possible exception | ||||
* | Merge pull request #1963 from AndreLouisCaron/csr-encoding | Alex Gaynor | 2015-05-18 | 1 | -0/+11 |
|\ | | | | | Adds support for writing CSRs. | ||||
| * | Adds support for writing CSRs. | Andre Caron | 2015-05-18 | 1 | -0/+11 |
| | | |||||
* | | add ocsp no check | Paul Kehrer | 2015-05-18 | 1 | -0/+18 |
|/ | |||||
* | IPAddress needs to support networks for nameconstraints | Paul Kehrer | 2015-05-17 | 1 | -2/+3 |
| | |||||
* | fix the docs test | Paul Kehrer | 2015-05-12 | 1 | -0/+1 |
| | |||||
* | also update the docs to reflect the non-optional nature of these things | Paul Kehrer | 2015-05-12 | 1 | -3/+3 |
| | |||||
* | add OID information about all supported extensions | Paul Kehrer | 2015-05-12 | 1 | -0/+34 |
| | |||||
* | update docs | Paul Kehrer | 2015-05-11 | 1 | -1/+5 |
| | |||||
* | remove policyqualifierinfo object | Paul Kehrer | 2015-05-10 | 1 | -28/+3 |
| | |||||
* | expand docs | Paul Kehrer | 2015-05-10 | 1 | -3/+47 |
| | |||||
* | add some docs | Paul Kehrer | 2015-05-10 | 1 | -0/+63 |
| | |||||
* | switch reasons to frozenset | Paul Kehrer | 2015-05-09 | 1 | -1/+1 |
| | |||||
* | update doc language | Paul Kehrer | 2015-05-09 | 1 | -3/+4 |
| | |||||
* | separate full_name/relative_name and change reasons to an enumeration | Paul Kehrer | 2015-05-09 | 1 | -14/+35 |
| | |||||
* | add CRLDistributionPoints and associated classes | Paul Kehrer | 2015-05-06 | 1 | -0/+72 |
| | |||||
* | authority key identifier support in the openssl backend | Paul Kehrer | 2015-05-03 | 1 | -0/+1 |
| | |||||
* | Merge pull request #1894 from alex/try-to-english-better | Paul Kehrer | 2015-05-03 | 1 | -4/+4 |
|\ | | | | | Attempt to make the BasicConstraints.path_length docs more clear | ||||
| * | Attempt to make the BasicConstraints.path_length docs more clear | Alex Gaynor | 2015-05-03 | 1 | -4/+4 |
| | | |||||
* | | Merge pull request #1893 from reaperhulk/san-example | Alex Gaynor | 2015-05-03 | 1 | -0/+48 |
|\ \ | | | | | | | add example to show how to get DNSNames from SAN extension | ||||
| * | | add some comments | Paul Kehrer | 2015-05-02 | 1 | -2/+3 |
| | | |