mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-01-04 07:40:00 +01:00
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.
|