mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-04 13:45:05 +01:00
Add countermeasure against cache-based lucky 13
This commit is contained in:
parent
e16b62c3a9
commit
7d1e95c991
2 changed files with 4 additions and 1 deletions
|
|
@ -6,6 +6,8 @@ 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()).
|
||||
* Add countermeasure against "Lucky 13 strikes back" cache-based attack,
|
||||
https://dl.acm.org/citation.cfm?id=2714625
|
||||
|
||||
Features
|
||||
* Add x509_crt_verify_info() to display certificate verification results.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue