summaryrefslogtreecommitdiff
path: root/lib/crypto-selftests-pk.c
Commit message (Expand)AuthorAgeFilesLines
* 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