mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-15 23:42:41 +00:00
Changing the migration guide entry wording.
Signed-off-by: TRodziewicz <tomasz.rodziewicz@mobica.com>
This commit is contained in:
parent
dee975af7d
commit
231649a020
@ -1,11 +1,14 @@
|
|||||||
Remove the `MBEDTLS_X509_ALLOW_EXTENSIONS_NON_V3` option
|
Remove the `MBEDTLS_X509_ALLOW_EXTENSIONS_NON_V3` option
|
||||||
--
|
--
|
||||||
|
|
||||||
This change does not affect users who are working with current V3 X.509
|
This change does not affect users who were using the default configuration, as
|
||||||
certificates.
|
this option was already disabled by default. Also, it 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 were added in V3 of the X.509 specification, so pre-V3 certificates
|
||||||
extensions obsolete.
|
containing extensions were never compliant. Mbed TLS now rejects them with a
|
||||||
|
parsing error in all configurations, as it did previously in the default
|
||||||
|
configuration.
|
||||||
|
|
||||||
If you are working with the pre-V3 certificates you need to switch to the
|
If you are working with the pre-V3 certificates you need to switch to the
|
||||||
current ones.
|
current ones.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user