| /mbedtls/tests/scripts/ |
| A D | generate_tls13_compat_tests.py | 560 default=None, help='Output file path if `-a` was set') 566 default=False, help='List supported ciphersuites') 569 default=False, help='List supported signature algorithms') 572 default=False, help='List supported named groups') 575 default=False, help='List supported TLS servers') 578 default=False, help='List supported TLS Clients') 581 default=list(SERVER_CLASSES.keys())[0], 584 default=list(CLIENT_CLASSES.keys())[0], 587 default=list(CIPHER_SUITE_IANA_VALUE.keys())[0], 590 default=list(SIG_ALG_IANA_VALUE.keys())[0], [all …]
|
| A D | depends.py | 510 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)
|
| A D | test_psa_constant_names.py | 164 action='append', default=['include'], 167 action='store_true', dest='keep_c', default=False, 173 default='programs/psa/psa_constant_names',
|
| A D | psa_collect_statuses.py | 111 default=DEFAULT_STATUS_LOG_FILE, 116 default=DEFAULT_PSA_CONSTANT_NAMES,
|
| A D | test_config_script.py | 162 dest='input_file', default='include/mbedtls/mbedtls_config.h', 168 dest='script', default='scripts/config.py',
|
| A D | generate_psa_wrappers.py | 237 default=DEFAULT_C_OUTPUT_FILE_NAME, 242 default=DEFAULT_H_OUTPUT_FILE_NAME,
|
| /mbedtls/docs/architecture/psa-migration/ |
| A D | psa-limitations.md | 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) 247 Hash Algorithm: sha1 (default) 248 Mask Algorithm: mgf1 with sha1 (default) 251 Hash Algorithm: sha1 (default) 262 Hash Algorithm: sha1 (default) 266 Hash Algorithm: sha1 (default) [all …]
|
| A D | outcome-analysis.sh | 139 compare_builds before-default after-default
|
| /mbedtls/docs/ |
| A D | 3.0-migration-guide.md | 126 already off by default. 137 disabled by default. 224 enabled by default. 619 disabled by default. 659 disabled by default. 669 disabled by default. 689 disabled by default. 700 This does not affect people who used the default `mbedtls_config.h` and the default 711 disabled by default. 720 disabled by default. [all …]
|
| /mbedtls/scripts/data_files/driver_templates/ |
| A D | psa_crypto_driver_wrappers.h.jinja | 170 default: 242 default: 355 default: 456 default: 548 default: 641 default: 724 default: 828 default: 911 default: 973 default: [all …]
|
| A D | psa_crypto_driver_wrappers_no_static.c.jinja | 116 default: 186 default: 214 default:
|
| /mbedtls/configs/ |
| A D | README.txt | 7 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/scripts/data_files/ |
| A D | error.fmt | 39 default: 62 default:
|
| /mbedtls/ |
| A D | .globalrc | 1 default:\
|
| A D | .pylintrc | 37 # Allow more than the default 7 attributes. 42 # Allow longer modules than the default recommended maximum.
|
| /mbedtls/scripts/ |
| A D | abi_check.py | 546 "-r", "--report-dir", type=str, default="reports", 591 action='store_true', default=True, 597 action='store_true', default=True, 603 action='store_true', default=True,
|
| A D | config.py | 87 def get(self, name, default=None): argument 98 return default 519 default='')
|
| A D | assemble_changelog.py | 504 default='ChangeLog.d', 508 default='ChangeLog', 512 action='store_true', dest='keep_entries', default=None,
|
| /mbedtls/tests/data_files/base64/ |
| A D | srv_def.txt | 1 // Server context with default MbedTLS configuration
|
| A D | cli_def.txt | 1 // Client context with default MbedTLS configuration
|
| /mbedtls/tests/suites/ |
| A D | main_test.function | 82 default: 112 default: 241 * using the default data file. This allows running the executable
|
| A D | test_suite_ssl.function | 2185 default: 2257 default: 2318 default: 2386 default: 2463 default: 2957 default: 3804 default: 3881 default: 3958 default: 4252 default: [all …]
|
| /mbedtls/docs/architecture/ |
| A D | Makefile | 3 default: all target
|
| /mbedtls/docs/proposed/ |
| A D | psa-driver-wrappers-codegen-migration-guide.md | 32 …default location, this path includes the schemas against which the driver schemas will be validate…
|
| A D | Makefile | 3 default: all target
|