1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +03:00

Merge pull request #4611 from gilles-peskine-arm/random-range-uniformity-3.0

Fix non-uniform random generation in a range
This commit is contained in:
Manuel Pégourié-Gonnard
2021-06-04 10:43:15 +02:00
committed by GitHub
19 changed files with 1039 additions and 261 deletions

View File

@@ -0,0 +1,3 @@
Features
* The new function mbedtls_mpi_random() generates a random value in a
given range uniformly.

View File

@@ -0,0 +1,4 @@
Security
* Fix a bias in the generation of finite-field Diffie-Hellman-Merkle (DHM)
private keys and of blinding values for DHM and elliptic curves (ECP)
computations. Reported by FlorianF89 in #4245.