summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* gnutls_transport_set_fastopen: added flags optionstcp-fast-openNikos Mavrogiannopoulos2016-08-081-1/+1
* tests: check gnutls_certificate_get_x509_crt with more than one certificatesNikos Mavrogiannopoulos2016-08-082-30/+82
* tests: Use common ca3 test certificates in x509cert, x509dn and x509self tests.Stefan Sørensen2016-08-083-307/+32
* tests: Remove zero-termination of gnutls_datum encapsulated certificatesStefan Sørensen2016-08-081-17/+17
* tests: added check for errors when importing illegal RSA keysNikos Mavrogiannopoulos2016-08-086-3/+339
* tests: added missing backslash in key-tests MakefileNikos Mavrogiannopoulos2016-08-081-1/+1
* tests: use gnutls_record_set_timeout instead of kill child processesNikos Mavrogiannopoulos2016-08-053-3/+8
* tests: mini-record modify in a way to be more fail safeNikos Mavrogiannopoulos2016-08-051-4/+6
* tests: ignore sigpipe in mini-recordNikos Mavrogiannopoulos2016-08-051-0/+1
* tests: client-fastopen: removed seccomp conditionalNikos Mavrogiannopoulos2016-08-021-1/+1
* tests: Add and improve chain testsMartin Ukrop2016-07-291-54/+164
* tests: updated paths for new location of p12 filesNikos Mavrogiannopoulos2016-07-282-5/+5
* tests: safe renegotiation tests are run from top dirNikos Mavrogiannopoulos2016-07-283-43/+6
* tests: srp tests moved outside subdirNikos Mavrogiannopoulos2016-07-283-53/+2
* tests: moved sha2 tests into cert-tests/Nikos Mavrogiannopoulos2016-07-2814-208/+191
* tests: moved ecdsa tests to key-tests/Nikos Mavrogiannopoulos2016-07-286-126/+105
* tests: moved dsa tests into key-tests/Nikos Mavrogiannopoulos2016-07-2811-50/+22
* tests: moved pkcs8 tests to key-tests/Nikos Mavrogiannopoulos2016-07-2814-49/+17
* tests: key-tests: moved data files into data/ subdirNikos Mavrogiannopoulos2016-07-2814-29/+33
* tests: moved pkcs12 tests into cert-certs/ subdirNikos Mavrogiannopoulos2016-07-2813-318/+15
* Add test for gnutls_x509_crt_list_import2 with flag GNUTLS_X509_CRT_LIST_FAIL...tim-patchesTim Kosse2016-07-281-0/+11
* tests: removed irrelevant commentNikos Mavrogiannopoulos2016-07-281-1/+0
* tests: added unit test for linux _rnd_get_system_entropygetrandom-fixNikos Mavrogiannopoulos2016-07-262-1/+108
* tests: removed pkcs1-padding from subdirsNikos Mavrogiannopoulos2016-07-261-1/+1
* tests: pkcs1-pad: moved to cert-testsNikos Mavrogiannopoulos2016-07-268-43/+8
* tests: userid test moved to cert-tests/Nikos Mavrogiannopoulos2016-07-265-35/+4
* tests: rsa-md5-collision: run from top-levelNikos Mavrogiannopoulos2016-07-263-42/+10
* tests: added test of gnutls_transport_set_fastopenNikos Mavrogiannopoulos2016-07-262-1/+313
* tests: added test of TCP fast open using gnutls-cli and gnutls-servTim Ruehsen2016-07-262-1/+54
* tests: pkcs11-privkey-fork: added explicit pkcs11 deinitializationNikos Mavrogiannopoulos2016-07-262-2/+15
* tests: added checks for OCSP response file supporttests-improvementNikos Mavrogiannopoulos2016-07-2210-32/+235
* introduced: GNUTLS_E_UNAVAILABLE_DURING_HANDSHAKENikos Mavrogiannopoulos2016-07-221-1/+1
* tests: added check of the return values of resumption data functions during f...Nikos Mavrogiannopoulos2016-07-222-1/+157
* tests: Add DNS name constraints testsMartin Ukrop2016-07-212-23/+293
* tests: Tidy up old X509 name constraints testsMartin Ukrop2016-07-212-293/+227
* tests: verify that GNUTLS_NONBLOCK is available as a definitionrevive-definitionsNikos Mavrogiannopoulos2016-07-201-0/+4
* tests: enhanced DN decoding tests with complex encodingNikos Mavrogiannopoulos2016-07-201-4/+43
* tests: enhanced DN decoding tests with encodingNikos Mavrogiannopoulos2016-07-191-9/+115
* tests: utils: use vasprintf() where availableNikos Mavrogiannopoulos2016-07-191-3/+14
* tests: added checks for the RFC4514 decoding via gnutls_x509_dn_get_str()Nikos Mavrogiannopoulos2016-07-193-1/+109
* Remove redundant if expression from tests/mini-loss-time.cTim Rühsen2016-07-191-2/+0
* Fix tests/slow/cipher-openssl-compat.c for OpenSSL 1.1.0Tim Rühsen2016-07-191-7/+9
* tests: removed an skipped failures due to bugs in softhsm 2.0.0Nikos Mavrogiannopoulos2016-07-172-4/+2
* tests: seccomp examples: use cert-common.hNikos Mavrogiannopoulos2016-07-154-333/+4
* tests: enhanced arbitrary extension tests with octet_string encodingarbitrary-exts-octet-stringNikos Mavrogiannopoulos2016-07-143-16/+25
* tests: added basic testing of gnutls_x509_crq_set_extension_by_oid()Nikos Mavrogiannopoulos2016-07-131-0/+43
* tests: added checks on certificate and request generation with arbitrary exte...Nikos Mavrogiannopoulos2016-07-135-2/+191
* tests: added unit testing for DTLS sliding window implementationNikos Mavrogiannopoulos2016-07-132-0/+502
* tests: link the resume tests to gnulib due to their missing memmem()Nikos Mavrogiannopoulos2016-07-111-0/+4
* tests: ignore any memory leaks from libcryptoNikos Mavrogiannopoulos2016-07-052-1/+3