mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-26 21:35:35 +00:00
95273f4b07
Enables creating X.509 CSRs with critical extensions. Signed-off-by: Christoph Reiter <christoph.reiter@infineon.com>
4 lines
156 B
Plaintext
4 lines
156 B
Plaintext
API changes
|
|
* The function mbedtls_x509write_csr_set_extension() has an extra parameter
|
|
which allows to mark an extension as critical. Fixes #4055.
|