Remove MBEDTLS_X509_ALLOW_EXTENSIONS_NON_V3 option

Remove define

Add ChangeLog file and migration guide entry

Signed-off-by: TRodziewicz <tomasz.rodziewicz@mobica.com>
This commit is contained in:
TRodziewicz 2021-05-28 15:27:01 +02:00
parent f1eb425782
commit dee975af7d
5 changed files with 19 additions and 37 deletions

View file

@ -0,0 +1,11 @@
Remove the `MBEDTLS_X509_ALLOW_EXTENSIONS_NON_V3` option
--
This change does not affect users who are working with current V3 X.509
certificates.
This change makes the pre-V3 X.509 certificates both with or without optional
extensions obsolete.
If you are working with the pre-V3 certificates you need to switch to the
current ones.