summaryrefslogtreecommitdiff
path: root/tests/suite
Commit message (Collapse)AuthorAgeFilesLines
* tests: use /bin/bash in tests which require common.shNikos Mavrogiannopoulos2016-05-207-7/+7
|
* tests: simplified server launching processNikos Mavrogiannopoulos2016-05-206-159/+287
| | | | | Also attempt to use a new port on every started server and added a waiting period for the port to become re-usable.
* tests: disable unsupported curves from compatibility checksNikos Mavrogiannopoulos2016-04-092-1/+5
| | | | This allows running make check even when compiling with disable-suiteb-curves.
* tests: testpkcs11: the test will always fail in code path failuresNikos Mavrogiannopoulos2016-03-081-10/+5
|
* tests: enable softhsmv2 test suite by defaultNikos Mavrogiannopoulos2016-02-274-8/+7
| | | | Also do not fatally fail with known softhsmv2 bugs.
* pkcs11: tests for RSA, ECC, DSA private key importJan Vcelak2016-02-271-0/+54
| | | | Signed-off-by: Jan Vcelak <jan.vcelak@nic.cz>
* pkcs11: tests for DSA key generatingJan Vcelak2016-02-271-0/+19
| | | | Signed-off-by: Jan Vcelak <jan.vcelak@nic.cz>
* tests: pkcs11-pubkey-import-ecdsa will only work under softhsmv2gnutls_3_4_9Nikos Mavrogiannopoulos2016-02-031-0/+5
|
* tests: pkcs11-pubkey-import will check both RSA and ECDSA keysNikos Mavrogiannopoulos2015-12-314-13/+102
|
* tests: check whether gnutls_pubkey_import_privkey() operates well for ↵Nikos Mavrogiannopoulos2015-12-062-2/+213
| | | | PKCS#11 RSA keys
* tests: suite: more shell scripts were given the .sh suffix and simplified ↵Nikos Mavrogiannopoulos2015-11-129-13/+117
| | | | makefile
* tests: suite: don't run shell scripts with valgrindNikos Mavrogiannopoulos2015-11-124-5/+7
|
* tests: testsrn: output errors on stderrNikos Mavrogiannopoulos2015-11-121-15/+16
|
* testdane: improved error detection in sitesNikos Mavrogiannopoulos2015-11-091-3/+13
|
* tests: suite: eliminate many leaks in the tests and run them under valgrindNikos Mavrogiannopoulos2015-11-096-34/+339
|
* tests: eliminate leaks in mini-eagain2.cNikos Mavrogiannopoulos2015-11-091-0/+3
|
* tests: testdane will not check hosts which are unreachableNikos Mavrogiannopoulos2015-10-211-18/+28
|
* tests: adapted testpkcs11 for use with 3.4.x certtoolNikos Mavrogiannopoulos2015-10-172-1/+31
|
* tests: verify that public keys are properly writtenNikos Mavrogiannopoulos2015-10-172-3/+58
| | | | | Also disable parts of the suite that softhsm2 cannot properly work with, to allow running parts of the suite even with broken softhsm.
* tests: better detection of softhsm libraryNikos Mavrogiannopoulos2015-10-071-7/+9
|
* removed legacy libgcrypt flagsNikos Mavrogiannopoulos2015-07-201-1/+0
|
* tests: tab indent + minor style changesAlon Bar-Lev2015-06-2417-1468/+1514
| | | | Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
* tests: modified test-ciphersuite-names to work with cpp 5.1.1Nikos Mavrogiannopoulos2015-06-231-1/+3
|
* tests: test-ciphersuite-names: create any needed dirsNikos Mavrogiannopoulos2015-06-221-0/+1
|
* tests: moved test-ciphersuites.sh one level upNikos Mavrogiannopoulos2015-06-223-5/+5
| | | | That simplifies running the script outside make check.
* tests: suite: ciphersuite: fixupsAlon Bar-Lev2015-06-223-77/+89
| | | | | | | | | | fix separate builddir issue, without modifying locations, quite ugly. re-indent using tab. fix shebang. Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
* tests: enforce UTC timezone in datefudge testsAlon Bar-Lev2015-06-212-0/+4
| | | | Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
* tests: suite: cleanup shell usageAlon Bar-Lev2015-06-2118-1530/+1516
| | | | | | | | | | | | Add quotes for most usages of variables. Added ${} for variables. Cleanup indentation to be consistent with other tests. Fix separate builddir issues. Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
* 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: remove bash usageAlon Bar-Lev2015-06-171-5/+5
| | | | Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
* tests: check also individual ciphers for interoperabilityNikos Mavrogiannopoulos2015-06-112-7/+47
|
* tests: testdane: remove dane.nox.su from the list of known to be good hostsNikos Mavrogiannopoulos2015-05-051-2/+2
|
* tests: test CCM-8 against polarsslNikos Mavrogiannopoulos2015-04-071-0/+10
|
* tests: ciphersuite test will ignore the invalid names of ↵Nikos Mavrogiannopoulos2015-04-071-2/+5
| | | | | | | TLS_DHE_PSK_WITH_AES_128_CCM_8 That is because the names in rfc6655 are for some reason different than the expected.
* tests: check whether PKCS #11 ID set on copy/generation is correctNikos Mavrogiannopoulos2015-03-311-3/+11
|
* test-ciphers.js: improved ciphersuite checksNikos Mavrogiannopoulos2015-03-291-3/+3
|
* updated test-ciphersuite.sh for new typesNikos Mavrogiannopoulos2015-03-291-1/+1
|
* tests: check legacy RC4 in testcompatNikos Mavrogiannopoulos2015-03-231-3/+23
| | | | | That would prevent losing compatibility without detecting it. That is currently the case since it is no longer enabled by default.
* testpkcs11: disallow softhsm 2.0.0b1 from being used to test PKCS #11Nikos Mavrogiannopoulos2015-03-131-0/+5
|
* tests: mini-eagain2: call gnutls_handshake_set_timeout() at the proper timeNikos Mavrogiannopoulos2015-03-131-2/+3
|
* tests: added checks for p11tool --set-id and --set-labelNikos Mavrogiannopoulos2015-03-111-0/+52
|
* tests: do not run polarssl interop test on VIANikos Mavrogiannopoulos2015-03-071-0/+6
|
* use common license in all testcompat scriptsNikos Mavrogiannopoulos2015-03-071-11/+20
|
* tests: speed up testcompat check by remove less important optionsNikos Mavrogiannopoulos2015-03-052-2/+2
|
* tests: updated paths for softhsm detectionNikos Mavrogiannopoulos2015-03-051-2/+2
|
* tests: removed dane hosts which don't behave wellNikos Mavrogiannopoulos2015-03-041-1/+3
|
* asn1random.pl: generate simple tags onlyIlya V. Matveychikov2015-03-041-1/+8
| | | | | | | Do not emit tags with numbers greater than or equal 31 as they must be encoded an octet sequence (ref X.690-0207 # 8.1.2.4) Signed-off-by: Ilya V. Matveychikov <i.matveychikov@securitycode.ru>
* tests: updated the suite to account for the removal of DSA by defaultNikos Mavrogiannopoulos2015-03-031-8/+8
|
* cross-implementation test suite was relicensed to 3-clause BSDNikos Mavrogiannopoulos2015-03-034-48/+88
| | | | That way the suite can be used by projects with other licenses.
* tests: updates in softhsm detectionNikos Mavrogiannopoulos2015-01-121-2/+5
|