aboutsummaryrefslogtreecommitdiffstats
path: root/test/certs
Commit message (Expand)AuthorAgeFilesLines
* PEM_X509_INFO_read_bio_ex(): Generalize to allow parsing any type of private keyDr. David von Oheimb2021-04-081-0/+30
* d2i_PrivateKey{,_ex}() and PEM_X509_INFO_read_bio_ex(): Fix handling of RSA/D...Dr. David von Oheimb2021-04-081-0/+74
* test/x509: Test for issuer being overwritten when printing.Tomas Mraz2021-03-043-104/+93
* Fix NULL access in ssl_build_cert_chain() when ctx is NULL.Shane Lontis2021-03-031-0/+84
* test_ssl_new: X448, X25519, and EdDSA are supported with fipsTomas Mraz2021-03-031-6/+6
* check_sig_alg_match(): weaken sig nid comparison to allow RSA{,PSS} key verif...Dr. David von Oheimb2021-01-286-9/+117
* Update copyright yearRichard Levitte2021-01-281-1/+1
* make various test CA certs RFC 5280 compliant w.r.t. X509 extensionsDr. David von Oheimb2021-01-2041-402/+416
* apps/req.c: Add -copy_extensions option for use with -x509; default: noneDr. David von Oheimb2021-01-131-0/+18
* X509_cmp(): Fix comparison in case x509v3_cache_extensions() failed to due to...Dr. David von Oheimb2021-01-131-0/+19
* test/certs/setup.sh: Fix two glitchesDr. David von Oheimb2020-12-041-3/+3
* x509_vfy.c: Restore rejection of expired trusted (root) certificateDr. David von Oheimb2020-12-032-0/+19
* Add some additional test certificates/keysMatt Caswell2020-11-189-0/+318
* Prune low-level ASN.1 parse errors from error queue in der2key_decode() etc.Dr. David von Oheimb2020-09-301-0/+20
* Implement treatment of id-pkix-ocsp-no-check extension for OCSP_basic_verify()Dr. David von Oheimb2020-09-264-1/+67
* Generate a certificate with critical id-pkix-ocsp-nocheck extensionTomas Mraz2020-09-262-1/+38
* Correct certificate and key names for explicit ec param testTomas Mraz2020-09-211-2/+4
* Disallow certs with explicit curve in verification chainTomas Mraz2020-09-1711-0/+116
* apps: make use of OSSL_STORE for generalized certs and CRLs loadingDr. David von Oheimb2020-08-202-0/+0
* Fix a test_verify failureMatt Caswell2020-07-282-17/+18
* Deprecate -nodes in favor of -noenc in pkcs12 and req appDr. David von Oheimb2020-07-281-1/+1
* Fix issue 1418 by moving check of KU_KEY_CERT_SIGN and weakening check_issued()Dr. David von Oheimb2020-07-012-0/+21
* Add support for unusal 'othername' subjectAltNamesDirk-Willem van Gulik2020-04-251-0/+36
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Add test cases for the non CA certificate with pathlen:0Tomas Mraz2020-04-062-1/+20
* Issuer Sign Tool extention supportNikolay Morozov2020-03-251-0/+30
* Generate new Ed488 certificatesKurt Roeckx2020-02-114-12/+28
* Create a new embeddedSCTs1 that's signed using SHA256Kurt Roeckx2020-02-0510-37/+129
* Add Restricted PSS certificate and keyMatt Caswell2019-08-094-0/+85
* Support SM2 certificate signingPaul Yang2019-06-283-0/+28
* Add test cases for SM2 cert verificationPaul Yang2019-03-302-0/+14
* add 'Signature Value:' line and correct indentation when printing X.509 signa...David von Oheimb2019-03-183-45/+48
* update reference output of test_x509 in test/certs/cyrillic.*David von Oheimb2019-03-182-4/+2
* Configure: make C++ build tests optional and configurableRichard Levitte2019-03-052-0/+6
* Support raw input data in apps/pkeyutlPaul Yang2019-02-272-0/+18
* Fix cert with rsa instead of rsaEncryption as public key algorithmBernd Edlinger2018-12-311-0/+18
* Following the license change, modify the boilerplates in test/Richard Levitte2018-12-061-1/+1
* Add some test brainpool certificatesMatt Caswell2018-11-123-0/+25
* Limit scope of CN name constraintsViktor Dukhovni2018-05-2311-139/+247
* Update copyright yearMatt Caswell2018-03-201-1/+1
* Update tests for TLS Ed448Matt Caswell2018-03-055-0/+38
* Modify expected output of a CRL to match the changed printoutRichard Levitte2017-11-161-1/+1
* Modify expected output of a certificate to match the changed printoutRichard Levitte2017-11-162-2/+2
* Many spelling fixes/typo's corrected.Josh Soref2017-11-111-2/+2
* Guard against DoS in name constraints handling.David Benjamin2017-09-227-0/+2160
* Add RSA-PSS test certificatesDr. Stephen Henson2017-09-202-0/+47
* Cleanup some copyright stuffRich Salz2017-06-301-3/+8
* Add Ed25519 EE certificatesDr. Stephen Henson2017-06-214-0/+52
* Ed25519 support for mkcert.shDr. Stephen Henson2017-06-211-0/+1
* Add test cases for X509_check_private_keyPaul Yang2017-06-062-0/+43