Home
last modified time | relevance | path

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

/mbedtls-development/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-development/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…
/mbedtls-development/scripts/
A Dconfig.py150 def change_matching(self, regexs, enable): argument
157 setting.active = enable
/mbedtls-development/docs/proposed/
A Dpsa-driver-integration-guide.md8 The interface is not fully implemented in Mbed TLS yet and is disabled by default. You can enable t…
A Dpsa-driver-developer-guide.md10 The interface is not fully implemented in Mbed TLS yet and is disabled by default. You can enable t…
A Dpsa-conditional-inclusion-c.md74 …code using `MBEDTLS_USE_PSA_CRYPTO`, for example in TLS to determine which cipher suites to enable.
/mbedtls-development/
A D.pylintrc46 # * locally-disabled, locally-enabled: If we disable or enable a message
A DCONTRIBUTING.md76 It is advised to enable the [githooks scripts](https://github.com/ARMmbed/mbedtls/tree/development/…
A DChangeLog217 * Remove the MBEDTLS_SSL_RECORD_CHECKING option and enable by default its
765 * Support building on e2k (Elbrus) architecture: correctly enable
1495 * Extend ECDH interface to enable alternative implementations.
2068 prior versions of Mbed TLS. To restore the old behavior, enable
2390 * Fix conditional preprocessor directives in bignum.h to enable 64-bit
2401 encoded X.509 certificates. The overflow could enable maliciously
2484 This involved exposing parts of the internal interface to enable
2487 * Add a new configuration option to 'mbedtls_ssl_config' to enable
3656 * Ability to enable / disable SSL v3 / TLS 1.0 / TLS 1.1 / TLS 1.2
4237 enable and disable individual modes when needed
[all …]
A DREADME.md280 The X.509 and TLS code can use PSA cryptography for a limited subset of operations. To enable this …
/mbedtls-development/tests/suites/
A Dtest_suite_ecdh.function238 int enable, int max_ops, int min_restart, int max_restart )
278 if( enable )
A Dtest_suite_hmac_drbg.function103 /* Now enable PR, so the next few calls should all reseed */
A Dtest_suite_ctr_drbg.function294 /* Now enable PR, so the next few calls should all reseed */
A Dtest_suite_mps.function11 /* Comment/Uncomment this to disable/enable the
/mbedtls-development/tests/docker/bionic/
A DDockerfile90 …&& ./config --prefix=/usr/local/openssl-1.1.1a -Wl,--enable-new-dtags,-rpath,'${LIBRPATH}' no-shar…
/mbedtls-development/doxygen/
A Dmbedtls.doxyfile284 # enable parsing support.
518 # The GENERATE_TODOLIST tag can be used to enable (YES) or
524 # The GENERATE_TESTLIST tag can be used to enable (YES) or
530 # The GENERATE_BUGLIST tag can be used to enable (YES) or
536 # The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or
542 # The ENABLED_SECTIONS tag can be used to enable conditional
1283 # The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
1807 # the time of a run. So in most cases it will be better to enable call graphs
1815 # the time of a run. So in most cases it will be better to enable caller
1841 # enable generation of interactive SVG images that allow zooming and panning.
/mbedtls-development/docs/
A D3.0-migration-guide.md538 users who enable this option.
664 cause any failures however if you used to enable TLS record-level compression
790 ### Remove the configuration to enable weak ciphersuites in SSL / TLS
800 enable `MBEDTLS_CIPHER_NULL_CIPHER` now.
856 ### Remove `MBEDTLS_SSL_RECORD_CHECKING` option and enable its action by default
/mbedtls-development/include/mbedtls/
A Dssl.h1958 int enable,
/mbedtls-development/library/
A Dssl_tls.c78 int enable, in mbedtls_ssl_set_cid() argument
85 ssl->negotiate_cid = enable; in mbedtls_ssl_set_cid()
86 if( enable == MBEDTLS_SSL_CID_DISABLED ) in mbedtls_ssl_set_cid()
/mbedtls-development/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…

Completed in 58 milliseconds