mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-30 22:43:08 +03:00
Don't claim ECDH parameters are nothing-up-my-sleeve numbers
This commit is contained in:
@ -43,10 +43,7 @@
|
|||||||
* primes systematically is not always an option. If possible, use
|
* primes systematically is not always an option. If possible, use
|
||||||
* Elliptic Curve Diffie-Hellman (ECDH), which has better performance,
|
* Elliptic Curve Diffie-Hellman (ECDH), which has better performance,
|
||||||
* and for which the TLS protocol mandates the use of standard
|
* and for which the TLS protocol mandates the use of standard
|
||||||
* parameters that were generated in a nothing-up-my-sleeve manner.
|
* parameters.
|
||||||
* We therefore consider DHE a security risk. If possible, it is
|
|
||||||
* recommended users should consider preferring other methods of
|
|
||||||
* key exchange.
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
#ifndef MBEDTLS_DHM_H
|
#ifndef MBEDTLS_DHM_H
|
||||||
|
Reference in New Issue
Block a user