| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add vectors for unkeyed blake2s and blake2b. (#2867) | Terry Chia | 2016-04-09 | 2 | -0/+54 |
* | Remove executable flag on nist-800-108-KBKDF-CTR.txt. | Tristan Seligmann | 2016-04-06 | 1 | -0/+0 |
* | Open master back up for 1.4 | Alex Gaynor | 2016-03-18 | 1 | -1/+1 |
* | bump version and update changelog | Paul Kehrer | 2016-03-17 | 1 | -1/+1 |
* | Merge pull request #2773 from jared-mess/test-vectors-NIST-800-108-counter-mode | Paul Kehrer | 2016-03-15 | 1 | -0/+56007 |
|\ |
|
| * | Moving all KBKDF Counter Mode test vectors to a single file. | Jared Messenger | 2016-03-14 | 5 | -1552/+56007 |
| * | NIST SP 800-108 Counter Mode KDF test vectors. | Jared Messenger | 2016-03-07 | 4 | -0/+1552 |
* | | add e-trust russian x509 test vector | Paul Kehrer | 2016-03-11 | 1 | -0/+0 |
|/ |
|
* | Merge pull request #2670 from joernheissler/x509_req_verify | Paul Kehrer | 2016-03-06 | 1 | -0/+10 |
|\ |
|
| * | Add verify method on CertificateSigningRequest | Joern Heissler | 2016-01-13 | 1 | -0/+10 |
* | | add another policy constraints test vector | Paul Kehrer | 2016-02-27 | 1 | -0/+17 |
* | | Added the department of state root, which has a policyConstraints extension | Alex Gaynor | 2016-02-26 | 1 | -0/+40 |
|/ |
|
* | bump values for development of the thirteenth release | Paul Kehrer | 2016-01-08 | 1 | -1/+1 |
* | bump version and changelog for the twelfth release | Paul Kehrer | 2016-01-07 | 1 | -1/+1 |
* | Bump the copyright year | Alex Gaynor | 2016-01-01 | 1 | -1/+1 |
* | new unsupported extension x509 test vector | Paul Kehrer | 2015-12-30 | 1 | -0/+14 |
* | add new CRL test vector | Paul Kehrer | 2015-12-22 | 1 | -0/+14 |
* | support CRLs with no revoked certificates | Paul Kehrer | 2015-12-20 | 1 | -0/+12 |
* | Add support for 160 bit ARC4 keys | Ehren Kret | 2015-11-28 | 1 | -0/+216 |
* | reopen master for development on the twelfth release | Paul Kehrer | 2015-10-29 | 1 | -1/+1 |
* | bump version and update changelog for eleventh release (1.1) | Paul Kehrer | 2015-10-29 | 1 | -1/+1 |
* | add new CRL to test invalid certIssuer entry extension | Erik Trauschke | 2015-10-15 | 1 | -0/+11 |
* | Merge pull request #2403 from ddcc/patch-2 | Donald Stufft | 2015-10-11 | 1 | -0/+2 |
|\ |
|
| * | add shebang for setup.py scripts | Dominic Chen | 2015-10-10 | 1 | -0/+2 |
* | | Merge pull request #2402 from ddcc/patch-1 | Paul Kehrer | 2015-10-11 | 2 | -0/+65 |
|\ \ |
|
| * | | fix to handle malformed certificates without hostname | Dominic Chen | 2015-10-10 | 2 | -0/+65 |
| |/ |
|
* / | Fixed #2404 -- handle a certificate with an unknown public key | Alex Gaynor | 2015-10-10 | 1 | -0/+28 |
|/ |
|
* | Add NIST Vectors for ANSI X9.63 KDF | Simo Sorce | 2015-09-18 | 1 | -0/+1335 |
* | remove critical flag from cert issuer entry ext to work with OpenSSL < 1.0.0 | Erik Trauschke | 2015-09-03 | 1 | -34/+33 |
* | reopen master for eleventh release | Paul Kehrer | 2015-08-12 | 1 | -1/+1 |
* | bump versions and release 1.0 | Paul Kehrer | 2015-08-12 | 1 | -1/+1 |
* | add intermediate CA vector for future AuthorityKeyIdentifier testing | Paul Kehrer | 2015-08-05 | 1 | -0/+25 |
* | add test vector from #2183 | Paul Kehrer | 2015-08-01 | 1 | -0/+16 |
* | add SAN ediPartyName and x400Address test vectors | Paul Kehrer | 2015-07-04 | 2 | -0/+0 |
* | add name constraints vector with /32 and /128 IP networks | Paul Kehrer | 2015-07-01 | 1 | -0/+19 |
* | add more basic name constraints vector | Paul Kehrer | 2015-06-29 | 2 | -0/+36 |
* | add new name constraints vector with invalid IP netmask | Paul Kehrer | 2015-06-28 | 1 | -0/+18 |
* | fix permitted/excluded nameconstraints vector to have valid IP netmask | Paul Kehrer | 2015-06-28 | 1 | -11/+11 |
* | add wildcard IDNA SAN | Paul Kehrer | 2015-06-26 | 1 | -0/+18 |
* | Merge pull request #2059 from reaperhulk/add-wildcard-san | Alex Gaynor | 2015-06-23 | 1 | -0/+36 |
|\ |
|
| * | add wildcard SAN x509 test vector | Paul Kehrer | 2015-06-23 | 1 | -0/+36 |
* | | name constraints should not contain a wildcard character | Paul Kehrer | 2015-06-23 | 3 | -36/+35 |
|/ |
|
* | Merge pull request #2040 from reaperhulk/policy-constraints-vectors | Alex Gaynor | 2015-06-18 | 3 | -0/+54 |
|\ |
|
| * | add x509 policy constraints test vectors | Paul Kehrer | 2015-06-17 | 3 | -0/+54 |
* | | Merge pull request #2043 from reaperhulk/nc-vectors | Alex Gaynor | 2015-06-18 | 3 | -0/+57 |
|\ \ |
|
| * | | add name constraints test vectors | Paul Kehrer | 2015-06-17 | 3 | -0/+57 |
| |/ |
|
* / | add issuer alternative name test vector | Paul Kehrer | 2015-06-17 | 1 | -0/+19 |
|/ |
|
* | add OCSPNoCheck test vector | Paul Kehrer | 2015-06-07 | 1 | -0/+18 |
* | add example CRL PEM files to vectors | Erik Trauschke | 2015-05-29 | 4 | -0/+70 |
* | update all 0.10 to 1.0 | Paul Kehrer | 2015-05-26 | 1 | -1/+1 |