summaryrefslogtreecommitdiff
path: root/test/fixtures/keys
Commit message (Expand)AuthorAgeFilesLines
* test: upgrade all 1024 bit RSA keys to 2048 bitsMomtchil Momtchev2022-09-2780-635/+874
* test: improve https_renew_cert.sh scriptTobias Nießen2022-03-172-15/+22
* test: renew certificates for specific testLuigi Pinca2022-03-152-41/+42
* tls: drop support for URI alternative namesTobias Nießen2022-01-103-0/+30
* crypto,tls: implement safe x509 GeneralName formatTobias Nießen2022-01-103-0/+30
* crypto: add RSA-PSS params to asymmetricKeyDetailsTobias Nießen2021-08-293-0/+45
* crypto: don't crash with some selfsigned certsNils Dralle2021-04-275-0/+70
* crypto: add keyObject.export() 'jwk' format optionFilip Skokan2021-02-029-1/+84
* test: generate des rsa_cert.pfxCaleb ツ Everett2019-07-052-1/+1
* test: reset validity dates of expired certsSam Roberts2019-06-286-61/+60
* test: add comments to the foaf+ssl fixturesAlex Aubuchon2019-06-102-0/+7
* test: change formatting of fixtures/keys/MakefileAlex Aubuchon2019-06-101-24/+24
* test: move foafssl certs to fixtures/keys/Alex Aubuchon2019-06-105-0/+64
* test: move dherror.pem to fixtures/keys/Alex Aubuchon2019-06-102-0/+8
* test: move test_[key|ca|cert] to fixtures/keys/Alex Aubuchon2019-06-105-0/+83
* test: move spkac certs to fixtures/keys/Alex Aubuchon2019-06-103-0/+12
* test: move x448 keypairs to fixtures/keys/Alex Aubuchon2019-06-103-0/+16
* test: move ed448 keypairs to fixtures/keys/Alex Aubuchon2019-06-103-0/+16
* test: move dsa keypairs to fixtures/keys/Alex Aubuchon2019-06-106-0/+112
* test: move rsa keypairs to fixtures/keys/Alex Aubuchon2019-06-1011-0/+202
* test: move x25519 keypair to fixtures/keys/Alex Aubuchon2019-06-103-0/+14
* test: move ed25519 keypair to fixtures/keys/Alex Aubuchon2019-06-104-0/+18
* Revert "test: move all test keys/certs under `test/fixtures/keys/`"Sam Roberts2019-06-0536-552/+0
* test: add comments to the foaf+ssl fixturesAlex Aubuchon2019-06-052-0/+7
* test: change formatting of fixtures/keys/MakefileAlex Aubuchon2019-06-051-24/+24
* test: move foafssl certs to fixtures/keys/Alex Aubuchon2019-06-055-0/+64
* test: move dherror.pem to fixtures/keys/Alex Aubuchon2019-06-052-0/+8
* test: move test_[key|ca|cert] to fixtures/keys/Alex Aubuchon2019-06-055-0/+83
* test: move spkac certs to fixtures/keys/Alex Aubuchon2019-06-053-0/+12
* test: move x448 keypairs to fixtures/keys/Alex Aubuchon2019-06-053-0/+16
* test: move ed448 keypairs to fixtures/keys/Alex Aubuchon2019-06-053-0/+16
* test: move dsa keypairs to fixtures/keys/Alex Aubuchon2019-06-056-0/+112
* test: move rsa keypairs to fixtures/keys/Alex Aubuchon2019-06-0511-0/+202
* test: move x25519 keypair to fixtures/keys/Alex Aubuchon2019-06-053-0/+14
* test: move ed25519 keypair to fixtures/keys/Alex Aubuchon2019-06-054-0/+18
* crypto: add support for RSA-PSS keysTobias Nießen2019-04-087-0/+139
* crypto: decode missing passphrase errorsTobias Nießen2019-03-302-0/+16
* test: add independent multi-alg crypto identitiesSam Roberts2018-11-1696-731/+1239
* test: rename agent1-pfx.pem to agent1.pfxSam Roberts2018-11-164-4/+4
* test: update certificates and private keysFedor Indutny2018-08-0884-885/+832
* test: update keys/Makefile to clean and build allDaniel Bevenius2018-04-141-5/+6
* tls: multiple PFX in createSecureContextYury Popov2017-09-072-0/+8
* test: add script to create 0-dns-cert.pemShigeki Ohtsu2017-03-102-46/+0
* crypto: add cert check issued by StartCom/WoSignShigeki Ohtsu2017-02-0421-0/+390
* test: enable to work pkcs12 test in FIPS modeShigeki Ohtsu2016-02-092-0/+1
* crypto: load PFX chain the same way as regular oneFedor Indutny2015-12-172-0/+8
* test: add test for invalid DSA key sizeStefan Budeanu2015-11-144-1/+43
* test: stronger crypto in test fixturesStefan Budeanu2015-11-139-52/+53
* crypto: add cert check to CNNIC WhitelistShigeki Ohtsu2015-06-169-1/+187
* tls: use `SSL_set_cert_cb` for async SNI/OCSPFedor Indutny2015-05-0115-38/+233