/mbedtls-3.7.0/programs/test/ |
D | query_config.c | 109 int query_config(const char *config) in query_config() argument 112 if( strcmp( "MBEDTLS_CONFIG_VERSION", config ) == 0 ) in query_config() 120 if( strcmp( "MBEDTLS_HAVE_ASM", config ) == 0 ) in query_config() 128 if( strcmp( "MBEDTLS_NO_UDBL_DIVISION", config ) == 0 ) in query_config() 136 if( strcmp( "MBEDTLS_NO_64BIT_MULTIPLICATION", config ) == 0 ) in query_config() 144 if( strcmp( "MBEDTLS_HAVE_SSE2", config ) == 0 ) in query_config() 152 if( strcmp( "MBEDTLS_HAVE_TIME", config ) == 0 ) in query_config() 160 if( strcmp( "MBEDTLS_HAVE_TIME_DATE", config ) == 0 ) in query_config() 168 if( strcmp( "MBEDTLS_PLATFORM_MEMORY", config ) == 0 ) in query_config() 176 if( strcmp( "MBEDTLS_PLATFORM_NO_STD_FUNCTIONS", config ) == 0 ) in query_config() [all …]
|
D | query_config.h | 24 int query_config(const char *config);
|
/mbedtls-3.7.0/tests/scripts/ |
D | all.sh | 894 scripts/config.py "$base_config" 898 scripts/config.py set MBEDTLS_PSA_CRYPTO_CONFIG 902 scripts/config.py unset MBEDTLS_PSA_CRYPTO_SE_C 906 if scripts/config.py get MBEDTLS_THREADING_C; then 907 scripts/config.py -f "$CONFIG_TEST_DRIVER_H" set MBEDTLS_THREADING_C 910 if scripts/config.py get MBEDTLS_THREADING_PTHREAD; then 911 scripts/config.py -f "$CONFIG_TEST_DRIVER_H" set MBEDTLS_THREADING_PTHREAD 920 scripts/config.py unset-all "MBEDTLS_ECP_DP_[0-9A-Z_a-z]*_ENABLED" 923 scripts/config.py set $curve 1186 scripts/config.py set MBEDTLS_ECP_WITH_MPI_UINT [all …]
|
D | depends.py | 58 import config 110 shutil.copy(options.config, options.config_backup) 116 shutil.move(options.config_backup, options.config) 118 shutil.copy(options.config_backup, options.config) 148 conf.adapt(config.full_adapter) 464 options.config_backup = options.config + '.bak' 540 conf = config.ConfigFile(options.config)
|
D | basic-build-test.sh | 76 scripts/config.py full
|
/mbedtls-3.7.0/scripts/ |
D | footprint.sh | 64 scripts/config.py unset MBEDTLS_NET_C || true 65 scripts/config.py unset MBEDTLS_TIMING_C || true 66 scripts/config.py unset MBEDTLS_FS_IO || true 67 scripts/config.py --force set MBEDTLS_NO_PLATFORM_ENTROPY || true 104 doit thread configs/config-thread.h 105 doit suite-b configs/config-suite-b.h 106 doit psk configs/config-ccm-psk-tls1_2.h
|
D | config.py | 571 config = ConfigFile(args.file) 576 if args.symbol in config: 577 value = config[args.symbol] 580 return 0 if args.symbol in config else 1 582 if not args.force and args.symbol not in config.settings: 585 .format(args.symbol, config.filename)) 587 config.set(args.symbol, value=args.value) 589 config.change_matching(args.regexs, True) 591 config.unset(args.symbol) 593 config.change_matching(args.regexs, False) [all …]
|
D | memory.sh | 51 cp configs/config-$NAME.h $CONFIG_H 52 scripts/config.py unset MBEDTLS_SSL_SRV_C 55 scripts/config.py unset $FLAG
|
D | code_size_compare.py | 58 config: str, 74 self.config = config 188 self.config = size_dist_info.config 202 if self.config == SupportedConfig.DEFAULT.value and \ 207 self.config == SupportedConfig.TFM_MEDIUM.value: 215 if self.config == SupportedConfig.TFM_MEDIUM.value: 231 if self.config == SupportedConfig.TFM_MEDIUM.value: 253 self.config)) 932 'old', comp_args.old_rev, comp_args.arch, comp_args.config, 'cc', '-Os') 934 'new', comp_args.new_rev, comp_args.arch, comp_args.config, 'cc', '-Os')
|
D | ecc-heap.sh | 75 scripts/config.py set MBEDTLS_ECP_WINDOW_SIZE $W 76 scripts/config.py set MBEDTLS_ECP_FIXED_POINT_OPTIM $F
|
D | apidoc_full.sh | 25 scripts/config.py realfull
|
/mbedtls-3.7.0/tests/data_files/ |
D | Makefile | 91 …$(test_ca_key_file_rsa) -passin "pass:$(test_ca_pwd_rsa)" -set_serial 3 -config $(test_ca_config_f… 95 …$(test_ca_key_file_rsa) -passin "pass:$(test_ca_pwd_rsa)" -set_serial 3 -config $(test_ca_config_f… 99 …$(test_ca_key_file_rsa) -passin "pass:$(test_ca_pwd_rsa)" -set_serial 3 -config $(test_ca_config_f… 105 …$(OPENSSL) req -new -subj "/C=NL/O=PolarSSL/CN=www.example.com" -set_serial 17 -config $(test_ca_c… 124 …$(OPENSSL) req -new -subj '/CN=etcd' -config $(test_ca_config_file) -key rsa_pkcs1_1024_clear.pem … 126 …$(OPENSSL) req -new -subj '/CN=etcd' -config $(test_ca_config_file) -key rsa_pkcs1_1024_clear.pem … 128 …$(OPENSSL) req -new -subj '/CN=etcd' -config $(test_ca_config_file) -key rsa_pkcs1_1024_clear.pem … 130 …$(OPENSSL) req -new -subj '/CN=etcd' -config $(test_ca_config_file) -key rsa_pkcs1_1024_clear.pem … 176 …$(OPENSSL) req -new -config $(test_ca_config_file) -key $(test_ca_key_file_rsa_alt) -subj "/C=NL/O… 179 …$(OPENSSL) req -x509 -config $(test_ca_config_file) -key $(test_ca_key_file_rsa_alt) -set_serial 0… [all …]
|
/mbedtls-3.7.0/docs/architecture/psa-migration/ |
D | outcome-analysis.sh | 60 scripts/config.py full 71 scripts/config.py full
|
D | testing.md | 13 ensured by the fact that `scripts/config.py full` enables 16 ensured by the fact that it's disabled in the default config.
|
/mbedtls-3.7.0/tests/docker/bionic/ |
D | Dockerfile | 52 pkg-config \ 65 && ./config --openssldir=/usr/local/openssl-1.0.1j no-shared \ 75 && ./config --openssldir=/usr/local/openssl-1.0.2g no-shared \ 86 …&& ./config --prefix=/usr/local/openssl-1.1.1a -Wl,--enable-new-dtags,-rpath,'${LIBRPATH}' no-shar…
|
/mbedtls-3.7.0/programs/ssl/ |
D | ssl_pthread_server.c | 85 const mbedtls_ssl_config *config; member 114 if ((ret = mbedtls_ssl_setup(&ssl, thread_info->config)) != 0) { in handle_ssl_connection() 316 base_info.config = &conf; in main()
|
/mbedtls-3.7.0/docs/ |
D | psa-driver-example-and-guide.md | 137 …config file.* This is the preferred option when your project requires a custom configuration that … 143 … and use p256-m, set the macro `MBEDTLS_PSA_P256M_DRIVER_ENABLED` using `config.py`, then build as… 145 python3 scripts/config.py set MBEDTLS_PSA_CRYPTO_CONFIG 146 python3 scripts/config.py set MBEDTLS_PSA_P256M_DRIVER_ENABLED 180 …oftware accelerator. If `MBEDTLS_PSA_P256M_DRIVER_ENABLED` is set in the config, p256-m's implemen…
|
D | 3.0-migration-guide.md | 42 ### Introduce a level of indirection and versioning in the config files 44 `config.h` was split into `build_info.h` and `mbedtls_config.h`. 46 * In code, use `#include <mbedtls/build_info.h>`. Don't include `mbedtls/config.h` and don't refer … 55 A config file version symbol, `MBEDTLS_CONFIG_VERSION` was introduced. 57 the config file in a way that's compatible with the config file format 205 to `0` in your config file. The impact depends on the number and size of 215 If you were using custom config file with `MBEDTLS_SHA256_C` enabled, then 216 you will need to add `#define MBEDTLS_SHA224_C` option to your config. 226 If you were using a config file with both `MBEDTLS_SHA512_C` and 228 If you were using a config file with `MBEDTLS_SHA512_C` and without [all …]
|
/mbedtls-3.7.0/tests/suites/ |
D | test_suite_ssl.data | 928 SSL session serialization: Wrong config 944 TLS 1.3: CLI: session serialization: Wrong config 960 TLS 1.3: SRV: session serialization: Wrong config 3115 Version config: valid client TLS 1.2 only 3119 Version config: valid client DTLS 1.2 only 3123 Version config: valid server TLS 1.2 only 3127 Version config: valid server DTLS 1.2 only 3131 Version config: invalid client TLS 1.2 only 3135 Version config: invalid client DTLS 1.2 only 3139 Version config: invalid server TLS 1.2 only [all …]
|
/mbedtls-3.7.0/library/ |
D | Makefile | 335 error.c: $(gen_file_dep) $(filter-out %config%,$(wildcard ../include/mbedtls/*.h)) 341 ssl_debug_helpers_generated.c: $(gen_file_dep) $(filter-out %config%,$(wildcard ../include/mbedtls/…
|
/mbedtls-3.7.0/ |
D | CMakeLists.txt | 115 …execute_process(COMMAND ${MBEDTLS_PYTHON_EXECUTABLE} ${CMAKE_CURRENT_SOURCE_DIR}/scripts/config.py… 136 set(MBEDTLS_CONFIG_FILE "" CACHE FILEPATH "Mbed TLS config file (overrides default).") 137 set(MBEDTLS_USER_CONFIG_FILE "" CACHE FILEPATH "Mbed TLS user config file (appended to default).")
|
D | ChangeLog | 21 * Rename the MBEDTLS_SHA256_USE_A64_CRYPTO_xxx config options to 96 * Add pc files for pkg-config, e.g.: 97 pkg-config --cflags --libs (mbedtls|mbedcrypto|mbedx509) 708 be toggled with config.py. 1508 * Remove the MBEDTLS_TEST_NULL_ENTROPY config option. Fixes #4388. 1520 * Replace MBEDTLS_SHA512_NO_SHA384 config option with MBEDTLS_SHA384_C. 1521 This separates config option enabling the SHA384 algorithm from option 1524 This separates config option enabling the SHA224 algorithm from option 1680 * Remove the MBEDTLS_SSL_DTLS_BADMAC_LIMIT config.h option. Fixes #4403. 1695 * Remove MBEDTLS_ECDH_LEGACY_CONTEXT config option since this was purely for [all …]
|
D | Makefile | 130 -scripts/config.py get MBEDTLS_CTR_DRBG_USE_128_BIT_KEY && ([ $$? -eq 0 ]) && \
|
/mbedtls-3.7.0/programs/fuzz/ |
D | README.md | 29 perl scripts/config.py set MBEDTLS_PLATFORM_TIME_ALT
|
/mbedtls-3.7.0/scripts/data_files/ |
D | query_config.fmt | 109 int query_config(const char *config)
|