commit | e16b62c3a9533dfe4d896e2c373c4484b1326d01 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Fri Apr 17 16:55:53 2015 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Wed Apr 29 17:07:31 2015 +0200 |
tree | 7773e22a1b47cecb6c2c9779ca4b283fa3f9c893 | |
parent | 770b5e1e9e043a00f79276d588c8c7437c0b774c [diff] [blame] |
Make results of (ext)KeyUsage accessible
diff --git a/ChangeLog b/ChangeLog index 75ddfdb..7186add 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -3,6 +3,9 @@ = mbed TLS 1.3 branch Security + * With authmode set to SSL_VERIFY_OPTIONAL, verification of keyUsage and + extendedKeyUsage on the leaf certificate was lost (results not accessible + via ssl_get_verify_results()). Features * Add x509_crt_verify_info() to display certificate verification results.