mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-26 08:55:40 +01:00
248900d9b9
Signed-off-by: Janos Follath <janos.follath@arm.com>
7 lines
327 B
Plaintext
7 lines
327 B
Plaintext
Bugfix
|
|
* In PEM writing functions, fill the trailing part of the buffer with null
|
|
bytes. This guarantees that the corresponding parsing function can read
|
|
the buffer back, which was the case for mbedtls_x509write_{crt,csr}_pem
|
|
until this property was inadvertently broken in Mbed TLS 2.19.0.
|
|
Fixes #3682.
|