mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-16 17:56:28 +00:00
Add test for bounds in X509 DER write funcs
This commit is contained in:
@@ -5,8 +5,8 @@ mbed TLS ChangeLog (Sorted per branch, date)
|
||||
Security
|
||||
* 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.
|
||||
|
||||
Features
|
||||
* Added support for CMAC for AES and 3DES and AES-CMAC-PRF-128, as defined by
|
||||
|
||||
Reference in New Issue
Block a user