mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2025-12-06 07:12:32 +01:00
10 lines
375 B
Markdown
10 lines
375 B
Markdown
|
|
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`.
|