/mbedtls-latest/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…
|
D | psa-crypto-implementation-structure.md | 135 …{B1, B2, B3, ...} but there is no particular reason why enabling A would enable any of the specifi…
|
/mbedtls-latest/docs/ |
D | driver-only-builds.md | 22 TLS use PSA Crypto. You need to enable this if you're using PK, X.509 or TLS 86 - you can enable `PSA_WANT_ALG_SHA_256` without `MBEDTLS_SHA256_C`, provided 150 - enable `PSA_WANT_ALG_ECDH` without `MBEDTLS_ECDH_C`, provided 152 - enable `PSA_WANT_ALG_ECDSA` without `MBEDTLS_ECDSA_C`, provided 154 - enable `PSA_WANT_ALG_JPAKE` without `MBEDTLS_ECJPAKE_C`, provided 403 PSA API, you need to enable `PSA_KEY_TYPE_CHACHA20` for both, plus
|
D | use-psa-crypto.md | 19 **Why enable this option:** to fully take advantage of PSA drivers in PK, 49 You need to enable `MBEDTLS_USE_PSA_CRYPTO` if you want TLS 1.3 to use PSA
|
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
|
D | psa-transition.md | 53 You should probably enable [`MBEDTLS_USE_PSA_CRYPTO`](https://mbed-tls.readthedocs.io/projects/api/… 184 * To make `PSA_ALG_aaa` available, enable `PSA_WANT_ALG_aaa`. 185 …rgument. For example, to make `PSA_ALG_HMAC(PSA_ALG_SHA_256)` available, enable both `PSA_WANT_ALG… 187 * To make `PSA_KEY_TYPE_ttt` available, enable `PSA_WANT_KEY_TYPE_ttt`. 198 * To make `PSA_ECC_FAMILY_fff` available for size sss, enable `PSA_WANT_ECC_fff_sss`. 211 // ^^ In Mbed TLS <= 3.4, enable PSA_WANT_KEY_TYPE_ECC_KEY_PAIR instead 221 …m both through the legacy API and through the PSA API need to explicitly enable both the `PSA_WANT… 351 …p__attributes/#group__attributes_1ga42a65b3c4522ce9b67ea5ea7720e17de) to enable at least [`PSA_KEY… 539 …p__attributes/#group__attributes_1ga42a65b3c4522ce9b67ea5ea7720e17de) to enable at least [`PSA_KEY… 671 …p__attributes/#group__attributes_1ga42a65b3c4522ce9b67ea5ea7720e17de) to enable the desired usage … [all …]
|
/mbedtls-latest/scripts/ |
D | config.py | 144 def change_matching(self, regexs, enable): argument 151 setting.active = enable
|
/mbedtls-latest/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-latest/docs/architecture/psa-migration/ |
D | strategy.md | 43 - it's not fully compatible with `MBEDTLS_ECP_RESTARTABLE`: you can enable 54 Also, we can't just auto-enable `MBEDTLS_ENTROPY_C` as it doesn't build 93 2. It's currently not possible to enable `MBEDTLS_PSA_CRYPTO_C` in 95 auto-enable the latter, as it won't build or work out of the box on all 98 1. Make it possible to enable the parts of PSA Crypto that don't require an 260 Note: the first two steps enable use of drivers, but not by themselves removal
|
D | md-cipher-dispatch.md | 76 …enable more mechanisms (although this wouldn't be considered a backward compatibility break anyway… 196 …face. This was not really intended, but is possible, for example, if you enable `MBEDTLS_MD5_C` fo… 211 …onfig.h` doesn't guarantee that it won't be enabled in the build. We can enable additional feature… 288 …acy mechanisms are automatically enabled through PSA. Users can manually enable PSA mechanisms tha… 392 The following things enable MD light automatically in `build_info.h`:
|
/mbedtls-latest/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 | 104 /* Now enable PR, so the next few calls should all reseed */
|
D | test_suite_ctr_drbg.function | 324 /* 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-latest/ |
D | .pylintrc | 47 # * locally-disabled, locally-enabled: If we disable or enable a message
|
D | README.md | 298 The X.509 and TLS code can use PSA cryptography for most operations. To enable this support, activa… 306 When using drivers, you will generally want to enable two compilation options (see the reference ma… 309 * `MBEDTLS_PSA_CRYPTO_CONFIG` allows you to enable PSA cryptographic mechanisms without including t…
|
D | SECURITY.md | 33 Mbed TLS aims to fully protect against remote attacks and to enable the user
|
D | ChangeLog | 25 !MBEDTLS_PSA_CRYPTO_C), do not automatically enable local crypto when the 34 need to enable the handling of TLS 1.3 tickets through the new 434 individually enabled in order to enable respective support; also the 575 used to enable this feature. 589 - implementations are free to enable more than what it was strictly 852 be used to enable this feature. Run-time detection is supported 1020 * make: enable building unversioned shared library, with e.g.: 1078 exchange for builds that enable MBEDTLS_KEY_EXCHANGE_ECJPAKE_ENABLED and 1259 * Add function mbedtls_ssl_is_handshake_over() to enable querying if the SSL 1862 * Remove the MBEDTLS_SSL_RECORD_CHECKING option and enable by default its [all …]
|
D | CONTRIBUTING.md | 72 It is advised to enable the [githooks scripts](https://github.com/Mbed-TLS/mbedtls/tree/development…
|
/mbedtls-latest/docs/proposed/ |
D | psa-driver-developer-guide.md | 44 …l, string) can include complex preprocessor definitions to conditionally enable dispatch capabilit…
|
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-latest/tests/docker/bionic/ |
D | Dockerfile | 86 …&& ./config --prefix=/usr/local/openssl-1.1.1a -Wl,--enable-new-dtags,-rpath,'${LIBRPATH}' no-shar…
|
/mbedtls-latest/include/mbedtls/ |
D | ssl.h | 2338 int enable,
|
/mbedtls-latest/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…
|
/mbedtls-latest/library/ |
D | ssl_tls.c | 102 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()
|