aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Peskine <Gilles.Peskine@arm.com>2018-02-27 08:37:52 +0100
committerGilles Peskine <Gilles.Peskine@arm.com>2018-02-27 08:37:52 +0100
commit1bf6123fca97a9a35c2f403ab0c96495f9580db6 (patch)
tree237f4e080d4341eaee8145484643e064afe2c262
parentb7f6086ba3f1193042d48a871b7ee965d0e195d7 (diff)
downloadmbedtls-archive/jenkinsfile.zip
mbedtls-archive/jenkinsfile.tar.gz
mbedtls-archive/jenkinsfile.tar.bz2
Add attribution for #1351 reportarchive/jenkinsfile
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 13203a5..68fb6f5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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