summaryrefslogtreecommitdiff
path: root/lib/crypto-selftests-pk.c
Commit message (Expand)AuthorAgeFilesLines
* FIPS140-2 tests: check with DSA-2048 and DSA-3072 bit keys, as well as SHA256.Nikos Mavrogiannopoulos2014-07-081-14/+24
* FIPS140-2 tests: check with RSA-2048 and RSA-3072 bit keysNikos Mavrogiannopoulos2014-07-081-26/+34
* tests: check RSA with SHA256Nikos Mavrogiannopoulos2014-07-081-5/+6
* FIPS140-2 mode: test whether RSA encrypted data differ from plaintextNikos Mavrogiannopoulos2014-07-081-0/+7
* Include the correct header for the self tests functionsNikos Mavrogiannopoulos2014-04-281-0/+1
* Do not include the FIPS140-specific functions into the main documentation.Nikos Mavrogiannopoulos2014-04-101-2/+2
* mark functions that are only available under FIPS140 modeNikos Mavrogiannopoulos2014-04-101-1/+1
* Use pre-generated keys for self-tests.Nikos Mavrogiannopoulos2014-02-131-2/+45
* updated mpi_scan macrosNikos Mavrogiannopoulos2014-01-261-9/+9
* removed debuggingNikos Mavrogiannopoulos2014-01-031-1/+2
* fix self tests when used from slow/cipher-testNikos Mavrogiannopoulos2013-11-301-1/+8
* Added ECDH known answer test.Nikos Mavrogiannopoulos2013-11-281-0/+113
* Added known answer test for Diffie-Hellman key exchange.Nikos Mavrogiannopoulos2013-11-281-0/+100
* Skip tests that require the non-suiteb curves.Nikos Mavrogiannopoulos2013-11-271-1/+4
* eliminated memory leak on PK self check.Nikos Mavrogiannopoulos2013-11-271-0/+1
* indented codeNikos Mavrogiannopoulos2013-11-271-163/+224
* Added pair-wise consistency tests for RSA, DSA and ECDSA.Nikos Mavrogiannopoulos2013-11-271-67/+287
* Added self tests on RSA, DSA, and ECDSA key usage.Nikos Mavrogiannopoulos2013-11-271-0/+219