mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-20 22:05:15 +00:00
5 lines
273 B
Text
5 lines
273 B
Text
Bugfix
|
|
* Fix incorrect documentation of mbedtls_x509_crt_profile. The previous
|
|
documentation stated that the `allowed_pks` field applies to signatures
|
|
only, but in fact it does apply to the public key type of the end entity
|
|
certificate, too. Fixes #1992.
|