summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests: use the exported API for IDNA testingNikos Mavrogiannopoulos2017-01-261-13/+28
* tests: simplified str-idnaNikos Mavrogiannopoulos2017-01-261-39/+58
* Add support for libidn2 (IDNA 2008 + TR46)Tim Rühsen2017-01-251-3/+11
* tests: verify that a written certificate will inherit its ID from privkeytmp-assign-same-pkcs11-idNikos Mavrogiannopoulos2017-01-242-0/+167
* tests: skip tests that requires tools if tools are disabledAlon Bar-Lev2017-01-231-1/+5
* Revert "tests: suite: pkcs11: skip if no softhsm"Nikos Mavrogiannopoulos2017-01-201-1/+1
* tests: added private key causing FPENikos Mavrogiannopoulos2017-01-193-2/+3
* tests: added PKCS#8 key which causes undefined behavior on importNikos Mavrogiannopoulos2017-01-193-2/+2
* tests: added certificate which reproduces a leak in gnutls_x509_ext_import_aiaNikos Mavrogiannopoulos2017-01-192-0/+1
* tests: added check which ensures a client cannot receive during handshakeNikos Mavrogiannopoulos2017-01-182-1/+299
* tests: added check which ensures a client cannot transmit during handshakeNikos Mavrogiannopoulos2017-01-182-1/+296
* tests: cleanup error reporting in handshake-false-startNikos Mavrogiannopoulos2017-01-181-19/+19
* tests: added missing fileNikos Mavrogiannopoulos2017-01-091-1/+1
* tests: remove bash usageAlon Bar-Lev2017-01-0516-18/+16
* tests: suite: chain: support separate builddirAlon Bar-Lev2017-01-051-1/+3
* tests: skip tests that requires tools if tools are disabledAlon Bar-Lev2017-01-0520-0/+121
* tests: added test case with invalid openpgp certNikos Mavrogiannopoulos2017-01-042-35/+9
* tests: added test case with invalid openpgp certNikos Mavrogiannopoulos2017-01-043-1/+7
* tests: added test case with invalid openpgp certNikos Mavrogiannopoulos2017-01-043-1/+7
* tests: added test case with invalid openpgp certNikos Mavrogiannopoulos2017-01-043-1/+8
* tests: openpgp-cert-parser: simplifiedNikos Mavrogiannopoulos2017-01-041-8/+16
* tests: added reproducer for server issuesNikos Mavrogiannopoulos2017-01-043-2/+117
* tests: added test with private key that causes memory leakNikos Mavrogiannopoulos2017-01-043-2/+2
* tests: added test with PKCS#8 key that signals FPENikos Mavrogiannopoulos2017-01-043-2/+4
* tests: skip tests that requires tools if tools are disabledAlon Bar-Lev2017-01-0444-10/+260
* tests: cert-tests: pkcs12 drop builddir usageAlon Bar-Lev2017-01-042-4/+2
* tests: suite: pkcs11: skip if no softhsmAlon Bar-Lev2017-01-041-1/+1
* tests: added test case with invalid X.509 certNikos Mavrogiannopoulos2017-01-032-1/+1
* tests: added test case with invalid X.509 certNikos Mavrogiannopoulos2017-01-032-1/+1
* tests: added reproducer for client issuesNikos Mavrogiannopoulos2017-01-035-1/+118
* tests: do not run key-tests under leak sanitizerNikos Mavrogiannopoulos2017-01-031-1/+1
* tests: illegal-rsa: don't hide stderrNikos Mavrogiannopoulos2017-01-031-2/+2
* tests: added suite for checking PKCS#7 structure importNikos Mavrogiannopoulos2017-01-036-2/+149
* tests: added test case with invalid X.509 certificateNikos Mavrogiannopoulos2017-01-022-1/+2
* tests: cert-tests: force asan to return an error code other than one on failureNikos Mavrogiannopoulos2017-01-021-1/+1
* tests: added test for invalid private keysNikos Mavrogiannopoulos2017-01-023-2/+54
* tests: added certificate to reproduce memory leakNikos Mavrogiannopoulos2017-01-022-1/+1
* tests: added test case with invalid PKCS#8 dataNikos Mavrogiannopoulos2017-01-023-2/+2
* Corrected a leak in OpenPGP sub-packet parsing.Alex Gaynor2017-01-022-0/+5
* Attempt to fix a leak in OpenPGP cert parsing.Alex Gaynor2016-12-312-0/+4
* tests: enable all the ciphersuite in openssl cli for DSS checksfix-compat-testsNikos Mavrogiannopoulos2016-12-311-3/+3
* tests: don't check against 3DES if disabled in opensslNikos Mavrogiannopoulos2016-12-311-3/+8
* tests: do not pass the -dhparams to openssl 1.1.0; it doesn't workNikos Mavrogiannopoulos2016-12-311-1/+8
* tests: simplified DH params formatNikos Mavrogiannopoulos2016-12-311-33/+9
* tests: corrected type in openssl compat testsNikos Mavrogiannopoulos2016-12-311-2/+2
* tests: added common variable for DH parametersNikos Mavrogiannopoulos2016-12-313-31/+33
* tests: fixed paths in compat testsNikos Mavrogiannopoulos2016-12-311-2/+2
* tests: better termination checking in compat testsNikos Mavrogiannopoulos2016-12-312-3/+22
* Do not infinite loop if an EOF occurs while skipping a PGP packetAlex Gaynor2016-12-283-0/+43
* tests: added check for certtool loading CA certificates from PKCS#11Nikos Mavrogiannopoulos2016-12-193-8/+184