mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-04 21:56:21 +01:00
Fix potential bad read of length
This commit is contained in:
parent
ef9a6aec51
commit
f7cdbc0e87
2 changed files with 13 additions and 2 deletions
|
|
@ -29,6 +29,8 @@ Bugfix
|
|||
* Fix compiler warnings on iOS (found by Sander Niemeijer).
|
||||
* x509_crt_parse() did not increase total_failed on PEM error
|
||||
* Fix compile error with armcc in mpi_is_prime()
|
||||
* Fix potential bad read in parsing ServerHello (found by Adrien
|
||||
Vialletelle).
|
||||
|
||||
Changes
|
||||
* Ciphersuites using SHA-256 or SHA-384 now require TLS 1.x (there is no
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue