mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-06 06:28:56 +01:00
Make results of (ext)KeyUsage accessible
This commit is contained in:
parent
0c6ce2f536
commit
9f98251e72
5 changed files with 44 additions and 7 deletions
|
|
@ -3,6 +3,9 @@ mbed TLS ChangeLog (Sorted per branch, date)
|
|||
= 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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue