Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add OCSP request with a request extension (nonce) (#4462) | Paul Kehrer | 2018-09-07 | 1 | -0/+0 |
| | |||||
* | More OCSP vectors (#4451) | Paul Kehrer | 2018-09-01 | 2 | -0/+0 |
| | | | | | | | | * yet another ocsp response vector. and yet there will be at least one more after this * add one more | ||||
* | add LE subordinate certificate to test vectors (#4450) | Paul Kehrer | 2018-09-01 | 1 | -0/+27 |
| | |||||
* | add more OCSP response vectors (#4445) | Paul Kehrer | 2018-09-01 | 3 | -0/+2 |
| | | | | | | * add more OCSP response vectors * another vector and better docs | ||||
* | OCSP response vector (#4443) | Paul Kehrer | 2018-08-31 | 1 | -0/+0 |
| | | | | | | | | | | * OCSP response vector * oops, wrong name * move ocsp response vector docs * make alex happy | ||||
* | Added vector for pre-certificate poison extension (#4432) | Alex Gaynor | 2018-08-30 | 1 | -0/+30 |
| | |||||
* | add new OCSP request vectors (#4399) | Paul Kehrer | 2018-08-15 | 2 | -0/+0 |
| | |||||
* | Added badtime.pem vector (#4179) | Joshua Crowgey | 2018-03-30 | 1 | -0/+18 |
| | | | | | | | | * Added badtime.pem vector In connection with forthcoming PR to fix #4158 * shortened line, corrected and->and | ||||
* | add utf8 DNSName x509 vector (#3952) | Paul Kehrer | 2017-10-09 | 1 | -0/+41 |
| | |||||
* | add Freshest CRL and Delta CRL Indicator test vectors (#3932) | Paul Kehrer | 2017-09-20 | 2 | -0/+30 |
| | |||||
* | add unique identifier test vector (#3925) | Paul Kehrer | 2017-09-19 | 1 | -0/+11 |
| | | | | | | * add unique identifier test vector * wrap a line I didn't even touch... | ||||
* | add X509 test vector with a TLS Feature (RFC 7633) extension (#3898) | Paul Kehrer | 2017-09-08 | 1 | -0/+33 |
| | |||||
* | add initial OCSP request test vector (#3890) | Paul Kehrer | 2017-09-07 | 1 | -0/+0 |
| | |||||
* | add test vector with invalid basicconstraints (#3866) | Paul Kehrer | 2017-08-15 | 1 | -0/+34 |
| | | | | | | * add test vector with invalid basicconstraints * sigh | ||||
* | Add is_signature_valid method on CertificateRevocationList (#3849) | Vincent Pelletier | 2017-08-12 | 2 | -0/+56 |
| | |||||
* | Enlarge _oid2txt buffer to handle larger OIDs (#3612) | Fraser Tweedale | 2017-05-29 | 1 | -0/+32 |
| | | | | | | | | | The OpenSSL manual recommends a buffer size of 80 for OBJ_oid2txt: https://www.openssl.org/docs/crypto/OBJ_nid2ln.html#return_values. But OIDs longer than this occur in real life (e.g. Active Directory makes some very long OIDs). If the length of the stringified OID exceeds the buffer size, allocate a new buffer that is big enough to hold the stringified OID, and re-do the conversion into the new buffer. | ||||
* | Refs #3461 -- added a test vector with SCTs (#3462) | Alex Gaynor | 2017-03-19 | 1 | -0/+30 |
| | | | | | | * Refs #3461 -- added a test vector with SCTs * timestamp is a word | ||||
* | add alternate signature OID for RSA with SHA1 + test and vector (#3227) | Paul Kehrer | 2016-11-11 | 1 | -0/+12 |
| | | | | | | * add alternate signature OID for RSA with SHA1 + test and vector * mozilla is a proper noun leave me alone spellchecker | ||||
* | 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 | ||||
| * | 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 |
|/ | |||||
* | new unsupported extension x509 test vector | Paul Kehrer | 2015-12-30 | 1 | -0/+14 |
| | | | | see #2288 | ||||
* | 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 new CRL to test invalid certIssuer entry extension | Erik Trauschke | 2015-10-15 | 1 | -0/+11 |
| | |||||
* | 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 |
|/ | |||||
* | remove critical flag from cert issuer entry ext to work with OpenSSL < 1.0.0 | Erik Trauschke | 2015-09-03 | 1 | -34/+33 |
| | |||||
* | 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 |
| | |||||
* | add SAN vector with IDNA 2003 encoding | Paul Kehrer | 2015-05-18 | 1 | -0/+17 |
| |