summaryrefslogtreecommitdiff
path: root/tests/suite/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* tests: disable unsupported curves from compatibility checksNikos Mavrogiannopoulos2016-04-091-0/+4
| | | | This allows running make check even when compiling with disable-suiteb-curves.
* tests: pkcs11-pubkey-import will check both RSA and ECDSA keysNikos Mavrogiannopoulos2015-12-311-2/+2
|
* tests: check whether gnutls_pubkey_import_privkey() operates well for ↵Nikos Mavrogiannopoulos2015-12-061-2/+2
| | | | PKCS#11 RSA keys
* tests: suite: more shell scripts were given the .sh suffix and simplified ↵Nikos Mavrogiannopoulos2015-11-121-13/+11
| | | | makefile
* tests: suite: don't run shell scripts with valgrindNikos Mavrogiannopoulos2015-11-121-4/+6
|
* tests: suite: eliminate many leaks in the tests and run them under valgrindNikos Mavrogiannopoulos2015-11-091-4/+3
|
* removed legacy libgcrypt flagsNikos Mavrogiannopoulos2015-07-201-1/+0
|
* tests: moved test-ciphersuites.sh one level upNikos Mavrogiannopoulos2015-06-221-1/+1
| | | | That simplifies running the script outside make check.
* tests: suite: run testpkcs11 if PKCS#11 is enabledAlon Bar-Lev2015-06-171-2/+2
| | | | Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
* tests: separated the two testcompat tests (openssl/polarssl)Nikos Mavrogiannopoulos2014-11-061-4/+5
|
* testcompat: added interop tests with polarsslNikos Mavrogiannopoulos2014-11-041-1/+1
|
* tests: Added check for gnutls_certificate_set_x509_key_file2() and PKCS #11 ↵Nikos Mavrogiannopoulos2014-11-011-2/+2
| | | | + PIN
* tests: Added check to ensure that trust list combination with extra ↵Nikos Mavrogiannopoulos2014-10-091-2/+2
| | | | certificates works
* tests: check gnutls_pkcs11_crt_is_known() when multiple same DNs are presentNikos Mavrogiannopoulos2014-10-061-2/+2
|
* tests: added testpkcs11.sc-hsmNikos Mavrogiannopoulos2014-07-021-1/+2
|
* tests: improved testpkcs11 suiteNikos Mavrogiannopoulos2014-07-011-1/+1
|
* Added test for CRL decoding.Nikos Mavrogiannopoulos2014-06-051-1/+3
|
* Pass the LIBTOOL variable into test scriptsNikos Mavrogiannopoulos2014-06-051-3/+4
| | | | | | That allows using the detected libtool in scripts. That corrects an issue on OS X systems that ship a different libtool. Reported by Daniel E. Macks.
* Test the random generators in gnutls using the dieharder tool.Nikos Mavrogiannopoulos2014-04-281-3/+3
|
* Added test to verify whether gnutls_x509_trust_list_get_issuer() operates ↵Nikos Mavrogiannopoulos2014-04-281-2/+2
| | | | correctly under PKCS #11 trust list.
* More script tests run under valgrindNikos Mavrogiannopoulos2014-04-191-0/+7
|
* do not build ecore when cross-compiling for windows.Nikos Mavrogiannopoulos2014-04-091-1/+2
|
* Converted the PKCS #11 test suite to use softhsmNikos Mavrogiannopoulos2014-04-051-2/+4
| | | | That allows us running it in the normal test suite.
* Perform the certificate verification tests in PKCS #11-based verification ↵Nikos Mavrogiannopoulos2014-04-041-0/+6
| | | | using softhsm.
* Added ciphersuite testNikos Mavrogiannopoulos2013-10-261-1/+1
|
* use the same environment in all testsNikos Mavrogiannopoulos2013-10-261-0/+5
|
* Avoid linking the library on librt.Nikos Mavrogiannopoulos2013-04-281-0/+1
|
* Added verify flags for DANE to enforce verification and restrict it to a field.Nikos Mavrogiannopoulos2013-03-011-0/+4
|
* Added program to estimate the timings in different record paddings.Nikos Mavrogiannopoulos2013-01-201-1/+1
|
* corrected testNikos Mavrogiannopoulos2012-12-151-1/+1
|
* do not build ecore in macosxNikos Mavrogiannopoulos2012-12-121-3/+11
|
* All external libraries that were in LDFLAGS are moved into LIBADD/LDADD.Nikos Mavrogiannopoulos2012-09-251-1/+1
| | | | | It also fixes order within LIBADD/LDADD so that libtool objects go first. Patch by Bartosz Brachaczek.
* Added script to check against randomly generated certificates.Nikos Mavrogiannopoulos2012-09-231-1/+1
|
* Added test on an invalid certificate.Nikos Mavrogiannopoulos2012-03-131-2/+2
|
* Run 'make update-copyright'.Simon Josefsson2012-01-161-1/+1
|
* Cleanup and fix authorship notice (I didn't write this file).Simon Josefsson2011-11-091-29/+42
|
* libgnutls-extra is no more.Nikos Mavrogiannopoulos2011-10-201-2/+2
|
* tests: Build eagain-cli with correct librariesStef Walter2011-06-071-1/+1
| | | | | | * Add -ldl -lpthread to linker flags Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* x509paths tests moved to suite/.Nikos Mavrogiannopoulos2011-04-151-2/+2
|
* Added interoperability tests with openssl.Nikos Mavrogiannopoulos2011-04-151-2/+3
|
* Enabled the extra safe renegotiation tests.Nikos Mavrogiannopoulos2011-04-141-2/+2
|
* Better way of not including the tests/suite directory. Based on discussion ↵Nikos Mavrogiannopoulos2011-04-081-5/+3
| | | | with LRN and Vincent Torri.
* Added tests/suite which contains tests to be executed duringNikos Mavrogiannopoulos2010-10-161-0/+79
development time and will not be distributed (not included in make dist). Added "ecore" and a new mini-eagain to test EAGAIN behavior.