summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Revert "tests: ensure the seed is provided in plain hex"Nikos Mavrogiannopoulos2016-04-281-5/+5
* tests: check certtool dh-parameter generation with --provable optionNikos Mavrogiannopoulos2016-04-282-1/+86
* tests: ensure the seed is provided in plain hexNikos Mavrogiannopoulos2016-04-281-5/+5
* tests: simplified custom-urls checkNikos Mavrogiannopoulos2016-04-281-56/+1
* tests: added check on whether builtin URLs cannot be overridenNikos Mavrogiannopoulos2016-04-282-1/+289
* tests: added check for GNUTLS_FORCE_CLIENT_CERT init flagNikos Mavrogiannopoulos2016-04-281-12/+20
* tests: check client behavior of sending CA certificatesNikos Mavrogiannopoulos2016-04-283-1/+434
* tests: enhanced dane testing with offline verification checksNikos Mavrogiannopoulos2016-04-261-34/+573
* tests: include self tests with CURVE-X25519Nikos Mavrogiannopoulos2016-04-243-64/+117
* tests: updated the openssl compat check to make explicit the used curvesNikos Mavrogiannopoulos2016-04-241-23/+32
* tests: on out of memory conditions do not fail the hash-large testNikos Mavrogiannopoulos2016-04-231-0/+13
* tests: hash-large: use private mmap()Nikos Mavrogiannopoulos2016-04-201-1/+1
* tests: use mmap() for large memory allocations in systems that support itNikos Mavrogiannopoulos2016-04-201-2/+26
* tests: use /bin/bash for tests that use bashismsNikos Mavrogiannopoulos2016-04-202-2/+2
* tests: don't run danetool.sh if danetool is not presentNikos Mavrogiannopoulos2016-04-201-2/+4
* tests: do not run danetool.sh on windowsNikos Mavrogiannopoulos2016-04-191-1/+5
* tests: added basic check on danetool --tlsa-rr optionNikos Mavrogiannopoulos2016-04-182-1/+80
* tests: suite: disable any openssl cpu optimizationsNikos Mavrogiannopoulos2016-04-151-1/+2
* tests: enhanced the false start checksNikos Mavrogiannopoulos2016-04-151-81/+153
* tests: pem-decoding: fixed issue preventing out-of-tree checksNikos Mavrogiannopoulos2016-04-131-1/+1
* tests: pem-decoding: use unique temp filesNikos Mavrogiannopoulos2016-04-131-17/+21
* tests: enhanced mini-x509-kx with ECDHE-ECDSA ciphersuite testingNikos Mavrogiannopoulos2016-04-132-5/+23
* tests: enhanced mini-x509-kx with client auth scenariosNikos Mavrogiannopoulos2016-04-131-113/+40
* tests: verify that the output of gnutls_sign_algorithm_get() is the expected oneNikos Mavrogiannopoulos2016-04-131-6/+33
* tests: enhanced and simplified SHA3 testsNikos Mavrogiannopoulos2016-04-136-101/+65
* tests: added check of GOST cert decoding/printingNikos Mavrogiannopoulos2016-04-133-1/+65
* tests: added basic tests for CSR parsingNikos Mavrogiannopoulos2016-04-132-1/+227
* tests: added basic tests on CRL parsingNikos Mavrogiannopoulos2016-04-132-1/+248
* tests: added basic functionality tests for gnutls_x509_crt_get_*_oidNikos Mavrogiannopoulos2016-04-131-5/+46
* sign: corrected digest in SHA3-224 OID mappingNikos Mavrogiannopoulos2016-04-131-5/+5
* tests: combined the resume checks for Anonymous and PSK ciphersuitesNikos Mavrogiannopoulos2016-04-123-612/+92
* corrected SHA3-224 OIDNikos Mavrogiannopoulos2016-04-091-5/+5
* tests: remove any system specific code of ecoreNikos Mavrogiannopoulos2016-04-092-55/+5
* tests: disable unsupported curves from compatibility checksNikos Mavrogiannopoulos2016-04-092-1/+5
* tests: removed unused scriptsNikos Mavrogiannopoulos2016-04-092-118/+0
* tests: reduce the number of loops in x509sign-verify2Nikos Mavrogiannopoulos2016-04-081-1/+1
* tests: check the generation of IP name constraints with certtoolNikos Mavrogiannopoulos2016-04-052-10/+22
* name constraints: compute permitted set strictlyDaiki Ueno2016-04-053-1/+356
* tests: added check for system priority file loading and parsingNikos Mavrogiannopoulos2016-04-013-2/+76
* tests: added check of verification using MD5 with and without --verify-allow-...Nikos Mavrogiannopoulos2016-03-313-2/+133
* tests: added PKCS #7 signing/verification test with broken sigs (MD5)Nikos Mavrogiannopoulos2016-03-312-1/+64
* tests: check whether resumption data from resumed session workNikos Mavrogiannopoulos2016-03-311-0/+22
* tests: added check for gnutls_record_set_state() under DTLSNikos Mavrogiannopoulos2016-03-312-1/+392
* tests: check gnutls_record_get_state() with DTLSNikos Mavrogiannopoulos2016-03-292-1/+406
* tests: delete outfile in certtool-long-cnNikos Mavrogiannopoulos2016-03-291-1/+3
* tests: verify the output of name constraints IP decodingNikos Mavrogiannopoulos2016-03-293-2/+121
* tests: check the sequence numbers produced by gnutls_record_get_state()Nikos Mavrogiannopoulos2016-03-291-30/+77
* tests: added OCSP related checksNikos Mavrogiannopoulos2016-03-239-1/+437
* Avoid using strerror in dtls stress testMaya Rashish2016-03-231-2/+1
* Add missing header to testsuiteMaya Rashish2016-03-231-0/+1