Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | InhibitAnyPolicy class | Paul Kehrer | 2015-05-26 | 1 | -0/+25 |
| | |||||
* | 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 |
| | | |||||
* | | use !r for explicit_text in NoticeReference repr | Paul Kehrer | 2015-05-11 | 1 | -3/+3 |
| | | |||||
* | | remove policyqualifierinfo object | Paul Kehrer | 2015-05-10 | 1 | -40/+29 |
| | | |||||
* | | certificate policies extension support | Paul Kehrer | 2015-05-10 | 1 | -0/+117 |
| | | | | | | | | Adds a bunch of ancillary classes to support this. | ||||
* | | Merge pull request #1906 from reaperhulk/cdp | Alex Gaynor | 2015-05-10 | 1 | -0/+292 |
|\ \ | | | | | | | add CRLDistributionPoints and associated classes | ||||
| * | | repr tests are the worst. frozenset has diff repr on py3 | Paul Kehrer | 2015-05-10 | 1 | -14/+32 |
| | | | |||||
| * | | fix repr tests | Paul Kehrer | 2015-05-09 | 1 | -15/+8 |
| | | | |||||
| * | | switch reasons to frozenset | Paul Kehrer | 2015-05-09 | 1 | -36/+42 |
| | | | |||||
| * | | separate full_name/relative_name and change reasons to an enumeration | Paul Kehrer | 2015-05-09 | 1 | -107/+100 |
| | | | |||||
| * | | add CRLDistributionPoints and associated classes | Paul Kehrer | 2015-05-06 | 1 | -0/+282 |
| | | | |||||
* | | | add support for secp256k1 | Paul Kehrer | 2015-05-08 | 1 | -4/+11 |
| | | | |||||
* | | | Merge pull request #1876 from simo5/ECDH | Paul Kehrer | 2015-05-06 | 2 | -1/+397 |
|\ \ \ | |/ / |/| | | Add loader for ECDH test vectors | ||||
| * | | Add loader for ECDH test vectors | Simo Sorce | 2015-05-01 | 2 | -1/+397 |
| | | | | | | | | | | | | | | | | | | | | | Also fix test vector files, they had a truncated line for the EE set in both init and resp files. Signed-off-by: Simo Sorce <simo@redhat.com> | ||||
* | | | add support for authority information access in the openssl backend | Paul Kehrer | 2015-05-04 | 1 | -0/+98 |
| | | | |||||
* | | | authority key identifier support in the openssl backend | Paul Kehrer | 2015-05-03 | 1 | -0/+84 |
| | | | |||||
* | | | Merge pull request #1896 from reaperhulk/aki-fix | Alex Gaynor | 2015-05-03 | 1 | -20/+26 |
|\ \ \ | | | | | | | | | Fix AKI authority_cert_issuer type | ||||
| * | | | Fix AKI authority_cert_issuer type | Paul Kehrer | 2015-05-03 | 1 | -20/+26 |
| | | | | | | | | | | | | | | | | | | | | | | | | It was originally defined as an X509 Name, but in reality it is a list of GeneralName objects (albeit typically a list of one DirectoryName). | ||||
* | | | | Support loading of SECP256K1 vectors | Alex Stapleton | 2015-05-03 | 1 | -0/+1 |
|/ / / | |||||
* | | | updates based on review feedback | Paul Kehrer | 2015-05-02 | 1 | -1/+1 |
| | | | |||||
* | | | add authority information access classes | Paul Kehrer | 2015-05-02 | 1 | -0/+142 |
| | | | |||||
* | | | Extended key usage support for the openssl backend | Paul Kehrer | 2015-05-02 | 1 | -0/+29 |
| | | | |||||
* | | | Merge pull request #1890 from reaperhulk/add-eq-ne-eku | Alex Gaynor | 2015-05-02 | 1 | -0/+15 |
|\ \ \ | | | | | | | | | add eq/ne to ExtendedKeyUsage | ||||
| * | | | add eq/ne to ExtendedKeyUsage | Paul Kehrer | 2015-05-02 | 1 | -0/+15 |
| |/ / | |||||
* | | | Merge pull request #1881 from reaperhulk/san-rfc822name | Alex Gaynor | 2015-05-02 | 1 | -0/+88 |
|\ \ \ | |/ / |/| | | add support for rfc822name general names | ||||
| * | | missed a u | Paul Kehrer | 2015-05-02 | 1 | -1/+1 |
| | | | |||||
| * | | add support for rfc822name general names | Paul Kehrer | 2015-04-30 | 1 | -0/+88 |
| | | |