Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #2403 from ddcc/patch-2 | Donald Stufft | 2015-10-11 | 1 | -0/+2 |
|\ | | | | | add shebang for setup.py scripts | ||||
| * | 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 |
|\ \ | | | | | | | minor fix to handle malformed certificates without hostname | ||||
| * | | 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 |
| | | | | | | | Source: http://csrc.nist.gov/groups/STM/cavp/documents/components/800-135testvectors/ansx963_2001.zip Signed-off-by: Simo Sorce <simo@redhat.com> | ||||
* | 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 | ||||
| * | 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 |
|/ | | | | | According to RFC 5280 you should just start with a . (e.g. .domain.com instead of *.domain.com) | ||||
* | Merge pull request #2040 from reaperhulk/policy-constraints-vectors | Alex Gaynor | 2015-06-18 | 3 | -0/+54 |
|\ | | | | | add x509 policy constraints test vectors | ||||
| * | 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 | ||||
| * | | 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 |
| | |||||
* | add SAN vector with IDNA 2003 encoding | Paul Kehrer | 2015-05-18 | 1 | -0/+17 |
| | |||||
* | Adds new CSR test vector. | Andre Caron | 2015-05-16 | 1 | -0/+64 |
| | |||||
* | Moves CSR test vectors to requests folder. | Andre Caron | 2015-05-16 | 3 | -0/+0 |
| | |||||
* | Fixes critical flag in CSR test vector. | Andre Caron | 2015-05-16 | 1 | -48/+48 |
| | |||||
* | Adds test vectors for X.509 CSR decoding. | Andre Caron | 2015-05-15 | 3 | -0/+194 |
| | |||||
* | Merge pull request #1951 from mithrandi/no-executable-vectors | Paul Kehrer | 2015-05-13 | 29 | -0/+0 |
|\ | | | | | Remove unnecessary executable bit. | ||||
| * | Remove unnecessary executable bit. | Tristan Seligmann | 2015-05-14 | 29 | -0/+0 |
| | | |||||
* | | open master for tenth release | Paul Kehrer | 2015-05-13 | 1 | -1/+1 |
|/ | |||||
* | 0.9 time | Paul Kehrer | 2015-05-13 | 1 | -1/+1 |
| | |||||
* | more CDP vectors! | Paul Kehrer | 2015-05-12 | 2 | -0/+28 |
| | |||||
* | add another certificate policies test vector | Paul Kehrer | 2015-05-12 | 1 | -0/+18 |
| | |||||
* | add certificate policies vectors | Paul Kehrer | 2015-05-11 | 3 | -0/+56 |
| | |||||
* | add CRL distribution points vectors | Paul Kehrer | 2015-05-10 | 2 | -0/+30 |
| | |||||
* | Merge pull request #1897 from reaperhulk/add-secp256k1-generated-vectors | Alex Gaynor | 2015-05-08 | 1 | -0/+7890 |
|\ | | | | | vectors generated by the custom vector generator in #1867 | ||||
| * | vectors generated by the custom vector generator in #1867 | Paul Kehrer | 2015-05-03 | 1 | -0/+7890 |
| | | |||||
* | | Add NIST vectors for ECDH plus ConcatKDF | Simo Sorce | 2015-05-06 | 2 | -0/+10930 |
| | | | | | | | | Signed-off-by: Simo Sorce <simo@redhat.com> | ||||
* | | Merge pull request #1876 from simo5/ECDH | Paul Kehrer | 2015-05-06 | 2 | -2/+2 |
|\ \ | | | | | | | Add loader for ECDH test vectors | ||||
| * | | Add loader for ECDH test vectors | Simo Sorce | 2015-05-01 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | 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 some authority information access x509 vectors | Paul Kehrer | 2015-05-04 | 3 | -0/+59 |
| |/ |/| | |||||
* | | add another authority key identifier vector | Paul Kehrer | 2015-05-03 | 1 | -0/+19 |
| | | |||||
* | | add AKI vector | Paul Kehrer | 2015-05-03 | 1 | -0/+19 |
| | | |||||
* | | Merge pull request #1885 from reaperhulk/iap-vectors | Alex Gaynor | 2015-05-02 | 2 | -0/+36 |
|\ \ | | | | | | | add inhibit any policy test vectors |