commit | 7925a6f267c8e6e38dc173690ef0f60877a94734 | [log] [tgz] |
---|---|---|
author | Jens Wiklander <jens.wiklander@linaro.org> | Tue Nov 27 12:21:24 2018 +0100 |
committer | Jérôme Forissier <jerome@forissier.org> | Wed Jun 12 14:21:25 2024 +0200 |
tree | d93e06917951a6b8045a23e990145cd5a042f9d5 | |
parent | 8eaf69279a5cec627253e6bcb0ba35a45fbcbdb7 [diff] |
libmedtls: mpi_miller_rabin: increase count limit Increase the count limit when generating the witness in the Rabin-Miller primality test. The previous number 30 was too low to reliably detect 000000022770A7DC599BC90B2FF981CCB5CF05703344C8F350418AAD as a prime number. Acked-by: Jerome Forissier <jerome.forissier@linaro.org> Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org> [jf: rebased onto mbedtls-2.22.0] [jf: rebased onto mbedtls-2.27.0] Signed-off-by: Jerome Forissier <jerome@forissier.org> [jw: rebased onto mbedtls-3.4.0] Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org> [tve: rebased onto mbedtls-3.6.0] Signed-off-by: Tom Van Eyck <tom.vaneyck@kuleuven.be>
This git contains source code for the secure side implementation of OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io.
// OP-TEE core maintainers