Lines Matching refs:option
90 ### Remove `MBEDTLS_CHECK_PARAMS` option
93 affects users who enabled that option.
95 The option `MBEDTLS_CHECK_PARAMS` (disabled by default) enabled certain kinds
116 basis, but their presence will no longer be dependent on a compile-time option.
123 ### Remove the `MBEDTLS_TEST_NULL_ENTROPY` configuration option
125 This does not affect users who use the default `mbedtls_config.h`, as this option was
128 If you were using the `MBEDTLS_TEST_NULL_ENTROPY` option and your platform
201 The option `MBEDTLS_ECP_FIXED_POINT_OPTIM` now increases code size and it does
207 of this option for details.
216 you will need to add `#define MBEDTLS_SHA224_C` option to your config.
254 ### The configuration option `MBEDTLS_ECP_NO_INTERNAL_RNG` was removed
257 who were explicitly setting this option.
563 ### Remove the config option `MBEDTLS_X509_ALLOW_UNSUPPORTED_CRITICAL_EXTENSION`
566 users who enable this option.
569 they don't recognize, and this is what Mbed TLS does by default. This option
573 The migration path from that option is to use the
598 ### Remove the `MBEDTLS_X509_ALLOW_EXTENSIONS_NON_V3` option
601 this option was already disabled by default. Also, it does not affect users who
726 ### Remove config option `MBEDTLS_SSL_DEFAULT_TICKET_LIFETIME`
730 This option has not had any effect for a long time. Please use the `lifetime`
739 `MBEDTLS_SSL_TLS1_3_PADDING_GRANULARITY` were combined into one option because
744 The new single option `MBEDTLS_SSL_CID_TLS1_3_PADDING_GRANULARITY` can be used
820 This does not affect users who use the default `mbedtls_config.h`, as this option was
830 ### Remove the `MBEDTLS_SSL_MAX_CONTENT_LEN` configuration option
832 This affects users who use the `MBEDTLS_SSL_MAX_CONTENT_LEN` option to
836 This option is replaced by the more fine-grained options
863 ### Remove `MBEDTLS_SSL_DTLS_BADMAC_LIMIT` option
865 This change does not affect users who used the default `mbedtls_config.h`, as the option
868 This option was a trade-off between functionality and code size: it allowed
872 This option is no longer present, but its functionality is now always enabled.
884 ### Remove `MBEDTLS_SSL_RECORD_CHECKING` option and enable its action by default
887 option `MBEDTLS_SSL_RECORD_CHECKING` was already on by default.
889 This option was added only to control compilation of one function,
894 Users who changed the default setting of the option need to change the config/
998 ### Turn `MBEDTLS_SSL_SRV_RESPECT_CLIENT_PREFERENCE` configuration option into a runtime option
1001 option in the `mbedtls_config.h`
1003 This option has been removed and a new function with similar functionality has
1009 has the same effect as enabling the removed option. The default state is to use