Add attribution for #1351 report

This commit is contained in:
Gilles Peskine 2018-02-27 08:37:52 +01:00
parent b7f6086ba3
commit 1bf6123fca

View file

@ -32,7 +32,8 @@ Bugfix
* Fix test_suite_pk to work on 64-bit ILP32 systems. #849
* Fix mbedtls_x509_crt_profile_suiteb, which used to reject all certificates
with flag MBEDTLS_X509_BADCERT_BAD_PK even when the key type was correct.
In the context of SSL, this resulted in handshake failure. #1351
In the context of SSL, this resulted in handshake failure. Reported by
daniel in the Mbed TLS forum. #1351
* Fix Windows x64 builds with the included mbedTLS.sln file. #1347
Changes