Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |||||
| * | | | 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 | |
| |_|/ |/| | | ||||||
* | | | Add the word 'Nonces' to docs/spelling_wordlist.txt | Eeshan Garg | 2015-05-20 | 1 | -0/+1 | |
| | | | ||||||
* | | | Docs for CTR and GCM should say that IV/nonce must be unique | Eeshan Garg | 2015-05-20 | 2 | -7/+14 | |
|/ / | ||||||
* | | 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 | |||||
* | | add SAN vector with IDNA 2003 encoding | Paul Kehrer | 2015-05-18 | 1 | -0/+3 | |
| | | ||||||
* | | Merge pull request #1963 from AndreLouisCaron/csr-encoding | Alex Gaynor | 2015-05-18 | 1 | -0/+11 | |
|\ \ | | | | | | | Adds support for writing CSRs. |