blob: ebcb343caaeadc254e010d92fbb4330260f2df94 [file] [log] [blame] [view]
Christoph Reiter95273f42021-01-21 13:31:23 +01001Change the API to allow adding critical extensions to CSRs
2------------------------------------------------------------------
3
4This affects applications that call the `mbedtls_x509write_csr_set_extension`
5function.
6
7The API is changed to include the parameter `critical` which allow to mark an
8extension included in a CSR as critical. To get the previous behaviour pass
9`0`.