summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Added check with the invalid crq sent by Sean BurfordNikos Mavrogiannopoulos2014-11-093-2/+47
* testcompat-openssl: disable SSL 3.0 as it is not supported on debianNikos Mavrogiannopoulos2014-11-061-0/+9
* fixed polarssl compatibility checks on debianNikos Mavrogiannopoulos2014-11-061-8/+12
* tests: separated the two testcompat tests (openssl/polarssl)Nikos Mavrogiannopoulos2014-11-065-342/+372
* tests: added interoperability tests with openssl's PSKNikos Mavrogiannopoulos2014-11-051-0/+46
* tests: enhanced test to check the return value of gnutls_record_send()Nikos Mavrogiannopoulos2014-11-051-2/+6
* tests: Added unit tests for gnutls_certificate_get_ours in mini-x509-2Nikos Mavrogiannopoulos2014-11-051-0/+105
* tests: Added test for MAC verification checksNikos Mavrogiannopoulos2014-11-042-1/+421
* testcompat: increased the number of test cases checkedNikos Mavrogiannopoulos2014-11-042-88/+114
* testcompat-polarssl: try to run the test only if polarssl binaries are availableNikos Mavrogiannopoulos2014-11-041-0/+5
* testcompat: check the PSK ciphersuite interoperability against polarsslNikos Mavrogiannopoulos2014-11-042-0/+92
* testcompat: added interop tests with polarsslNikos Mavrogiannopoulos2014-11-045-36/+315
* tests: Added check for gnutls_certificate_set_x509_key_file2() and PKCS #11 +...Nikos Mavrogiannopoulos2014-11-012-2/+293
* tests: added test for gnutls_global_init after all descriptors are closedNikos Mavrogiannopoulos2014-10-312-1/+81
* tests: dtls-stress: fix issues in the suiteNikos Mavrogiannopoulos2014-10-311-7/+7
* removed support for SALSA20 and for stream ciphers with IVNikos Mavrogiannopoulos2014-10-241-6/+0
* tests: check the issuer value validity of gnutls_x509_trust_list_get_issuerNikos Mavrogiannopoulos2014-10-231-0/+10
* tests: include minitasn1 when neededNikos Mavrogiannopoulos2014-10-221-0/+4
* dtls-stress: reindented codeNikos Mavrogiannopoulos2014-10-201-150/+81
* tests: dtls-stress: only replay when send succeedsNikos Mavrogiannopoulos2014-10-201-2/+4
* testsrn: do not assume that SSL 3.0 is enabled by defaultNikos Mavrogiannopoulos2014-10-171-1/+1
* tests: added check for import failure of v1 certificate with extensionsNikos Mavrogiannopoulos2014-10-131-1/+32
* tests: removed last remnants of GNUTLS_VERIFY_KEY_PURPOSE_ON_INTERMEDIATENikos Mavrogiannopoulos2014-10-101-3/+3
* tests: pkcs11-combo: use unique db fileNikos Mavrogiannopoulos2014-10-101-3/+4
* tests: updated time in pkcs11-is-knownNikos Mavrogiannopoulos2014-10-091-1/+1
* tests: allow running specific chainverify tests on fixed datesNikos Mavrogiannopoulos2014-10-093-14/+27
* tests: Added check to ensure that trust list combination with extra certifica...Nikos Mavrogiannopoulos2014-10-092-2/+504
* tests: check whether the extended master secret is negotiated by defaultNikos Mavrogiannopoulos2014-10-082-0/+18
* tests: added check for gnutls_record_discard_queued()Nikos Mavrogiannopoulos2014-10-072-1/+307
* tests: corrected test for v1 cert signing (removed bogus authorityIdentifier)Nikos Mavrogiannopoulos2014-10-071-31/+31
* Add a test for PKCS11 CA iterationArmin Burgmeier2014-10-071-0/+31
* tests: corrected check with gnutls_x509_trust_list_get_issuerNikos Mavrogiannopoulos2014-10-071-108/+112
* tests: check gnutls_pkcs11_crt_is_known() when multiple same DNs are presentNikos Mavrogiannopoulos2014-10-062-2/+463
* tests: added -r option to dtls-stressNikos Mavrogiannopoulos2014-10-022-0/+24
* tests: added check for GNUTLS_TL_GET_COPYNikos Mavrogiannopoulos2014-10-012-0/+14
* use unsigned types in prototypesNikos Mavrogiannopoulos2014-09-242-5/+5
* Check the credentials getter functions as part of the unit testsArmin Burgmeier2014-09-242-5/+149
* tests: Added checks for key purpose verificationNikos Mavrogiannopoulos2014-09-224-110/+327
* tests: enhanced test suite to pass more of the PKCS #11 API under valgrindNikos Mavrogiannopoulos2014-09-192-6/+68
* tests: added checks with modified certificateNikos Mavrogiannopoulos2014-09-181-0/+195
* Check for all error conditions when verifying a certificateArmin Burgmeier2014-09-181-5/+8
* tests: use the PID number in RPORTNikos Mavrogiannopoulos2014-09-151-1/+1
* tests: Added crlverify to check gnutls_x509_crl_verify and gnutls_x509_trust_...Nikos Mavrogiannopoulos2014-09-132-1/+387
* create-chain.sh: generate CRLNikos Mavrogiannopoulos2014-09-131-0/+6
* pkcs11-get-issuer: do not hardcode the chain number, use its nameNikos Mavrogiannopoulos2014-09-121-7/+22
* tests: simply valgrind suppressions for libidnNikos Mavrogiannopoulos2014-09-072-29/+3
* use random ports in tests, unless a port is providedNikos Mavrogiannopoulos2014-09-056-6/+13
* require libtasn1 3.9 or laterNikos Mavrogiannopoulos2014-09-041-0/+4
* tests: extended crq API checksNikos Mavrogiannopoulos2014-09-041-0/+39
* tests: Check the behavior of a DTLS server in a low-mtu scenario.Nikos Mavrogiannopoulos2014-09-042-1/+349