Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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 | |
| |/ | ||||||
* / | add issuer alternative name test vector | Paul Kehrer | 2015-06-17 | 1 | -0/+2 | |
|/ | ||||||
* | Merge pull request #2017 from reaperhulk/issuer-alternative-name | Alex Gaynor | 2015-06-13 | 1 | -0/+22 | |
|\ | | | | | issuer alternative name support | |||||
| * | issuer alternative name support | Paul Kehrer | 2015-06-07 | 1 | -0/+22 | |
| | | ||||||
* | | Merge pull request #2018 from reaperhulk/ocsp-nocheck-vector | Alex Gaynor | 2015-06-13 | 1 | -0/+2 | |
|\ \ | | | | | | | add OCSPNoCheck test vector | |||||
| * | | add OCSPNoCheck test vector | Paul Kehrer | 2015-06-07 | 1 | -0/+2 | |
| |/ | ||||||
* | | Remove mention of extract/expand operations from ConcatKDF docs. | Terry Chia | 2015-06-13 | 1 | -4/+2 | |
| | | ||||||
* | | cleanup a doctest and add a changelog entry for concatkdf | Paul Kehrer | 2015-06-12 | 1 | -1/+0 | |
| | | ||||||
* | | Add ConcatKDF from NIST SP 800-56A | Simo Sorce | 2015-06-12 | 1 | -0/+187 | |
|/ | | | | | | | | | The implemention allows the use an HMAC function as per Revision 2 of the document. Conformance of the formatting of the OtherInfo argument is responsability of the calling application. Signed-off-by: Simo Sorce <simo@redhat.com> | |||||
* | some docs cleanup for OTP | Paul Kehrer | 2015-06-03 | 1 | -8/+14 | |
| | ||||||
* | Merge pull request #1990 from tonyseek/key-uri | Paul Kehrer | 2015-06-03 | 1 | -0/+41 | |
|\ | | | | | Add "get_provisioning_uri" utility for HOTP/TOTP. | |||||
| * | Move the external link to page bottom. | Jiangge Zhang | 2015-06-03 | 1 | -3/+4 | |
| | | ||||||
| * | add license header and fix grammar errors. | Jiangge Zhang | 2015-06-03 | 1 | -2/+2 | |
| | | ||||||
| * | Remove a default argument and rename a private function. | Jiangge Zhang | 2015-06-03 | 1 | -4/+6 | |
| | | ||||||
| * | Describe provisioning URI in the document. | Jiangge Zhang | 2015-06-03 | 1 | -0/+38 | |
| | | ||||||
* | | Merge pull request #1907 from simo5/ECDHKDFTests | Paul Kehrer | 2015-06-02 | 1 | -1/+1 | |
|\ \ | | | | | | | Ecdh kdf tests | |||||
| * | | Modify ECDH Test vector loader for KDF vectors | Simo Sorce | 2015-05-06 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | Also add tests for the new vectors Signed-off-by: Simo Sorce <simo@redhat.com> | |||||
* | | | docfix | Erik Trauschke | 2015-05-29 | 1 | -1/+1 | |
| | | | ||||||
* | | | add example CRL PEM files to vectors | Erik Trauschke | 2015-05-29 | 1 | -0/+16 | |
| | | | ||||||
* | | | Merge pull request #1954 from reaperhulk/inhibitanypolicy | Alex Gaynor | 2015-05-29 | 1 | -0/+22 | |
|\ \ \ | | | | | | | | | InhibitAnyPolicy class |