Searched refs:enable (Results 1 – 21 of 21) sorted by relevance
/mbedtls-3.4.0/docs/architecture/ |
D | alternative-implementations.md | 74 …enable `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/ |
D | psa-driver-developer-guide.md | 10 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…
|
D | psa-driver-integration-guide.md | 8 The interface is not fully implemented in Mbed TLS yet and is disabled by default. You can enable t…
|
D | psa-conditional-inclusion-c.md | 74 …code using `MBEDTLS_USE_PSA_CRYPTO`, for example in TLS to determine which cipher suites to enable.
|
/mbedtls-3.4.0/tests/git-scripts/ |
D | README.md | 14 …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/ |
D | config.py | 155 def change_matching(self, regexs, enable): argument 162 setting.active = enable
|
/mbedtls-3.4.0/ |
D | .pylintrc | 46 # * locally-disabled, locally-enabled: If we disable or enable a message
|
D | ChangeLog | 33 * 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 …]
|
D | CONTRIBUTING.md | 76 It is advised to enable the [githooks scripts](https://github.com/Mbed-TLS/mbedtls/tree/development…
|
D | README.md | 289 The X.509 and TLS code can use PSA cryptography for most operations. To enable this support, activa…
|
/mbedtls-3.4.0/tests/suites/ |
D | test_suite_ecdh.function | 241 int enable, int max_ops, int min_restart, int max_restart ) 281 if( enable )
|
D | test_suite_hmac_drbg.function | 103 /* Now enable PR, so the next few calls should all reseed */
|
D | test_suite_ctr_drbg.function | 294 /* Now enable PR, so the next few calls should all reseed */
|
D | test_suite_mps.function | 11 /* Comment/Uncomment this to disable/enable the
|
/mbedtls-3.4.0/docs/ |
D | use-psa-crypto.md | 21 handshake hash, and X.509. You need to enable `MBEDTLS_USE_PSA_CRYPTO` if you
|
D | 3.0-migration-guide.md | 566 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/ |
D | strategy.md | 48 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/ |
D | Dockerfile | 94 …&& ./config --prefix=/usr/local/openssl-1.1.1a -Wl,--enable-new-dtags,-rpath,'${LIBRPATH}' no-shar…
|
/mbedtls-3.4.0/include/mbedtls/ |
D | ssl.h | 2196 int enable,
|
/mbedtls-3.4.0/library/ |
D | ssl_tls.c | 103 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/ |
D | invasive-testing.md | 209 … for testing, but not in production, we can add a compile-time option to enable it. This is very p…
|