Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix ec_cdata_to_evp_pkey bug | Paul Kehrer | 2015-06-22 | 1 | -0/+18 |
| | | | | | | We weren't actually returning the object and the tests weren't catching it because we didn't try to use the evp_pkey property in the tests. The added test confirms it actually works. | ||||
* | Remove our workarounds for pyasn.1 bugs, a new pyasn.1 is out! | Alex Gaynor | 2015-06-22 | 1 | -2/+2 |
| | |||||
* | add eq/ne support to NameConstraints | Paul Kehrer | 2015-06-21 | 1 | -0/+29 |
| | |||||
* | add nameconstraints classes | Paul Kehrer | 2015-06-21 | 1 | -0/+68 |
| | |||||
* | Merge pull request #2036 from major/master | Alex Gaynor | 2015-06-21 | 1 | -0/+33 |
|\ | | | | | Added a repr() method to x509._Certificate | ||||
| * | Added a repr() method to x509._Certificate | Major Hayden | 2015-06-21 | 1 | -0/+33 |
| | | |||||
* | | Refs #1947 -- add support for IAN to the OpenSSL backend | Alex Gaynor | 2015-06-20 | 1 | -0/+17 |
| | | |||||
* | | inhibit any policy extension support for the openssl backend | Paul Kehrer | 2015-06-17 | 1 | -0/+17 |
| | | |||||
* | | support OCSPNoCheck in the OpenSSL backend | Paul Kehrer | 2015-06-17 | 1 | -0/+17 |
|/ | |||||
* | Conditionally construct the repr of NameAttributes | Ian Cordasco | 2015-06-16 | 2 | -19/+43 |
| | |||||
* | Correct x509.NameAttribute test passing bytes | Ian Cordasco | 2015-06-16 | 2 | -171/+173 |
| | |||||
* | Enforce text type of NameAttribute.value | Ian Cordasco | 2015-06-16 | 1 | -0/+7 |
| | |||||
* | Merge pull request #2017 from reaperhulk/issuer-alternative-name | Alex Gaynor | 2015-06-13 | 1 | -0/+56 |
|\ | | | | | issuer alternative name support | ||||
| * | issuer alternative name support | Paul Kehrer | 2015-06-07 | 1 | -0/+56 |
| | | |||||
* | | Add ConcatKDF from NIST SP 800-56A | Simo Sorce | 2015-06-12 | 1 | -0/+251 |
| | | | | | | | | | | | | | | | | | | 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> | ||||
* | | convert to cffi 1.0 precompile system | Paul Kehrer | 2015-06-07 | 4 | -58/+14 |
|/ | |||||
* | Merge pull request #1990 from tonyseek/key-uri | Paul Kehrer | 2015-06-03 | 2 | -0/+26 |
|\ | | | | | Add "get_provisioning_uri" utility for HOTP/TOTP. | ||||
| * | Remove a default argument and rename a private function. | Jiangge Zhang | 2015-06-03 | 2 | -3/+3 |
| | | |||||
| * | Follow the review advice: turn URI generator into methods. | Jiangge Zhang | 2015-06-03 | 2 | -9/+4 |
| | | |||||
| * | Add "generate_key_uri" utility for HOTP/TOTP. | Jiangge Zhang | 2015-05-26 | 2 | -0/+31 |
| | | |||||
* | | Merge pull request #1907 from simo5/ECDHKDFTests | Paul Kehrer | 2015-06-02 | 2 | -0/+73 |
|\ \ | | | | | | | Ecdh kdf tests | ||||
| * | | Modify ECDH Test vector loader for KDF vectors | Simo Sorce | 2015-05-06 | 2 | -0/+73 |
| | | | | | | | | | | | | | | | | | | Also add tests for the new vectors Signed-off-by: Simo Sorce <simo@redhat.com> | ||||
* | | | Merge pull request #1954 from reaperhulk/inhibitanypolicy | Alex Gaynor | 2015-05-29 | 1 | -0/+25 |
|\ \ \ | | | | | | | | | InhibitAnyPolicy class | ||||
| * | | | InhibitAnyPolicy class | Paul Kehrer | 2015-05-26 | 1 | -0/+25 |
| | |/ | |/| | |||||
* | | | Merge pull request #1956 from etrauschke/crl_bindings_interfaces | Paul Kehrer | 2015-05-28 | 1 | -1/+57 |
|\ \ \ | |/ / |/| | | add bindings and interfaces for CRL objects | ||||
| * | | add bindings and interfaces for CRL objects | Erik Trauschke | 2015-05-27 | 1 | -1/+57 |
| | | | |||||
* | | | Merge pull request #1989 from elitest/fixapachelic | Paul Kehrer | 2015-05-24 | 1 | -12/+3 |
|\ \ \ | |/ / |/| | | Fix dual license in test_dh.py | ||||
| * | | Fix dual license in test_dh.py | Jim Shaver | 2015-05-24 | 1 | -12/+3 |
| | | | |||||
* | | | Adds certificate encoding to PEM and DER. | Andre Caron | 2015-05-19 | 1 | -0/+84 |
| | | | |||||
* | | | add test to confirm IDNA2003 is disallowed | Paul Kehrer | 2015-05-18 | 1 | -0/+11 |
| | | | | | | | | | | | | document that this is a possible exception | ||||
* | | | Adds public bytes comparison test. | Andre Caron | 2015-05-18 | 1 | -0/+24 |
| | | | |||||
* | | | Renames test cases. | Andre Caron | 2015-05-18 | 1 | -3/+3 |
| | | | |||||
* | | | Adds support for writing CSRs. | Andre Caron | 2015-05-18 | 1 | -1/+65 |
| | | | |||||
* | | | Merge pull request #1972 from reaperhulk/expand-ipaddress | Alex Gaynor | 2015-05-17 | 1 | -0/+6 |
|\ \ \ | | | | | | | | | IPAddress needs to support networks for nameconstraints | ||||
| * | | | IPAddress needs to support networks for nameconstraints | Paul Kehrer | 2015-05-17 | 1 | -0/+6 |
| | | | | |||||
* | | | | Adds support for CSR extensions. | Andre Caron | 2015-05-17 | 1 | -0/+58 |
|/ / / | |||||
* | | | x509 extension equality | Paul Kehrer | 2015-05-17 | 1 | -0/+27 |
| | | | |||||
* | | | Merge pull request #1920 from reaperhulk/x509-ossl-cdp | Alex Gaynor | 2015-05-13 | 1 | -0/+215 |
|\ \ \ | | | | | | | | | support CRLDistributionPoints in the OpenSSL backend | ||||
| * | | | change approach for parsing CDP reason flags | Paul Kehrer | 2015-05-13 | 1 | -0/+57 |
| | | | | |||||
| * | | | support CRLDistributionPoints in the OpenSSL backend | Paul Kehrer | 2015-05-13 | 1 | -0/+158 |
| | | | | |||||
* | | | | Merge pull request #1944 from reaperhulk/bc-eq | Alex Gaynor | 2015-05-13 | 1 | -0/+13 |
|\ \ \ \ | | | | | | | | | | | add eq/ne support to BasicConstraints | ||||
| * | | | | add eq/ne support to BasicConstraints | Paul Kehrer | 2015-05-13 | 1 | -0/+13 |
| |/ / / | |||||
* | | | | Merge pull request #1943 from reaperhulk/san-eq | Alex Gaynor | 2015-05-13 | 1 | -0/+19 |
|\ \ \ \ | | | | | | | | | | | add eq/ne support to SubjectAlternativeName | ||||
| * | | | | add eq/ne support to SubjectAlternativeName | Paul Kehrer | 2015-05-13 | 1 | -0/+19 |
| |/ / / | |||||
* / / / | add eq/ne support to KeyUsage | Paul Kehrer | 2015-05-13 | 1 | -0/+51 |
|/ / / | |||||
* | | | support certificate policies in the openssl backend | Paul Kehrer | 2015-05-12 | 1 | -0/+94 |
| | | | |||||
* | | | notice_numbers are not optional in NoticeReference | Paul Kehrer | 2015-05-12 | 1 | -6/+5 |
| | | | |||||
* | | | add eq/ne methods for AuthorityKeyIdentifier | Paul Kehrer | 2015-05-12 | 1 | -0/+29 |
| | | | |||||
* | | | add eq/ne methods for all certificate policies classes | Paul Kehrer | 2015-05-11 | 1 | -0/+78 |
| | | | |||||
* | | | alter the repr a bit, pass unicode everywhere | Paul Kehrer | 2015-05-11 | 1 | -11/+24 |
| | | |