mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-09-15 14:49:57 +00:00
Merge remote-tracking branch 'origin/pr/2632' into development
* origin/pr/2632: Adapt ChangeLog Avoid use of large stack buffers in mbedtls_x509_write_crt_pem() Improve documentation of mbedtls_pem_write_buffer() Perform CRT writing in-place on the output buffer Adapt x509write_crt.c to coding style
This commit is contained in:
@@ -75,6 +75,9 @@ Bugfix
|
||||
* Enable Suite B with subset of ECP curves. Make sure the code compiles even
|
||||
if some curves are not defined. Fixes #1591 reported by dbedev.
|
||||
* Fix misuse of signed arithmetic in the HAVEGE module. #2598
|
||||
* Avoid use of statically sized stack buffers for certificate writing.
|
||||
This previously limited the maximum size of DER encoded certificates
|
||||
in mbedtls_x509write_crt_der() to 2Kb. Reported by soccerGB in #2631.
|
||||
|
||||
API Changes
|
||||
* Extend the MBEDTLS_SSL_EXPORT_KEYS to export the handshake randbytes,
|
||||
|
||||
Reference in New Issue
Block a user