aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add ConcatKDF from NIST SP 800-56ASimo Sorce2015-06-121-0/+251
* convert to cffi 1.0 precompile systemPaul Kehrer2015-06-074-58/+14
* Merge pull request #1990 from tonyseek/key-uriPaul Kehrer2015-06-032-0/+26
|\
| * Remove a default argument and rename a private function.Jiangge Zhang2015-06-032-3/+3
| * Follow the review advice: turn URI generator into methods.Jiangge Zhang2015-06-032-9/+4
| * Add "generate_key_uri" utility for HOTP/TOTP.Jiangge Zhang2015-05-262-0/+31
* | Merge pull request #1907 from simo5/ECDHKDFTestsPaul Kehrer2015-06-022-0/+73
|\ \
| * | Modify ECDH Test vector loader for KDF vectorsSimo Sorce2015-05-062-0/+73
* | | Merge pull request #1954 from reaperhulk/inhibitanypolicyAlex Gaynor2015-05-291-0/+25
|\ \ \
| * | | InhibitAnyPolicy classPaul Kehrer2015-05-261-0/+25
| | |/ | |/|
* | | Merge pull request #1956 from etrauschke/crl_bindings_interfacesPaul Kehrer2015-05-281-1/+57
|\ \ \ | |/ / |/| |
| * | add bindings and interfaces for CRL objectsErik Trauschke2015-05-271-1/+57
* | | Merge pull request #1989 from elitest/fixapachelicPaul Kehrer2015-05-241-12/+3
|\ \ \ | |/ / |/| |
| * | Fix dual license in test_dh.pyJim Shaver2015-05-241-12/+3
* | | Adds certificate encoding to PEM and DER.Andre Caron2015-05-191-0/+84
* | | add test to confirm IDNA2003 is disallowedPaul Kehrer2015-05-181-0/+11
* | | Adds public bytes comparison test.Andre Caron2015-05-181-0/+24
* | | Renames test cases.Andre Caron2015-05-181-3/+3
* | | Adds support for writing CSRs.Andre Caron2015-05-181-1/+65
* | | Merge pull request #1972 from reaperhulk/expand-ipaddressAlex Gaynor2015-05-171-0/+6
|\ \ \
| * | | IPAddress needs to support networks for nameconstraintsPaul Kehrer2015-05-171-0/+6
* | | | Adds support for CSR extensions.Andre Caron2015-05-171-0/+58
|/ / /
* | | x509 extension equalityPaul Kehrer2015-05-171-0/+27
* | | Merge pull request #1920 from reaperhulk/x509-ossl-cdpAlex Gaynor2015-05-131-0/+215
|\ \ \
| * | | change approach for parsing CDP reason flagsPaul Kehrer2015-05-131-0/+57
| * | | support CRLDistributionPoints in the OpenSSL backendPaul Kehrer2015-05-131-0/+158
* | | | Merge pull request #1944 from reaperhulk/bc-eqAlex Gaynor2015-05-131-0/+13
|\ \ \ \
| * | | | add eq/ne support to BasicConstraintsPaul Kehrer2015-05-131-0/+13
| |/ / /
* | | | Merge pull request #1943 from reaperhulk/san-eqAlex Gaynor2015-05-131-0/+19
|\ \ \ \
| * | | | add eq/ne support to SubjectAlternativeNamePaul Kehrer2015-05-131-0/+19
| |/ / /
* / / / add eq/ne support to KeyUsagePaul Kehrer2015-05-131-0/+51
|/ / /
* | | support certificate policies in the openssl backendPaul Kehrer2015-05-121-0/+94
* | | notice_numbers are not optional in NoticeReferencePaul Kehrer2015-05-121-6/+5
* | | add eq/ne methods for AuthorityKeyIdentifierPaul Kehrer2015-05-121-0/+29
* | | add eq/ne methods for all certificate policies classesPaul Kehrer2015-05-111-0/+78
* | | alter the repr a bit, pass unicode everywherePaul Kehrer2015-05-111-11/+24
* | | use !r for explicit_text in NoticeReference reprPaul Kehrer2015-05-111-3/+3
* | | remove policyqualifierinfo objectPaul Kehrer2015-05-101-40/+29
* | | certificate policies extension supportPaul Kehrer2015-05-101-0/+117
* | | Merge pull request #1906 from reaperhulk/cdpAlex Gaynor2015-05-101-0/+292
|\ \ \
| * | | repr tests are the worst. frozenset has diff repr on py3Paul Kehrer2015-05-101-14/+32
| * | | fix repr testsPaul Kehrer2015-05-091-15/+8
| * | | switch reasons to frozensetPaul Kehrer2015-05-091-36/+42
| * | | separate full_name/relative_name and change reasons to an enumerationPaul Kehrer2015-05-091-107/+100
| * | | add CRLDistributionPoints and associated classesPaul Kehrer2015-05-061-0/+282
* | | | add support for secp256k1Paul Kehrer2015-05-081-4/+11
| |_|/ |/| |
* | | Merge pull request #1876 from simo5/ECDHPaul Kehrer2015-05-062-1/+397
|\ \ \ | |/ / |/| |
| * | Add loader for ECDH test vectorsSimo Sorce2015-05-012-1/+397
* | | add support for authority information access in the openssl backendPaul Kehrer2015-05-041-0/+98
* | | authority key identifier support in the openssl backendPaul Kehrer2015-05-031-0/+84