commit | e6efa6f54ee99a302207248b3467d1e386a195ce | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Mon Apr 20 11:01:48 2015 +0100 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Mon Apr 20 11:23:24 2015 +0100 |
tree | d396ad512783ddb62eb26288cd91cb4d444a5466 | |
parent | 89addc43dbc547fccf3e4b1d54bd67289a1459d2 [diff] [blame] |
manually merge 9f98251 make extKeyUsage accessible
diff --git a/ChangeLog b/ChangeLog index dc27e50..b6d5adc 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -70,6 +70,9 @@ = mbed TLS 1.3 branch Security + * With authmode set to MBEDTLS_SSL_VERIFY_OPTIONAL, verification of keyUsage and + extendedKeyUsage on the leaf certificate was lost (results not accessible + via ssl_get_verify_results()). Features * Add mbedtls_x509_crt_verify_info() to display certificate verification results.