aboutsummaryrefslogtreecommitdiff
path: root/test/certs
AgeCommit message (Expand)AuthorFilesLines
2018-12-31Fix cert with rsa instead of rsaEncryption as public key algorithmBernd Edlinger1-0/+18
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte1-1/+1
2018-11-12Add some test brainpool certificatesMatt Caswell3-0/+25
2018-05-23Limit scope of CN name constraintsViktor Dukhovni11-139/+247
2018-03-20Update copyright yearMatt Caswell1-1/+1
2018-03-05Update tests for TLS Ed448Matt Caswell5-0/+38
2017-11-16Modify expected output of a CRL to match the changed printoutRichard Levitte1-1/+1
2017-11-16Modify expected output of a certificate to match the changed printoutRichard Levitte2-2/+2
2017-11-11Many spelling fixes/typo's corrected.Josh Soref1-2/+2
2017-09-22Guard against DoS in name constraints handling.David Benjamin7-0/+2160
2017-09-20Add RSA-PSS test certificatesDr. Stephen Henson2-0/+47
2017-06-30Cleanup some copyright stuffRich Salz1-3/+8
2017-06-21Add Ed25519 EE certificatesDr. Stephen Henson4-0/+52
2017-06-21Ed25519 support for mkcert.shDr. Stephen Henson1-0/+1
2017-06-06Add test cases for X509_check_private_keyPaul Yang2-0/+43
2017-05-30Add Ed25519 verify test.Dr. Stephen Henson2-0/+18
2017-04-25Add certificates with PSS signaturesDr. Stephen Henson3-0/+48
2017-04-25Switch command-line utils to new nameopt API.Dmitry Belyavskiy2-0/+52
2017-04-12Add SSL tests for certificates with embedded SCTsRob Percival1-0/+15
2017-03-14Add test for -nameout outputRich Salz3-0/+191
2017-02-24EC certificate with compression pointDr. Stephen Henson2-0/+19
2017-02-24Add P-384 root and P-384, P-256 EE certificates.Dr. Stephen Henson6-0/+54
2017-02-17Add DH parameters, DSA cert and keyDr. Stephen Henson3-0/+54
2017-02-17Add DSA support to mkcert.shDr. Stephen Henson1-0/+1
2017-02-16Add ECDSA client certificatesDr. Stephen Henson2-0/+38
2017-01-15add ECDSA test server certificateDr. Stephen Henson2-0/+20
2016-07-11Extend mkcert.sh to support nameConstraints generation and more complexDr. Stephen Henson36-2/+997
2016-06-23Drop extraneous printf argument in mkcert.shViktor Dukhovni1-1/+1
2016-06-22Fix generation of expired CA certificate.Dr. Stephen Henson2-2/+4
2016-06-20Create some proxy certificatesRichard Levitte12-0/+293
2016-06-20Make it possible to generate proxy certs with test/certs/mkcert.shRichard Levitte2-8/+57
2016-06-13RT3809: basicConstraints is criticalRich Salz1-2/+2
2016-06-08Add some accessor API'sRich Salz1-0/+22
2016-06-03Update client authentication testsEmilia Kasper1-0/+37
2016-04-03Move peer chain security checks into x509_vfy.cViktor Dukhovni14-3/+222
2016-03-29Require intermediate CAs to have basicConstraints CA:true.Viktor Dukhovni3-0/+40
2016-03-01CT policy validationRob Percival2-0/+53
2016-02-25Tests for parsing and printing certificates containing SCTsRob Percival4-0/+112
2016-02-08Suppress DANE TLSA reflection when verification failsViktor Dukhovni1-1/+1
2016-01-31Add tests for non-ca trusted roots and intermediatesViktor Dukhovni5-0/+84
2016-01-31Compat self-signed trust with reject-only aux dataViktor Dukhovni34-4/+697
2016-01-31Check chain extensions also for trusted certificatesViktor Dukhovni6-1/+104
2016-01-20More X509_verify_cert() tests via verify(1).Viktor Dukhovni8-0/+179
2016-01-20Commit pre-generated test_verify certsViktor Dukhovni30-0/+608
2016-01-20Scripts to generate verify test certsViktor Dukhovni2-0/+222
2015-07-07Add test for CVE-2015-1793Matt Caswell13-0/+345