aboutsummaryrefslogtreecommitdiff
path: root/tests/suites/test_suite_rsa.function
AgeCommit message (Expand)AuthorFilesLines
2020-07-01tests: suites: Remove `hex` in name of variables of type data_tRonald Cron1-27/+27
2020-06-12tests: Reformating due to rnd_* renamingRonald Cron1-21/+31
2020-06-12tests: Add mbedtls_test_ prefix to rnd_* symbolsRonald Cron1-19/+19
2020-06-12tests: Reformating due to hexcmp() renamingRonald Cron1-10/+24
2020-06-12tests: Add mbedtls_test_ prefix to hexcmp()Ronald Cron1-10/+10
2020-05-29Fix undeclared deps on MBEDTLS_CTR_DRBG in testsManuel Pégourié-Gonnard1-1/+1
2019-09-24Reduce stack usage of test_suite_rsaRon Eldor1-27/+27
2019-01-31Merge development commit 8e76332 into development-psaAndrzej Kurek1-0/+448
2018-08-06Rename HexParam_t -> data_t for consistent coding styleAzim Khan1-24/+24
2018-08-06Combine hex parameters in a structAzim Khan1-182/+105
2018-08-06Fix RSA test suite bugged by hexify/unhexify changeAzim Khan1-2/+2
2018-08-06Fix test functions and data after moving hexify/unhexify outAzim Khan1-2/+2
2018-08-06Intermediate hexify out changeAzim Khan1-130/+79
2018-08-06Adapt code for scripting out hexify/unhexify codeAzim Khan1-4/+2
2018-03-13Yet another dependency issue (PKCS1_V15)Manuel Pégourié-Gonnard1-2/+2
2018-03-05Merge branch 'development' into iotssl-1381-x509-verify-refactor-restrictedManuel Pégourié-Gonnard1-108/+881
2018-01-10Address issues found by coverityHanno Becker1-4/+3
2017-12-22Incorporate comments on merge commitHanno Becker1-2/+3
2017-12-22Add dependency of new RSA tests on presence of strong entropy sourceHanno Becker1-3/+3
2017-12-22Merge branch 'development' into iotssl-1619Hanno Becker1-21/+44
2017-12-19Merge remote-tracking branch 'restricted/pr/397' into developmentManuel Pégourié-Gonnard1-17/+48
2017-10-11Introduce new files rsa_internal.[ch] for RSA helper functionsHanno Becker1-0/+1
2017-10-11Adapt `rsa_import` tests to weakened semantics of `rsa_complete`Hanno Becker1-14/+20
2017-10-10Adapt uses of `mbedtls_rsa_complete` to removed PRNG argumentHanno Becker1-12/+8
2017-10-10Remove PRNG argument from `mbedtls_rsa_complete`Hanno Becker1-15/+1
2017-10-05Adapt RSA test suiteHanno Becker1-17/+48
2017-10-03Rename `rsa_deduce_moduli` to `rsa_deduce_primes`Hanno Becker1-2/+2
2017-10-03Rename `rsa_deduce_private` to `rsa_deduce_private_exponent`Hanno Becker1-6/+7
2017-10-02Correct memory leak in RSA test suiteHanno Becker1-4/+7
2017-10-02Change signature of `mbedtls_rsa_deduce_private`Hanno Becker1-1/+1
2017-09-29Add expectation when testing RSA key import/exportHanno Becker1-5/+89
2017-09-29Improve readability of test for `mbedtls_rsa_import`Hanno Becker1-15/+21
2017-09-14Rename internal MBEDTLS_ENTROPY_HAVE_STRONG to ENTROPY_HAVE_STRONGHanno Becker1-1/+1
2017-08-25Rename rsa_check_params->rsa_validate_params and change error codesHanno Becker1-15/+15
2017-08-23Adapt RSA test suite to deal with RSA_NON_CRT optionHanno Becker1-0/+12
2017-08-23Adapt RSA test suites to new RSA interfaceHanno Becker1-91/+108
2017-08-23Add tests for rsa_check_paramsHanno Becker1-0/+64
2017-08-23Add tests for rsa_export_rawHanno Becker1-0/+131
2017-08-23Add tests for rsa_exportHanno Becker1-0/+125
2017-08-23Add tests for rsa_import, rsa_import_raw and rsa_completeHanno Becker1-0/+199
2017-08-23Add tests for rsa_deduce_moduliHanno Becker1-0/+56
2017-08-23Add tests for rsa_deduce_privateHanno Becker1-0/+58
2017-08-23Minor formatting changesHanno Becker1-2/+7
2017-08-08Fix depends_on:pk_alg in test suitesManuel Pégourié-Gonnard1-1/+6
2017-07-24Move flag indicating presence of strong entropy to test codeHanno Becker1-0/+1
2017-07-24Omit RSA key generation test if no strong entropy is presentHanno Becker1-1/+1
2017-07-23Initialize RSA context in RSA test suite before first potentially failing ope...Hanno Becker1-3/+2
2016-10-13Restore P>Q in RSA key generation (#558)Janos Follath1-0/+1
2016-09-27Set selftest verbose flag to boost coverageAndres AG1-1/+1
2015-04-28Split mbedtls_ctr_drbg_init() -> seed()Manuel Pégourié-Gonnard1-1/+3