commit | 0a4fb095342d07990b823e91ac39dd616bc86af2 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Thu May 07 12:50:31 2015 +0100 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Mon May 11 14:35:41 2015 +0200 |
tree | 57ab43b40d854ba35c3008f722068a3d71b8c9cb | |
parent | 750e4d7769ba54a8241b49672795efa0e431c5f8 [diff] [blame] |
Make xxx_drbg_random() thread-safe
diff --git a/ChangeLog b/ChangeLog index 0b3735c..4011512 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -94,6 +94,10 @@ * ssl_set_bio_timeout() was removed, split into mbedtls_ssl_set_bio() with new prototype, and mbedtls_ssl_set_read_timeout(). +Changes + * mbedtls_ctr_drbg_random() and mbedtls_hmac_drbg_random() are now + thread-safe if MBEDTLS_THREADING_C is enabled. + = mbed TLS 1.3 branch Security