Home
last modified time | relevance | path

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

12

/mbedtls/docs/architecture/
A 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…
A Dpsa-crypto-implementation-structure.md135 …{B1, B2, B3, ...} but there is no particular reason why enabling A would enable any of the specifi…
/mbedtls/tests/git-scripts/
A DREADME.md14 …TLS git hooks work only on a GNU platform. If using a non-GNU platform, don't enable these hooks!**
/mbedtls/docs/
A 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
398 PSA API, you need to enable `PSA_KEY_TYPE_CHACHA20` for both, plus
A 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
A 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
A 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/scripts/
A Dconfig.py144 def change_matching(self, regexs, enable): argument
151 setting.active = enable
/mbedtls/tests/suites/
A Dtest_suite_ecdh.function241 int enable, int max_ops, int min_restart, int max_restart)
281 if (enable) {
A Dtest_suite_hmac_drbg.function104 /* Now enable PR, so the next few calls should all reseed */
A Dtest_suite_ctr_drbg.function323 /* Now enable PR, so the next few calls should all reseed */
A Dtest_suite_mps.function11 /* Comment/Uncomment this to disable/enable the
/mbedtls/
A D.pylintrc47 # * locally-disabled, locally-enabled: If we disable or enable a message
A 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…
A DSECURITY.md33 Mbed TLS aims to fully protect against remote attacks and to enable the user
A DChangeLog239 individually enabled in order to enable respective support; also the
380 used to enable this feature.
394 - implementations are free to enable more than what it was strictly
657 be used to enable this feature. Run-time detection is supported
825 * make: enable building unversioned shared library, with e.g.:
2216 * Support building on e2k (Elbrus) architecture: correctly enable
2946 * Extend ECDH interface to enable alternative implementations.
3519 prior versions of Mbed TLS. To restore the old behavior, enable
3935 This involved exposing parts of the internal interface to enable
5688 enable and disable individual modes when needed
[all …]
A DCONTRIBUTING.md72 It is advised to enable the [githooks scripts](https://github.com/Mbed-TLS/mbedtls/tree/development…
/mbedtls/docs/architecture/psa-migration/
A 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
A 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/docs/proposed/
A Dpsa-driver-developer-guide.md44 …l, string) can include complex preprocessor definitions to conditionally enable dispatch capabilit…
A Dpsa-conditional-inclusion-c.md74 …code using `MBEDTLS_USE_PSA_CRYPTO`, for example in TLS to determine which cipher suites to enable.
/mbedtls/tests/docker/bionic/
A DDockerfile86 …&& ./config --prefix=/usr/local/openssl-1.1.1a -Wl,--enable-new-dtags,-rpath,'${LIBRPATH}' no-shar…
/mbedtls/include/mbedtls/
A Dssl.h2332 int enable,
/mbedtls/docs/architecture/testing/
A Dinvasive-testing.md209 … for testing, but not in production, we can add a compile-time option to enable it. This is very p…
/mbedtls/library/
A 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()

Completed in 65 milliseconds

12