diff --git a/ChangeLog.d/doc-x509-profile-pk.txt b/ChangeLog.d/doc-x509-profile-pk.txt new file mode 100644 index 000000000..35625fe12 --- /dev/null +++ b/ChangeLog.d/doc-x509-profile-pk.txt @@ -0,0 +1,5 @@ +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.