mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2024-12-29 09:21:19 +00:00
83d0dbf087
Signed-off-by: Matthias Schulz <mschulz@hilscher.com>
7 lines
219 B
Plaintext
7 lines
219 B
Plaintext
Features
|
|
* Add new mbedtls_x509_csr_parse_der_with_ext_cb() routine which allows
|
|
parsing unsupported certificate extensions via user provided callback.
|
|
|
|
Bugfix
|
|
* Fix parsing of CSRs with critical extensions.
|