Lines Matching refs:config
42 ### Introduce a level of indirection and versioning in the config files
44 `config.h` was split into `build_info.h` and `mbedtls_config.h`.
46 * In code, use `#include <mbedtls/build_info.h>`. Don't include `mbedtls/config.h` and don't refer …
55 A config file version symbol, `MBEDTLS_CONFIG_VERSION` was introduced.
57 the config file in a way that's compatible with the config file format
205 to `0` in your config file. The impact depends on the number and size of
215 If you were using custom config file with `MBEDTLS_SHA256_C` enabled, then
216 you will need to add `#define MBEDTLS_SHA224_C` option to your config.
226 If you were using a config file with both `MBEDTLS_SHA512_C` and
228 If you were using a config file with `MBEDTLS_SHA512_C` and without
230 `#define MBEDTLS_SHA384_C` to your config file.
563 ### Remove the config option `MBEDTLS_X509_ALLOW_UNSUPPORTED_CRITICAL_EXTENSION`
726 ### Remove config option `MBEDTLS_SSL_DEFAULT_TICKET_LIFETIME`
894 Users who changed the default setting of the option need to change the config/