mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-02-03 19:41:10 +00:00
Add test for bounds in X509 DER write funcs
This commit is contained in:
parent
0c12bd69f5
commit
a16d684df3
|
@ -13,8 +13,8 @@ Security
|
|||
issue cannot be triggered remotely. (found by Jethro Beekman)
|
||||
* Fix potential stack corruption in mbedtls_x509write_crt_der() and
|
||||
mbedtls_x509write_csr_der() when the signature is copied to the buffer
|
||||
without checking whether there is enough space in the destination. It is
|
||||
not triggerable remotely in SSL/TLS.
|
||||
without checking whether there is enough space in the destination. The
|
||||
issue cannot be triggered remotely. (found by Jethro Beekman)
|
||||
|
||||
Bugfix
|
||||
* Fix an issue that caused valid certificates being rejected whenever an
|
||||
|
|
Loading…
Reference in a new issue