Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: enable all the ciphersuite in openssl cli for DSS checksfix-compat-tests | Nikos Mavrogiannopoulos | 2016-12-31 | 1 | -3/+3 |
| | |||||
* | tests: don't check against 3DES if disabled in openssl | Nikos Mavrogiannopoulos | 2016-12-31 | 1 | -3/+8 |
| | |||||
* | tests: do not pass the -dhparams to openssl 1.1.0; it doesn't work | Nikos Mavrogiannopoulos | 2016-12-31 | 1 | -1/+8 |
| | |||||
* | tests: simplified DH params format | Nikos Mavrogiannopoulos | 2016-12-31 | 1 | -33/+9 |
| | | | | Also switch to RFC7919 DH params. | ||||
* | tests: corrected type in openssl compat tests | Nikos Mavrogiannopoulos | 2016-12-31 | 1 | -2/+2 |
| | |||||
* | tests: added common variable for DH parameters | Nikos Mavrogiannopoulos | 2016-12-31 | 3 | -31/+33 |
| | |||||
* | tests: fixed paths in compat tests | Nikos Mavrogiannopoulos | 2016-12-31 | 1 | -2/+2 |
| | |||||
* | tests: better termination checking in compat tests | Nikos Mavrogiannopoulos | 2016-12-31 | 2 | -3/+22 |
| | | | | | This ensures that the exit code of all spawned processes is checked. | ||||
* | tests: added check for certtool loading CA certificates from PKCS#11 | Nikos Mavrogiannopoulos | 2016-12-19 | 3 | -8/+184 |
| | |||||
* | tests: disable ASAN leak checks on suite tests | Nikos Mavrogiannopoulos | 2016-12-09 | 1 | -4/+5 |
| | | | | | These detect memory leaks in the tools in src/ which are not critical nor there is serious reason to address. | ||||
* | tests: modified to account for backwards-encoded DN (according to RFC4514) | Nikos Mavrogiannopoulos | 2016-10-31 | 2 | -2/+2 |
| | |||||
* | tests: do not enable testpkcs11.sh twice | Dmitry Eremin-Solenikov | 2016-10-27 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | ||||
* | Fix compilation of tests if nettle is not installed in standard path | Dmitry Eremin-Solenikov | 2016-10-25 | 1 | -0/+2 |
| | | | | Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | ||||
* | tests: removed nohats.ca from testdane | Nikos Mavrogiannopoulos | 2016-10-22 | 1 | -1/+1 |
| | | | | The host seems to be unreliable. | ||||
* | tests: introduced verification constraints checks for PKCS#7 structures | Nikos Mavrogiannopoulos | 2016-10-18 | 1 | -1/+15 |
| | | | | That is, key purpose checks and more elaborate time checks. | ||||
* | tests: crl-test: use a unique temp file | Nikos Mavrogiannopoulos | 2016-10-14 | 1 | -4/+5 |
| | |||||
* | tests: added sanity check for included primes | Nikos Mavrogiannopoulos | 2016-10-14 | 2 | -2/+60 |
| | |||||
* | tests: updated pkcs7 text outputs to account for certtool update | Nikos Mavrogiannopoulos | 2016-10-14 | 2 | -0/+6908 |
| | |||||
* | tests: replaced large test2.cat with a smaller file | Nikos Mavrogiannopoulos | 2016-10-14 | 3 | -136/+22 |
| | |||||
* | tests: added checks for the decoding of various PKCS#7 structures | Nikos Mavrogiannopoulos | 2016-10-11 | 9 | -2/+481 |
| | |||||
* | avoid the usage of '-a' and '-o' bash options | Nikos Mavrogiannopoulos | 2016-09-11 | 1 | -2/+2 |
| | | | | This keeps syntax-check happy. | ||||
* | doc update | Nikos Mavrogiannopoulos | 2016-09-11 | 1 | -1/+1 |
| | |||||
* | tests: added checks to verify behavior in writing pkcs11 objects | Nikos Mavrogiannopoulos | 2016-09-06 | 1 | -0/+20 |
| | | | | | That is, verify that private keys are marked as private by default, and public objects are marked as non-private by default. | ||||
* | tests: removed remainders of pkcs11 tests from suite/ | Nikos Mavrogiannopoulos | 2016-06-24 | 1 | -1/+1 |
| | |||||
* | tests: moved pkcs11-softhsm test suite into pkcs11/ | Nikos Mavrogiannopoulos | 2016-06-23 | 10 | -2440/+2 |
| | |||||
* | tests: added more unit tests for gnutls_pkcs11_crt_is_known() | Nikos Mavrogiannopoulos | 2016-06-23 | 1 | -1/+169 |
| | |||||
* | tests: corrected create-chain.sh to remove the ocsp_signing_key from ↵ | Nikos Mavrogiannopoulos | 2016-06-22 | 1 | -3/+0 |
| | | | | generated certs | ||||
* | tests: include softhsm.h into dist files | Nikos Mavrogiannopoulos | 2016-06-22 | 1 | -1/+1 |
| | |||||
* | tests: corrected typo in crl-test | Nikos Mavrogiannopoulos | 2016-06-03 | 1 | -1/+1 |
| | |||||
* | tests: add an upper limit in the run of compat tests | Nikos Mavrogiannopoulos | 2016-05-24 | 2 | -2/+12 |
| | | | | | This allows the test suite to recover from the case of DTLS implementations that do not properly retransmit and block on lost packets. | ||||
* | tests: run compatibility checks in parallel for various modifiers | Nikos Mavrogiannopoulos | 2016-05-21 | 2 | -97/+114 |
| | | | | | | That is, the various %NO_ETM, %COMPAT, ... modifiers are checked in parallel in the testcompat suite, reducing the overall running time significantly. | ||||
* | tests: use /bin/bash in tests which require common.sh | Nikos Mavrogiannopoulos | 2016-05-20 | 7 | -7/+7 |
| | |||||
* | Allow for conditional compilation of SSL 3.0 protocol | Nikos Mavrogiannopoulos | 2016-05-14 | 3 | -39/+6 |
| | | | | | | | This allows to completely remove SSL 3.0 support by calling configure with the '--disable-ssl3' option. Resolves #93 | ||||
* | tests: simplified server launching process | Nikos Mavrogiannopoulos | 2016-05-13 | 6 | -93/+161 |
| | | | | | Also attempt to use a new port on every started server and added a waiting period for the port to become re-usable. | ||||
* | tests: introduce delay between server restarts in testsrn.sh | Nikos Mavrogiannopoulos | 2016-05-11 | 1 | -0/+2 |
| | | | | This is to reduce test suite random failures on CI. | ||||
* | tests: include self tests with CURVE-X25519 | Nikos Mavrogiannopoulos | 2016-04-24 | 1 | -63/+112 |
| | |||||
* | tests: updated the openssl compat check to make explicit the used curves | Nikos Mavrogiannopoulos | 2016-04-24 | 1 | -23/+32 |
| | |||||
* | tests: suite: disable any openssl cpu optimizations | Nikos Mavrogiannopoulos | 2016-04-15 | 1 | -1/+2 |
| | | | | | | This prevents from valgrind failures on softhsm usage due to any new instruction optimizations which are not supported by valgrind. | ||||
* | tests: remove any system specific code of ecore | Nikos Mavrogiannopoulos | 2016-04-09 | 2 | -55/+5 |
| | | | | | This was causing issues with certain builds and was not used for the purpose of testing. | ||||
* | tests: disable unsupported curves from compatibility checks | Nikos Mavrogiannopoulos | 2016-04-09 | 2 | -1/+5 |
| | | | | This allows running make check even when compiling with disable-suiteb-curves. | ||||
* | tests: removed unused scripts | Nikos Mavrogiannopoulos | 2016-04-09 | 2 | -118/+0 |
| | |||||
* | testcompat-openssl: enable TLS 1.2 tests with openssl 1.0.1+ | Nikos Mavrogiannopoulos | 2016-03-18 | 1 | -7/+7 |
| | |||||
* | tests: testpkcs11: the test will always fail in code path failures | Nikos Mavrogiannopoulos | 2016-03-08 | 1 | -10/+5 |
| | |||||
* | tests: always used the slow (portable) version of get16bits | Nikos Mavrogiannopoulos | 2016-02-29 | 1 | -8/+0 |
| | | | | This prevents issues with misaligned addresses and undefined sanitizer. | ||||
* | tests: Fixes to prevent undefined behavior (found with libubsan) | Nikos Mavrogiannopoulos | 2016-02-29 | 1 | -1/+2 |
| | |||||
* | tests: enable softhsmv2 test suite by default | Nikos Mavrogiannopoulos | 2016-02-27 | 4 | -8/+7 |
| | | | | Also do not fatally fail with known softhsmv2 bugs. | ||||
* | pkcs11: tests for RSA, ECC, DSA private key import | Jan Vcelak | 2016-02-27 | 1 | -0/+54 |
| | | | | Signed-off-by: Jan Vcelak <jan.vcelak@nic.cz> | ||||
* | pkcs11: tests for DSA key generating | Jan Vcelak | 2016-02-27 | 1 | -0/+19 |
| | | | | Signed-off-by: Jan Vcelak <jan.vcelak@nic.cz> | ||||
* | tests: pkcs11-pubkey-import-ecdsa will only work under softhsmv2 | Nikos Mavrogiannopoulos | 2016-02-03 | 1 | -0/+5 |
| | |||||
* | tests: pkcs11-pubkey-import will check both RSA and ECDSA keyspkcs11-ecdsa | Nikos Mavrogiannopoulos | 2015-12-31 | 4 | -13/+102 |
| |