mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-10 19:25:29 +00:00
parent
3a5ee1c411
commit
89789be80f
|
@ -1,5 +1,11 @@
|
|||
mbed TLS ChangeLog (Sorted per branch, date)
|
||||
|
||||
= mbed TLS 1.3.13 reladsed 2015-??-??
|
||||
|
||||
Bugfix
|
||||
* Setting SSL_MIN_DHM_BYTES in config.h had no effect (overriden in ssl.h)
|
||||
(found by Fabio Solari) (#256)
|
||||
|
||||
= mbed TLS 1.3.12 released 2015-08-11
|
||||
|
||||
Security
|
||||
|
|
|
@ -287,7 +287,9 @@
|
|||
* The default is 1024 bits (128 bytes) for compatibility reasons.
|
||||
* From a purely security perspective, 2048 bits would be better.
|
||||
*/
|
||||
#if !defined(SSL_MIN_DHM_BYTES)
|
||||
#define SSL_MIN_DHM_BYTES 128 /**< Min size of the Diffie-Hellman prime */
|
||||
#endif
|
||||
/* \} name SECTION: Module settings */
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue