Lines Matching refs:option

84    * When the new compilation option MBEDTLS_PSA_KEY_STORE_DYNAMIC is enabled,
86 of increased code size. This option is off by default, but enabled in
114 disabled (MBEDTLS_SSL_SESSION_TICKETS configuration option). Fixes #6395.
242 * Enable the new option MBEDTLS_BLOCK_CIPHER_NO_DECRYPT to omit
245 (the cipher and PSA interfaces). This option is incompatible with modes
328 time by the MBEDTLS_SSL_EARLY_DATA configuration option and at runtime by
351 Note that setting this option will cause input-output buffer overlap to
574 A new configuration option, MBEDTLS_AES_ONLY_128_BIT_KEY_LENGTH, can be
617 * New configuration option MBEDTLS_AES_USE_HARDWARE_ONLY introduced. When
618 using CPU-accelerated AES (e.g., Arm Crypto Extensions), this option
627 option MBEDTLS_PSA_P256M_DRIVER_ENABLED for details.
851 64-bit Arm. A new configuration option, MBEDTLS_AESCE_C, can
1060 The ticket mechanism is supported when the configuration option
1298 * The configuration option MBEDTLS_USE_PSA_CRYPTO, which previously
1370 MBEDTLS_USE_PSA_CRYPTO configuration option.
1463 * Add a CMake option that enables static linking of the runtime library
1506 value is almost always a bug. Enable the new configuration option
1524 configuration option controls the enablement of the support. The APIs
1627 code size by about 80B on an M0 build. This option only gated an ability
1640 This module does not have a separate configuration option, and functions
1688 * Add configuration option MBEDTLS_X509_REMOVE_INFO which
1703 * Remove the MBEDTLS_TEST_NULL_ENTROPY config option. Fixes #4388.
1715 * Replace MBEDTLS_SHA512_NO_SHA384 config option with MBEDTLS_SHA384_C.
1716 This separates config option enabling the SHA384 algorithm from option
1719 This separates config option enabling the SHA224 algorithm from option
1742 * The option MBEDTLS_ECP_FIXED_POINT_OPTIM use pre-computed comb tables
1743 instead of computing tables in runtime. Thus, this option now increase
1830 compile-time option, which was off by default. Users should not trust
1842 * Remove MBEDTLS_ENABLE_WEAK_CIPHERSUITES configuration option. Fixes #4416.
1844 compile-time option. This option has been inactive for a long time.
1859 * Remove MBEDTLS_SSL_MAX_CONTENT_LEN configuration option, since
1862 * Remove the MBEDTLS_SSL_RECORD_CHECKING option and enable by default its
1875 * Remove the MBEDTLS_SSL_DTLS_BADMAC_LIMIT config.h option. Fixes #4403.
1886 MBEDTLS_REMOVE_3DES_CIPHERSUITES option which is no longer relevant.
1888 * Remove the MBEDTLS_X509_ALLOW_EXTENSIONS_NON_V3 option and let the code
1890 * Remove MBEDTLS_ECDH_LEGACY_CONTEXT config option since this was purely for
1896 option. The mbedtls_x509_crt_parse_der_with_ext_cb() is the way to go for
1901 * MBEDTLS_ECP_MAX_BITS is no longer a configuration option because it is
1906 * The configuration option MBEDTLS_ECP_NO_INTERNAL_RNG has been removed as
1912 MBEDTLS_SSL_TRUNCATED_HMAC_COMPAT config option. Users are better served by
1915 * Remove the compile-time option
2082 MBEDTLS_SSL_TLS1_3_PADDING_GRANULARITY with a new single unified option
2374 option on. In this configuration key management methods that are required
2620 be avoided by enabling the new option `MBEDTLS_ECP_NO_INTERNAL_RNG`.
2653 * The new build option MBEDTLS_SSL_VARIABLE_BUFFER_LENGTH automatically
2698 * The new build option MBEDTLS_SHA512_NO_SHA384 allows building SHA-512
2856 option.
2935 * Add `reproducible` option to `ssl_client2` and `ssl_server2` to enable
3055 option MBEDTLS_SSL_KEEP_PEER_CERTIFICATE (enabled by default for
3056 API stability). Disabling this option makes mbedtls_ssl_get_peer_cert()
3124 * Add a new config.h option of MBEDTLS_CHECK_PARAMS that enables validation
3186 * Add an experimental build option, USE_CRYPTO_SUBMODULE, to enable use of
3188 * Add an experimental configuration option, MBEDTLS_PSA_CRYPTO_C, to enable
3190 USE_CRYPTO_SUBMODULE build option.
3329 IPv6 and optionally by a build option over IPv4.
3353 the target system cannot be deduced automatically, by setting the option
3372 with the peer, as well as by a new per-connection MTU option, set using
3605 * Add an option, MBEDTLS_AES_FEWER_TABLES, to dynamically compute smaller AES
3685 * Add an option in the Makefile to support ar utilities where the operation
3715 the (deprecated) option MBEDTLS_SSL_TRUNCATED_HMAC_COMPAT in
3742 * Deprecate support for record compression (configuration option
3869 * The configuration option MBEDTLS_RSA_ALT can be used to define alternative
4055 * Added config.h option MBEDTLS_NO_UDBL_DIVISION, to prevent the use of
4077 option if needed.
4086 and with GCC using the -Wpedantic compilation option.
4133 * Add a new configuration option to 'mbedtls_ssl_config' to enable
4233 * Removed the MBEDTLS_SSL_AEAD_RANDOM_IV option, because it was not compliant
4520 * Fix compile error with armcc 5 with --gnu option.
4672 * Configuration option POLARSSL_HAVE_IPV6 was removed (always enabled).
4735 * Reduced ROM fooprint of SHA-256 and added an option to reduce it even
4757 * Add an option to use macros instead of function pointers in the platform
4855 * Add compile-time option POLARSSL_X509_MAX_INTERMEDIATE_CA to limit the
4976 * Add LINK_WITH_PTHREAD option in CMake for explicit linking that is
5062 * Add option 'use_dev_random' to gen_key application
5115 * Testing script ssl-opt.sh added for testing 'live' ssl option
5393 * Add compile-time option POLARSSL_X509_MAX_INTERMEDIATE_CA to limit the
5520 * Centralized module option values in config.h to allow user-defined
5672 * Added option to add minimum accepted SSL/TLS protocol version
5882 (AES CTR, Camellia CTR, XTEA CBC) including the option to
6028 * Added option parsing for host and port selection to
6177 * Added an option to enable/disable the BN assembly code