Home
last modified time | relevance | path

Searched refs:enable (Results 1 – 21 of 21) sorted by relevance

/mbedtls-3.4.0/docs/architecture/
Dalternative-implementations.md74enable `MBEDTLS_AES_ENCRYPT_ALT` at compile time and provide your own implementation of `mbedtls_a…
76 Another example: enable `MBEDTLS_SHA256_PROCESS_ALT` and implement `mbedtls_internal_sha256_process…
87 For example, to provide a custom `printf` function at run time, enable `MBEDTLS_PLATFORM_PRINTF_ALT…
/mbedtls-3.4.0/docs/proposed/
Dpsa-driver-developer-guide.md10 The interface is not fully implemented in Mbed TLS yet and is disabled by default. You can enable t…
43 …l, string) can include complex preprocessor definitions to conditionally enable dispatch capabilit…
Dpsa-driver-integration-guide.md8 The interface is not fully implemented in Mbed TLS yet and is disabled by default. You can enable t…
Dpsa-conditional-inclusion-c.md74 …code using `MBEDTLS_USE_PSA_CRYPTO`, for example in TLS to determine which cipher suites to enable.
/mbedtls-3.4.0/tests/git-scripts/
DREADME.md14 …TLS git hooks work only on a GNU platform. If using a non-GNU platform, don't enable these hooks!**
/mbedtls-3.4.0/scripts/
Dconfig.py155 def change_matching(self, regexs, enable): argument
162 setting.active = enable
/mbedtls-3.4.0/
D.pylintrc46 # * locally-disabled, locally-enabled: If we disable or enable a message
DChangeLog33 * make: enable building unversioned shared library, with e.g.:
91 exchange for builds that enable MBEDTLS_KEY_EXCHANGE_ECJPAKE_ENABLED and
272 * Add function mbedtls_ssl_is_handshake_over() to enable querying if the SSL
875 * Remove the MBEDTLS_SSL_RECORD_CHECKING option and enable by default its
1423 * Support building on e2k (Elbrus) architecture: correctly enable
1616 using a return command. This has been done to enable customization of the
1947 * Add `reproducible` option to `ssl_client2` and `ssl_server2` to enable
2128 * Re-enable certain interoperability tests in ssl-opt.sh which had previously
2153 * Extend ECDH interface to enable alternative implementations.
2198 * Add an experimental build option, USE_CRYPTO_SUBMODULE, to enable use of
[all …]
DCONTRIBUTING.md76 It is advised to enable the [githooks scripts](https://github.com/Mbed-TLS/mbedtls/tree/development…
DREADME.md289 The X.509 and TLS code can use PSA cryptography for most operations. To enable this support, activa…
/mbedtls-3.4.0/tests/suites/
Dtest_suite_ecdh.function241 int enable, int max_ops, int min_restart, int max_restart )
281 if( enable )
Dtest_suite_hmac_drbg.function103 /* Now enable PR, so the next few calls should all reseed */
Dtest_suite_ctr_drbg.function294 /* Now enable PR, so the next few calls should all reseed */
Dtest_suite_mps.function11 /* Comment/Uncomment this to disable/enable the
/mbedtls-3.4.0/docs/
Duse-psa-crypto.md21 handshake hash, and X.509. You need to enable `MBEDTLS_USE_PSA_CRYPTO` if you
D3.0-migration-guide.md566 users who enable this option.
692 cause any failures however if you used to enable TLS record-level compression
818 ### Remove the configuration to enable weak ciphersuites in SSL / TLS
828 enable `MBEDTLS_CIPHER_NULL_CIPHER` now.
884 ### Remove `MBEDTLS_SSL_RECORD_CHECKING` option and enable its action by default
/mbedtls-3.4.0/docs/architecture/psa-migration/
Dstrategy.md48 Also, we can't just auto-enable `MBEDTLS_ENTROPY_C` as it doesn't build
87 2. It's currently not possible to enable `MBEDTLS_PSA_CRYPTO_C` in
89 auto-enable the latter, as it won't build or work out of the box on all
92 1. Make it possible to enable the parts of PSA Crypto that don't require an
250 Note: the first two steps enable use of drivers, but not by themselves removal
/mbedtls-3.4.0/tests/docker/bionic/
DDockerfile94 …&& ./config --prefix=/usr/local/openssl-1.1.1a -Wl,--enable-new-dtags,-rpath,'${LIBRPATH}' no-shar…
/mbedtls-3.4.0/include/mbedtls/
Dssl.h2196 int enable,
/mbedtls-3.4.0/library/
Dssl_tls.c103 int enable, in mbedtls_ssl_set_cid() argument
110 ssl->negotiate_cid = enable; in mbedtls_ssl_set_cid()
111 if( enable == MBEDTLS_SSL_CID_DISABLED ) in mbedtls_ssl_set_cid()
/mbedtls-3.4.0/docs/architecture/testing/
Dinvasive-testing.md209 … for testing, but not in production, we can add a compile-time option to enable it. This is very p…