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