summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* tests: added check of DTLS rehandshake when using PKIX certsNikos Mavrogiannopoulos2016-06-102-1/+389
* tests: document some details in system-prio-file [ci skip]Nikos Mavrogiannopoulos2016-06-091-0/+5
* tests: added checks for system priority file fallback mechanismNikos Mavrogiannopoulos2016-06-091-0/+9
* tests: enhanced system priority file testingNikos Mavrogiannopoulos2016-06-091-1/+2
* tests: renamed rehandshake checks for clarityNikos Mavrogiannopoulos2016-06-064-4/+4
* keylogfile: only consider the SSLKEYLOGFILE variableNikos Mavrogiannopoulos2016-06-061-2/+0
* tests: move pkcs11-cert-import-url4-exts with the other pkcs11 testsNikos Mavrogiannopoulos2016-06-031-2/+3
* tests: corrected typo in crl-testNikos Mavrogiannopoulos2016-06-031-1/+1
* tests: check gnutls_pkcs11_obj_list_import_url4() with GNUTLS_PKCS11_OBJ_FLAG...Nikos Mavrogiannopoulos2016-06-032-1/+169
* tests: added comprehensive OCSP test suite with MUST-staple PKIX extensionNikos Mavrogiannopoulos2016-06-013-1/+376
* tests: utils: added c_print()Nikos Mavrogiannopoulos2016-06-012-1/+15
* ext: status_request: added more descriptive nameNikos Mavrogiannopoulos2016-06-011-1/+1
* tests: added basic check for gnutls_url_is_supportedNikos Mavrogiannopoulos2016-05-312-1/+55
* tests: added unit tests for gnutls_x509_tlsfeatures_t handling funcsNikos Mavrogiannopoulos2016-05-302-1/+101