Christoph Reiter | 95273f4 | 2021-01-21 13:31:23 +0100 | [diff] [blame] | 1 | Change the API to allow adding critical extensions to CSRs |
2 | ------------------------------------------------------------------ | ||||
3 | |||||
4 | This affects applications that call the `mbedtls_x509write_csr_set_extension` | ||||
5 | function. | ||||
6 | |||||
7 | The API is changed to include the parameter `critical` which allow to mark an | ||||
8 | extension included in a CSR as critical. To get the previous behaviour pass | ||||
9 | `0`. |