summaryrefslogtreecommitdiff
path: root/tests/slow/cipher-test.c
Commit message (Expand)AuthorAgeFilesLines
* lib: unconditionally enable the self-check functionstmp-pkcs11-avoid-locksNikos Mavrogiannopoulos2017-03-131-6/+0
* tests: include unistd.h in tests which call _exit()Nikos Mavrogiannopoulos2016-05-131-0/+1
* tests: avoid calling exit() from signal handlersNikos Mavrogiannopoulos2016-05-131-1/+1
* tests: disable cipher-test on windows platform; they don't seem to workNikos Mavrogiannopoulos2015-09-211-0/+9
* test-ciphers: do not fail on processor which don't have the AES-NI instructionsNikos Mavrogiannopoulos2014-12-161-0/+7
* include header for self-test functionsNikos Mavrogiannopoulos2014-05-021-0/+1
* fix self tests when used from slow/cipher-testNikos Mavrogiannopoulos2013-11-301-2/+3
* indented codeNikos Mavrogiannopoulos2013-11-271-18/+17
* Self checks are conditionally included in the library.Nikos Mavrogiannopoulos2013-11-271-0/+5
* Added self tests on RSA, DSA, and ECDSA key usage.Nikos Mavrogiannopoulos2013-11-271-2/+6
* Added option to run all available self tests per category in a single run.Nikos Mavrogiannopoulos2013-11-271-48/+3
* completed self-tests by adding digest and MAC tests.Nikos Mavrogiannopoulos2013-11-271-6/+45
* Added self testsNikos Mavrogiannopoulos2013-11-271-588/+18
* reindented codeNikos Mavrogiannopoulos2013-11-081-590/+565
* When running tests disable PKCS #11 support to avoid detecting memory leaks f...Nikos Mavrogiannopoulos2013-05-011-1/+2
* Added GCM mode using cryptodev. This is mostly a hack due to how GCM mode is ...Nikos Mavrogiannopoulos2012-02-231-6/+7
* added (dead) code to test the _hmac_fast.Nikos Mavrogiannopoulos2012-02-211-0/+12
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-21/+23
* cipher-test is now run without valgrindNikos Mavrogiannopoulos2011-12-011-0/+628