summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* tests: added check for multiple calls to gnutls_priority_set_direct()Nikos Mavrogiannopoulos2016-12-192-1/+173
* tests: added certificate which was causing issues in gnutls_x509_crt_print()Nikos Mavrogiannopoulos2016-12-162-1/+1
* tests: improved certder to easily load certificates from a directoryNikos Mavrogiannopoulos2016-12-1610-418/+156
* tests: added test for PKCS#8 encrypted key decodingNikos Mavrogiannopoulos2016-12-133-8/+89
* tests: disable ASAN leak checks on suite testsNikos Mavrogiannopoulos2016-12-091-4/+5
* tests: disable ASAN leak checks on certificate testsNikos Mavrogiannopoulos2016-12-091-0/+3
* tests: enhanced long-session-id testtmp-long-session-id-updateNikos Mavrogiannopoulos2016-12-091-14/+8
* tests: eliminate compilation warning in crq-basic [ci skip]Nikos Mavrogiannopoulos2016-12-091-1/+1
* tests: make conditional (to HAVE_LIBIDN) any IDN related checksNikos Mavrogiannopoulos2016-12-082-0/+6
* tests: disable leak checks in rsa-md5-collision.shNikos Mavrogiannopoulos2016-12-081-1/+6
* tests: split and enhanced UTF-8 name checks from hostname-checkNikos Mavrogiannopoulos2016-12-083-78/+218
* tests: added check with failed verification on invalid UTF-8Nikos Mavrogiannopoulos2016-12-084-1/+192
* tests: updated cert with UTF8 names to contain proper IDNA2003 encoded namesNikos Mavrogiannopoulos2016-12-081-14/+14
* tests: added missing test in distNikos Mavrogiannopoulos2016-12-081-1/+1
* tests: corrected typos in starttls.shNikos Mavrogiannopoulos2016-12-081-1/+1
* tests: reduced the intermediate steps in rsa-md5-collisiontmp-rsa-md5-simplificationsNikos Mavrogiannopoulos2016-12-077-21/+533
* tests: added operational -sign/verify- tests in keygen appNikos Mavrogiannopoulos2016-12-071-0/+46
* tests: enhanced keygen to include check of gnutls_x509_privkey_cpyNikos Mavrogiannopoulos2016-12-071-1/+19
* tests: added tests for CRL generation APIsNikos Mavrogiannopoulos2016-12-072-1/+212
* Don't trash DER CRQ output with text dataDmitry Eremin-Solenikov2016-12-072-0/+4
* tests: updated overhead calculation for new codeNikos Mavrogiannopoulos2016-12-061-3/+10
* tests: added check for MTU calculation on DTLS 1.2Nikos Mavrogiannopoulos2016-12-062-1/+212
* tests: corrected space-tab issueNikos Mavrogiannopoulos2016-12-012-2/+2
* tests: added checks on signature key usage violationsNikos Mavrogiannopoulos2016-12-013-7/+339
* tests: use datefudge in rsa-md5-collision checktmp-autogen-fixNikos Mavrogiannopoulos2016-11-291-0/+5
* tests: str-unicode: check whether exceptions are tolerated on decryptionNikos Mavrogiannopoulos2016-11-281-1/+9
* tests: added exception and join control characters in str-unicodeNikos Mavrogiannopoulos2016-11-281-0/+10
* tests: enhanced str-unicode with more char setsNikos Mavrogiannopoulos2016-11-281-1/+15
* tests: fixed str-unicode tests with control charactersNikos Mavrogiannopoulos2016-11-281-2/+2
* tests: added pkcs12 file with long passwordNikos Mavrogiannopoulos2016-11-283-2/+2
* tests: added unit tests of of _gnutls_idna_reverse_mapNikos Mavrogiannopoulos2016-11-251-16/+33
* tests: updated crt_apis to include setting UTF-8 SANNikos Mavrogiannopoulos2016-11-251-1/+54
* tests: updated crq_apis to include setting UTF-8 SANNikos Mavrogiannopoulos2016-11-251-17/+62
* tests: added pkcs7 verification with struct generated from openssl (with keyid)Nikos Mavrogiannopoulos2016-11-254-3/+107