Home
last modified time | relevance | path

Searched refs:default (Results 1 – 25 of 84) sorted by relevance

1234

/mbedtls-latest/tests/scripts/
Dgenerate_tls13_compat_tests.py563 default=None, help='Output file path if `-a` was set')
566 default=False, help='Generate all available tls13 compat tests')
569 default=False, help='List supported ciphersuites')
572 default=False, help='List supported signature algorithms')
575 default=False, help='List supported named groups')
578 default=False, help='List supported TLS servers')
581 default=False, help='List supported TLS Clients')
584 default=list(SERVER_CLASSES.keys())[0],
587 default=list(CLIENT_CLASSES.keys())[0],
590 default=list(CIPHER_SUITE_IANA_VALUE.keys())[0],
[all …]
Dall.sh261 By default, run all tests. With one or more COMPONENT, run only those.
283 (default: "${ARM_NONE_EABI_GCC_PREFIX}")
286 (default: "${ARM_LINUX_GNUEABI_GCC_PREFIX}")
287 --armcc Run ARM Compiler builds (on by default).
295 --no-append-outcome Write a new outcome file and analyze it (default).
297 --no-force Refuse to overwrite modified files (default).
298 --no-keep-going Stop at the first error (default).
299 --no-memory No additional memory tests (default).
303 empty; default: \$MBEDTLS_TEST_OUTCOME_FILE).
304 --random-seed Use a random seed value for randomized tests (default).
Ddepends.py510 choices=['always', 'auto', 'never'], default='auto')
513 default='include/mbedtls/mbedtls_config.h')
516 default='.')
519 action='store_true', dest='keep_going', default=True)
531 action='store', default='make')
537 default=True)
Dtest_psa_constant_names.py164 action='append', default=['include'],
167 action='store_true', dest='keep_c', default=False,
173 default='programs/psa/psa_constant_names',
Dpsa_collect_statuses.py111 default=DEFAULT_STATUS_LOG_FILE,
116 default=DEFAULT_PSA_CONSTANT_NAMES,
Dtest_config_script.py162 dest='input_file', default='include/mbedtls/mbedtls_config.h',
168 dest='script', default='scripts/config.py',
/mbedtls-latest/docs/architecture/psa-migration/
Dpsa-limitations.md163 - the extra "trailer field" parameter must have its default value
178 It is unclear what parameters people use in practice. It looks like by default
181 by default (tested with GnuTLS 3.6.13). FIPS 186-4 requires 0 <= saltlen <=
201 When verifying signatures, PSA will by default enforce the salt len is the one
206 All test files use the default trailer field of 0xBC, as enforced by our
223 Hash Algorithm: sha1 (default)
224 Mask Algorithm: mgf1 with sha1 (default)
227 Hash Algorithm: sha1 (default)
228 Mask Algorithm: mgf1 with sha1 (default)
229 Salt Length: 0x14 (default)
[all …]
Doutcome-analysis.sh139 compare_builds before-default after-default
/mbedtls-latest/docs/
D3.0-migration-guide.md92 This change does not affect users who use the default configuration; it only
95 The option `MBEDTLS_CHECK_PARAMS` (disabled by default) enabled certain kinds
104 value causes a silent default to one of the valid values.
106 The default reaction to a failed check was to call a function
125 This does not affect users who use the default `mbedtls_config.h`, as this option was
126 already off by default.
136 This doesn't affect people using the default configuration as it was already
137 disabled by default.
211 This does not affect users who use the default `mbedtls_config.h`. `MBEDTLS_SHA256_C`
212 was enabled by default. Now both `MBEDTLS_SHA256_C` and `MBEDTLS_SHA224_C` are
[all …]
/mbedtls-latest/scripts/data_files/driver_templates/
Dpsa_crypto_driver_wrappers.h.jinja170 default:
242 default:
355 default:
456 default:
548 default:
641 default:
724 default:
829 default:
912 default:
974 default:
[all …]
Dpsa_crypto_driver_wrappers_no_static.c.jinja116 default:
186 default:
214 default:
/mbedtls-latest/configs/
DREADME.txt7 These files are complete replacements for the default mbedtls_config.h. To use one of
10 1. Replace the default file include/mbedtls/mbedtls_config.h with the chosen one.
/mbedtls-latest/tests/suites/
Dtest_suite_ssl.function1444 default:
2198 default:
2270 default:
2331 default:
2399 default:
2476 default:
2970 default:
3817 default:
3894 default:
3971 default:
[all …]
Dhost_test.function64 " specified the following default test case\n" \
173 default:
409 default:
426 default:
481 * supplied or default data file.
574 /* If no files were specified, assume a default */
Dmain_test.function82 default:
112 default:
241 * using the default data file. This allows running the executable
Dtest_suite_ctr_drbg.function287 /* By default, PR is off, and reseed interval was set to
361 * default entropy length (MBEDTLS_CTR_DRBG_ENTROPY_LEN). We've chosen to
362 * use the default value of MBEDTLS_CTR_DRBG_ENTROPY_LEN for SHA-512,
376 /* Need to set a non-default fixed entropy len, to ensure same output across
/mbedtls-latest/scripts/
Dabi_check.py559 "-r", "--report-dir", type=str, default="reports",
604 action='store_true', default=True,
610 action='store_true', default=True,
616 action='store_true', default=True,
Dconfig.py87 def get(self, name, default=None): argument
98 return default
528 default='')
Dcode_size_compare.py872 '--record-dir', type=str, default='code_size_records',
876 '--comp-dir', type=str, default='comparison',
880 '-n', '--new-rev', type=str, default='current',
885 '-a', '--arch', type=str, default=detect_arch(),
890 '-c', '--config', type=str, default=SupportedConfig.DEFAULT.value,
Dassemble_changelog.py504 default='ChangeLog.d',
508 default='ChangeLog',
512 action='store_true', dest='keep_entries', default=None,
/mbedtls-latest/scripts/data_files/
Derror.fmt39 default:
62 default:
/mbedtls-latest/
D.pylintrc37 # Allow more than the default 7 attributes.
42 # Allow longer modules than the default recommended maximum.
DChangeLog31 * By default, the handling of TLS 1.3 tickets by the Mbed TLS client is now
86 of increased code size. This option is off by default, but enabled in
87 the default mbedtls_config.h. Fixes #9216.
162 the default configuration connecting to a TLS 1.3 server sending tickets.
329 the mbedtls_ssl_conf_early_data() API (by default disabled in both cases).
343 to PSA functions is now secure by default.
451 improvement. The new default value of MBEDTLS_MPI_WINDOW_SIZE roughly
456 * The TLS 1.3 protocol is now enabled in the default configuration.
595 By default, all groups are offered; the list of groups can be
768 this call accidentally applied a default padding mode chosen at compile
[all …]
/mbedtls-latest/docs/proposed/
Dpsa-driver-wrappers-codegen-migration-guide.md32default location, this path includes the schemas against which the driver schemas will be validate…
/mbedtls-latest/docs/architecture/
Dpsa-keystore-design.md69 …cated on the heap. This is the historical implementation. It remains the default in the Mbed TLS 3…
71 …ave a highly predicatable resource usage. This is the default implementation when using the defaul…
77default build (when not using the supplied `mbedtls_config.h`, as explained above), to minimize th…
98 Since Mbed TLS 3.6.3, there are two variants for the static key store: a hybrid variant (default), …
116 …1. It is enabled by `MBEDTLS_PSA_KEY_STORE_DYNAMIC`, which is enabled by default since Mbed TLS 3.…

1234