commit | 9f98251e724a5b5dbdd8b8dda9af9d9ada80f43d | [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> | Fri Apr 17 19:57:21 2015 +0200 |
tree | a46443bceb7a3f7177939492b57add41fe1c8196 | |
parent | 0c6ce2f536941413278f981f0aea169272af914c [diff] [blame] |
Make results of (ext)KeyUsage accessible
diff --git a/ChangeLog b/ChangeLog index 8d7a810..ab1b78b 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.