1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +03:00

Merge pull request #4568 from creiter32/to_upstream/csr_critical_extensions

Expose flag for critical extensions
This commit is contained in:
Manuel Pégourié-Gonnard
2021-05-31 12:46:59 +02:00
committed by GitHub
4 changed files with 18 additions and 3 deletions

View File

@@ -0,0 +1,3 @@
API changes
* The function mbedtls_x509write_csr_set_extension() has an extra parameter
which allows to mark an extension as critical. Fixes #4055.