blob: 5b155121f8ffc071e49b7c3f45ef878ce436c1bb [file] [log] [blame]
Matthias Schulz83d0dbf2023-10-19 16:25:53 +02001Features
2 * Add new mbedtls_x509_csr_parse_der_with_ext_cb() routine which allows
3 parsing unsupported certificate extensions via user provided callback.
4
5Bugfix
6 * Fix parsing of CSRs with critical extensions.