Lines Matching refs:config
21 * Rename the MBEDTLS_SHA256_USE_A64_CRYPTO_xxx config options to
96 * Add pc files for pkg-config, e.g.:
97 pkg-config --cflags --libs (mbedtls|mbedcrypto|mbedx509)
708 be toggled with config.py.
1508 * Remove the MBEDTLS_TEST_NULL_ENTROPY config option. Fixes #4388.
1520 * Replace MBEDTLS_SHA512_NO_SHA384 config option with MBEDTLS_SHA384_C.
1521 This separates config option enabling the SHA384 algorithm from option
1524 This separates config option enabling the SHA224 algorithm from option
1680 * Remove the MBEDTLS_SSL_DTLS_BADMAC_LIMIT config.h option. Fixes #4403.
1695 * Remove MBEDTLS_ECDH_LEGACY_CONTEXT config option since this was purely for
1700 * Remove the MBEDTLS_X509_ALLOW_UNSUPPORTED_CRITICAL_EXTENSION config.h
1704 MBEDTLS_X509_CHECK_EXTENDED_KEY_USAGE config.h options and let the code
1717 MBEDTLS_SSL_TRUNCATED_HMAC_COMPAT config option. Users are better served by
1830 * Remove outdated check-config.h check that prevented implementing the
1879 * Remove configs/config-psa-crypto.h, which no longer had any intended
1899 * Add CMake package config generation for CMake projects consuming Mbed TLS.
1900 * config.h has been split into build_info.h and mbedtls_config.h
1906 * A config file version symbol, MBEDTLS_CONFIG_VERSION was introduced.
1908 the config file in a way that's compatible with the config file format
2447 happen when MBEDTLS_SSL_DTLS_CLIENT_PORT_REUSE was enabled in config.h
2734 * Make it easier to define MBEDTLS_PARAM_FAILED as assert (which config.h
2892 (e.g. config.h.bak). Fixed by Peter Kolbus (Garmin) #2407.
2929 * Add a new config.h option of MBEDTLS_CHECK_PARAMS that enables validation
2935 disabled by default. See its API documentation in config.h for additional
3187 in mbedtls/config.h.
3365 (RFC 6209). Disabled by default, see MBEDTLS_ARIA_C in config.h
3521 config.h. Found by Andreas Walz (ivESK, Offenburg University of
3612 config and the application data buffer passed to mbedtls_ssl_write
3652 MBEDTLS_ECDSDA_GENKEY_AT in config.h.
3658 MBEDTLS_ECDH_GEN_PUBLIC_ALT in config.h.
3860 * Added config.h option MBEDTLS_NO_UDBL_DIVISION, to prevent the use of
3867 config-no-entropy.h to reduce the RAM footprint.
3993 x509_csr.c that are reported when building mbed TLS with a config.h that
4058 * Added a configuration file config-no-entropy.h that configures the subset of
4060 * Added the macro MBEDTLS_ENTROPY_MIN_HARDWARE in config.h. This allows users
4140 ECDSA was disabled in config.h . The leak didn't occur by default.
4279 * Fixed paths for check_config.h in example config files. (Found by bachp)
4303 (MBEDTLS_SSL_DTLS_HELLO_VERIFY defined in config.h, and usable cookie
4350 end of the default config.h by defining MBEDTLS_USER_CONFIG_FILE on the
4452 * Change SSL_DISABLE_RENEGOTIATION config.h flag to SSL_RENEGOTIATION
4453 (support for renegotiation now needs explicit enabling in config.h).
4455 in config.h
4480 * Removed helper script active-config.pl
4506 custom config.h
4572 * Add config flag POLARSSL_DEPRECATED_WARNING (off by default) to produce
4574 * Add config flag POLARSSL_DEPRECATED_REMOVED (off by default) to produce
4607 POLARSSL_SSL_SSESSION_TICKETS where both enabled in config.h (introduced
4698 switch back to random with POLARSSL_SSL_AEAD_RANDOM_IV in config.h).
4771 * Add example config.h for PSK with CCM, optimized for low RAM usage.
4772 * Optimize for RAM usage in example config.h for NSA Suite B profile.
4777 * Add SSL_CIPHERSUITES config.h flag to allow specifying a list of
5065 * config.h is more script-friendly
5325 * Centralized module option values in config.h to allow user-defined
5335 config.h)