Home
last modified time | relevance | path

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

12

/mbedtls-latest/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…
Dpsa-crypto-implementation-structure.md135 …{B1, B2, B3, ...} but there is no particular reason why enabling A would enable any of the specifi…
/mbedtls-latest/docs/
Ddriver-only-builds.md22 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
Duse-psa-crypto.md19 **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
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
Dpsa-transition.md53 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/
Dconfig.py144 def change_matching(self, regexs, enable): argument
151 setting.active = enable
/mbedtls-latest/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-latest/docs/architecture/psa-migration/
Dstrategy.md43 - 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
Dmd-cipher-dispatch.md76enable 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/
Dtest_suite_ecdh.function241 int enable, int max_ops, int min_restart, int max_restart)
281 if (enable) {
Dtest_suite_hmac_drbg.function104 /* Now enable PR, so the next few calls should all reseed */
Dtest_suite_ctr_drbg.function324 /* Now enable PR, so the next few calls should all reseed */
Dtest_suite_mps.function11 /* Comment/Uncomment this to disable/enable the
/mbedtls-latest/
D.pylintrc47 # * locally-disabled, locally-enabled: If we disable or enable a message
DREADME.md298 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…
DSECURITY.md33 Mbed TLS aims to fully protect against remote attacks and to enable the user
DChangeLog25 !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 …]
DCONTRIBUTING.md72 It is advised to enable the [githooks scripts](https://github.com/Mbed-TLS/mbedtls/tree/development…
/mbedtls-latest/docs/proposed/
Dpsa-driver-developer-guide.md44 …l, string) can include complex preprocessor definitions to conditionally enable dispatch capabilit…
Dpsa-conditional-inclusion-c.md74 …code using `MBEDTLS_USE_PSA_CRYPTO`, for example in TLS to determine which cipher suites to enable.
/mbedtls-latest/tests/docker/bionic/
DDockerfile86 …&& ./config --prefix=/usr/local/openssl-1.1.1a -Wl,--enable-new-dtags,-rpath,'${LIBRPATH}' no-shar…
/mbedtls-latest/include/mbedtls/
Dssl.h2338 int enable,
/mbedtls-latest/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…
/mbedtls-latest/library/
Dssl_tls.c102 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()

12