Home
last modified time | relevance | path

Searched refs:configuration (Results 1 – 25 of 44) sorted by relevance

12

/mbedtls-latest/docs/proposed/
Dpsa-conditional-inclusion-c.md18 …ct which cryptographic mechanisms are included in a build through its configuration file (`mbedtls…
34 [Req.c] The configuration mechanism consists of C preprocessor definitions, and the build does not …
50 ### PSA Crypto configuration file
52configuration file `psa/crypto_config.h` defines a series of symbols of the form `PSA_WANT_xxx` wh…
57 …ncluded based on both the content of the PSA Crypto configuration file and the Mbed TLS configurat…
59 ### PSA Crypto configuration symbols
63 A PSA Crypto configuration symbol is a C preprocessor symbol whose name starts with `PSA_WANT_`.
71 The presence of a symbol `PSA_WANT_xxx` in the Mbed TLS configuration determines whether a feature …
79 If a feature is not requested for inclusion in the PSA Crypto configuration file, it may still be i…
104 There are no configuration symbols for Diffie-Hellman groups (`PSA_DH_GROUP_xxx`).
[all …]
Dpsa-driver-developer-guide.md50 ## Dependencies on the Mbed TLS configuration
/mbedtls-latest/scripts/
Dabi_check.py111 def __init__(self, old_version, new_version, configuration): argument
126 self.verbose = configuration.verbose
128 self.report_dir = os.path.abspath(configuration.report_dir)
129 self.keep_all_reports = configuration.keep_all_reports
134 self.skip_file = configuration.skip_file
135 self.check_abi = configuration.check_abi
136 self.check_api = configuration.check_api
139 self.check_storage_tests = configuration.check_storage
140 self.brief = configuration.brief
650 configuration = SimpleNamespace(
[all …]
Dmake_generated_files.bat1 @rem Generate automatically-generated configuration-independent source files
Dcommon.make39 ## Remove the preprocessor symbols that are set in the current configuration
/mbedtls-latest/docs/
D3.0-migration-guide.md14 - Tidying up of configuration options (including removing some less useful options).
50 Also, if you have a custom configuration file:
92 This change does not affect users who use the default configuration; it only
123 ### Remove the `MBEDTLS_TEST_NULL_ENTROPY` configuration option
136 This doesn't affect people using the default configuration as it was already
254 ### The configuration option `MBEDTLS_ECP_NO_INTERNAL_RNG` was removed
256 This doesn't affect users of the default configuration; it only affects people
494 configuration options) may have their own internal and are free to ignore the
565 This change does not affect users of the default configuration; it only affects
582 This change affects users who have chosen the configuration options to disable the
[all …]
Ddriver-only-builds.md18 the following compile-time configuration options enabled:
26 configuration of cryptographic algorithms using `PSA_WANT` macros in
253 requested key type operations. The only configuration that's tested is that of
398 - ECB mode is always enabled in the legacy configuration for each key type that
/mbedtls-latest/configs/
DREADME.txt1 This directory contains example configuration files.
24 configuration file outside the Mbed TLS tree.
/mbedtls-latest/docs/architecture/
Dalternative-implementations.md12 … the C standard library through `MBEDTLS_PLATFORM_XXX` options in the configuration file. Many opt…
20 …rces (hardware random generators), see the `MBEDTLS_ENTROPY_XXX` options in the configuration file.
30 …nd subject to change, and not all operations support drivers yet. The configuration option `MBEDTL…
37 * Enable `MBEDTLS_XXX_ALT` in the compile-time configuration where XXX is the module name. For exam…
91 …ia `MBEDTLS_PLATFORM_MEMORY`. Consult the documentation of individual configuration options and of…
Dtls13-support.md8 may be enabled using the MBEDTLS_SSL_PROTO_TLS1_3 configuration option.
29 - Supported cipher suites: depends on the library configuration. Potentially
61 - Supported groups: depends on the library configuration.
69 depends on the library configuration.
89 configuration options in the sense that when enabling TLS 1.3 in the library
90 there is rarely any need to modify the configuration from that used for
98 | Mbed TLS configuration option | Support |
/mbedtls-latest/tests/suites/
Dhost_test.function331 static const char *configuration = NULL;
344 if (configuration == NULL) {
345 configuration = getenv("MBEDTLS_TEST_CONFIGURATION");
346 if (configuration == NULL) {
347 configuration = "unknown";
362 platform, configuration, test_suite, test_case);
Dtest_suite_config.function6 /* This test case always passes. It is intended solely for configuration
Dtest_suite_psa_crypto_util.data11 # configuration because mbedtls_ecdsa_raw_to_der() will return 0, and we'll
73 # configuration because mbedtls_ecdsa_der_to_raw() will return 0, and we'll
Dtest_suite_random.data22 # This bad-usage test case currently crashes in the default configuration
/mbedtls-latest/
DREADME.md11 … Some platform specific options are available in the fully documented configuration file `include/…
24 …ocal copy of the library documentation in HTML format, tailored to your compile-time configuration:
63 …ds only on the Mbed TLS source, not on the platform or on the library configuration. These files a…
75 …nt variable to a C compiler for the host platform when generating the configuration-independent fi…
77 Any of the following methods are available to generate the configuration-independent files:
81 * Run `make generated_files` to generate all the configuration-independent files.
82 …, run `tests/scripts/check-generated-files.sh -u` to generate all the configuration-independent fi…
83 * On Windows, run `scripts\make_generated_files.bat` to generate all the configuration-independent …
DBRANCHES.md41 compile-time configuration (`mbedtls/mbedtls_config.h`) or the same modified
42 compile-time configuration. Changing compile-time configuration options can
DChangeLog114 disabled (MBEDTLS_SSL_SESSION_TICKETS configuration option). Fixes #6395.
162 the default configuration connecting to a TLS 1.3 server sending tickets.
194 configuration file (renamed to mbedtls_config.h). This change was made
328 time by the MBEDTLS_SSL_EARLY_DATA configuration option and at runtime by
373 a user configuration file or the compiler command line. Fixes #8165.
414 allowed SSL sessions saved in one configuration to be loaded in a
415 different, incompatible configuration.
456 * The TLS 1.3 protocol is now enabled in the default configuration.
574 A new configuration option, MBEDTLS_AES_ONLY_128_BIT_KEY_LENGTH, can be
600 setting the CMake variable of the same name at configuration time.
[all …]
DSECURITY.md130 architectures and currently only available for AES. See configuration options
146 configuration option is defined. This option is off by default.
DCMakeLists.txt78 option(DISABLE_PACKAGE_CONFIG_AND_INSTALL "Disable package configuration, target export and install…
109 # Python 3 is only needed here to check for configuration warnings.
/mbedtls-latest/scripts/data_files/
Dquery_config.fmt16 * default value when that configuration is not set in mbedtls_config.h, or
85 * Mbed TLS does not currently have configuration options used in this fashion.
/mbedtls-latest/programs/
Ddemo_common.sh103 configuration options to be enabled at compile time:
/mbedtls-latest/docs/architecture/psa-migration/
Dstrategy.md235 Let's expand a bit on the definition of the goal: in such a configuration
239 a. the library to build in a reasonably-complete configuration,
241 c. and no more tests skipped than the same configuration with software
265 configuration", to allow working around internal crypto dependencies when
266 working on other parts such as X.509 and TLS - for example, a configuration
351 `all.sh` that builds and run tests in such a configuration.
363 equivalent software-based configuration. This is tested automatically by the
/mbedtls-latest/programs/fuzz/
DREADME.md47 They also use the last bytes as configuration options.
/mbedtls-latest/ChangeLog.d/
D00README.md11 fixing broken behavior, fixing the build in some configuration or on some
/mbedtls-latest/docs/architecture/testing/
Dtest-framework.md60 * **Configuration**: a unique description of the configuration (`mbedtls_config.h`).

12