mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-30 06:33:06 +00:00
95273f4b07
Enables creating X.509 CSRs with critical extensions. Signed-off-by: Christoph Reiter <christoph.reiter@infineon.com>
375 B
375 B
Change the API to allow adding critical extensions to CSRs
This affects applications that call the mbedtls_x509write_csr_set_extension
function.
The API is changed to include the parameter critical
which allow to mark an
extension included in a CSR as critical. To get the previous behaviour pass
0
.