mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-09 16:08:48 +01:00
Merge branch 'development' into development-restricted
* development: Address PR review comments Fix crash when calling `mbedtls_ssl_cache_free` twice
This commit is contained in:
commit
4813f15ce5
2 changed files with 3 additions and 0 deletions
|
|
@ -85,6 +85,8 @@ Bugfix
|
|||
* Fix incorrect unit in benchmark output. #850
|
||||
* Add size-checks for record and handshake message content, securing
|
||||
fragile yet non-exploitable code-paths.
|
||||
* Fix crash when calling mbedtls_ssl_cache_free() twice. Found by
|
||||
MilenkoMitrovic, #1104
|
||||
|
||||
Changes
|
||||
* Extend cert_write example program by options to set the CRT version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue