summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* asm: updated openssl and the asm sources for AES-GCM from openssl 1.0.2hNikos Mavrogiannopoulos2016-07-051-1/+10
* tests: when testing with openssl disallow any CPU optimizationsNikos Mavrogiannopoulos2016-07-051-0/+1
* tests: added openssl compatibility tests for AES-GCM cipherNikos Mavrogiannopoulos2016-07-055-5/+182
* tests: ignore leaks due to p11-kit in test suiteNikos Mavrogiannopoulos2016-07-042-1/+3
* tests: added check to ensure that pkcs11 objects will be reopened on forkNikos Mavrogiannopoulos2016-07-044-2/+206
* tests: account pkcs11/pkcs11-mock-ext.h in MakefileNikos Mavrogiannopoulos2016-06-301-1/+1
* tests: link pkcs11-import-url-privkey with libdlNikos Mavrogiannopoulos2016-06-301-0/+1
* tests: avoid compiler warning from pkcs11-pubkey-importNikos Mavrogiannopoulos2016-06-301-1/+1
* tests: added check to verify the tolerance of broken C_GetAttributesNikos Mavrogiannopoulos2016-06-304-2/+170
* tests: use datefudge in name-constraints testNikos Mavrogiannopoulos2016-06-291-1/+6
* tests: link libpkcs11mock1 with gnulibip-name-constraintsNikos Mavrogiannopoulos2016-06-281-0/+1
* tests: removed remainders of pkcs11 tests from suite/Nikos Mavrogiannopoulos2016-06-241-1/+1
* tests: pkcs11-is-known: check that no flags enforce compareNikos Mavrogiannopoulos2016-06-231-4/+21
* tests: moved pkcs11-softhsm test suite into pkcs11/Nikos Mavrogiannopoulos2016-06-2311-6/+9
* tests: added more unit tests for gnutls_pkcs11_crt_is_known()Nikos Mavrogiannopoulos2016-06-231-1/+169
* dn2: updated to account for serial number being printedNikos Mavrogiannopoulos2016-06-221-3/+5
* tests: corrected create-chain.sh to remove the ocsp_signing_key from generate...Nikos Mavrogiannopoulos2016-06-221-3/+0
* tests: replaced tls feature extension checksNikos Mavrogiannopoulos2016-06-221-412/+402
* tests: include softhsm.h into dist filesNikos Mavrogiannopoulos2016-06-221-1/+1
* tests: added check for handshake packet reconstructionNikos Mavrogiannopoulos2016-06-162-1/+387
* tests: disable SRP-base64 encode/decoded tests when SRP is disabledNikos Mavrogiannopoulos2016-06-151-0/+9
* tests: added missing filesNikos Mavrogiannopoulos2016-06-141-1/+1
* tests: fixed the path of cert-tests files and added missing files in Makefile.amNikos Mavrogiannopoulos2016-06-141-4/+4
* tests: verify the resilience of the TLSFeature handling functions on large nu...Nikos Mavrogiannopoulos2016-06-141-0/+52
* tests: added unit test for gnutls_x509_tlsfeatures_check_crtNikos Mavrogiannopoulos2016-06-142-1/+101
* tests: added chain verification with TLS featuresNikos Mavrogiannopoulos2016-06-141-0/+493
* tests: verify the operation of honor_crq_ext template optionNikos Mavrogiannopoulos2016-06-144-2/+60
* tests: common.sh will export the required TZ for datefudge testsNikos Mavrogiannopoulos2016-06-141-0/+2
* tests: added check on gnutls_x509_crt_set_crq_extension_by_oid()Nikos Mavrogiannopoulos2016-06-141-28/+137
* tests: moved check for datefudge in scripts/common.shNikos Mavrogiannopoulos2016-06-148-49/+30
* tests: cert-tests: moved all data files in separate subdirNikos Mavrogiannopoulos2016-06-1478-127/+129
* tests: cert-tests: moved templates into subdirNikos Mavrogiannopoulos2016-06-1421-31/+36
* tests: test trailing comma in system prioritiesDaniel P. Berrange2016-06-101-1/+5
* tests: added check of DTLS rehandshake for upgradeNikos Mavrogiannopoulos2016-06-102-1/+400