mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-06 22:49:34 +01:00
x509_crt_parse() did not increase total_failed on PEM error
Result was that PEM errors in files with multiple certificates were not detectable by the user.
This commit is contained in:
parent
9e4ff953de
commit
5a5fa92bfe
6 changed files with 123 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ Bugfix
|
|||
* ssl_close_notify() could send more than one message in some circumstances
|
||||
with non-blocking I/O.
|
||||
* Fix compiler warnings on iOS (found by Sander Niemeijer).
|
||||
* x509_crt_parse() did not increase total_failed on PEM error
|
||||
|
||||
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