mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-08 15:39:22 +01:00
Fix unchecked error code on Windows
This commit is contained in:
parent
afe8f53ead
commit
acdb9b9525
2 changed files with 6 additions and 0 deletions
|
|
@ -47,6 +47,8 @@ Bugfix
|
|||
* Fix potential undefined behaviour in Camellia.
|
||||
* Fix potential failure in ECDSA signatures when POLARSSL_ECP_MAX_BITS is a
|
||||
multiple of 8 (found by Gergely Budai).
|
||||
* Fix unchecked return code in x509_crt_parse_path() on Windows (found by
|
||||
Peter Vaskovic).
|
||||
|
||||
Changes
|
||||
* Use deterministic nonces for AEAD ciphers in TLS by default (possible to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue