summaryrefslogtreecommitdiff
path: root/lib/crypto-selftests-pk.c
Commit message (Expand)AuthorAgeFilesLines
* crypto-selftests-pk.c: Use deterministic signatures in test_known_sig()Anderson Toshiyuki Sasaki2020-03-161-165/+153
* crypto-selftests-pk.c: Use specified key in test_sig()Anderson Toshiyuki Sasaki2020-03-161-192/+269
* crypto-selftests-pk.c: Fix PK_KNOWN_TEST and PK_TESTAnderson Toshiyuki Sasaki2020-03-111-17/+20
* crypto-selftests-pk.c: Move hardcoded values to the topAnderson Toshiyuki Sasaki2020-03-111-112/+112
* lib: remove obsolete AVOID_INTERNALSVitezslav Cizek2019-12-041-8/+0
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* Constant time/cache PKCS#1 RSA decryptiontmp-fix-CVE-2018-16868Simo Sorce2018-11-301-0/+13
* crypto-self-tests-pk: added RSA-PSS sign/verify testsNikos Mavrogiannopoulos2018-11-201-16/+28
* self-tests: add GOST public key testsDmitry Eremin-Solenikov2018-10-291-2/+88
* gnutls_pk_self_test: include ECDSA tests on GNUTLS_PK_ECtmp-update-fips-self-testsNikos Mavrogiannopoulos2017-12-211-24/+25
* gnutls_pk_params_st: separate flags/qbits and curveNikos Mavrogiannopoulos2017-08-081-2/+2
* Use gcc's attribute to mark fallthrough statementsNikos Mavrogiannopoulos2017-07-171-2/+12
* self-tests: all parameter was replaced by flagsNikos Mavrogiannopoulos2017-05-221-7/+7
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-6/+6
* 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