Searched refs:config (Results 1 – 24 of 24) sorted by relevance
/mbedtls-development/tests/scripts/ |
A D | all.sh | 922 scripts/config.py full 944 scripts/config.py full 964 scripts/config.py full 1065 scripts/config.py full 1087 scripts/config.py full 1109 scripts/config.py full 1136 scripts/config.py full 1163 scripts/config.py full 1186 scripts/config.py full 1205 scripts/config.py full [all …]
|
A D | analyze_outcomes.py | 100 (platform, config, suite, case, result, _cause) = line.split(';') 102 setup = ';'.join([platform, config])
|
A D | basic-build-test.sh | 94 scripts/config.py full
|
/mbedtls-development/scripts/ |
A D | footprint.sh | 76 scripts/config.py unset MBEDTLS_NET_C || true 77 scripts/config.py unset MBEDTLS_TIMING_C || true 78 scripts/config.py unset MBEDTLS_FS_IO || true 79 scripts/config.py --force set MBEDTLS_NO_PLATFORM_ENTROPY || true 116 doit thread configs/config-thread.h 117 doit suite-b configs/config-suite-b.h 118 doit psk configs/config-ccm-psk-tls1_2.h
|
A D | config.py | 509 config = ConfigFile(args.file) 514 if args.symbol in config: 515 value = config[args.symbol] 518 return 0 if args.symbol in config else 1 520 if not args.force and args.symbol not in config.settings: 525 config.set(args.symbol, value=args.value) 527 config.change_matching(args.regexs, True) 529 config.unset(args.symbol) 531 config.change_matching(args.regexs, False) 533 config.adapt(args.adapter) [all …]
|
A D | memory.sh | 63 cp configs/config-$NAME.h $CONFIG_H 64 scripts/config.py unset MBEDTLS_SSL_SRV_C 67 scripts/config.py unset $FLAG
|
A 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
|
A D | apidoc_full.sh | 37 scripts/config.py realfull
|
/mbedtls-development/tests/data_files/ |
A D | Makefile | 91 …$(OPENSSL) req -new -subj "/C=NL/O=PolarSSL/CN=www.example.com" -set_serial 17 -config $(test_ca_c… 99 …$(OPENSSL) req -new -config $(test_ca_config_file) -key $(test_ca_key_file_rsa_alt) -subj "/C=NL/O… 102 …$(OPENSSL) req -x509 -config $(test_ca_config_file) -key $(test_ca_key_file_rsa_alt) -set_serial 0… 127 …$(OPENSSL) req -x509 -config $(test_ca_config_file) -extensions v3_any_policy_ca -key $(test_ca_ke… 143 …$(OPENSSL) req -x509 -config $(test_ca_config_file) -extensions v3_multi_policy_ca -key $(test_ca_… 177 …$(OPENSSL) req -new -config $(test_ca_config_file) -key test-int-ca.key -subj "/C=NL/O=PolarSSL/CN… 283 …$(OPENSSL) req -x509 -new -subj "/C=UK/O=Mbed TLS/CN=Mbed TLS FAN" -set_serial 77 -config $(test_c… 1036 …$(OPENSSL) ca -batch -passin "pass:$(test_ca_pwd_rsa)" -config $(test_ca_server1_config_file) -in … 1048 …$(OPENSSL) ca -batch -passin "pass:$(test_ca_pwd_rsa)" -config $(test_ca_server1_config_file) -in … 1057 …$(test_ca_crt) -keyfile $(test_ca_key_file_rsa) -key $(test_ca_pwd_rsa) -config $(test_ca_server1_… [all …]
|
/mbedtls-development/programs/test/ |
A D | query_config.h | 36 int query_config( const char *config );
|
/mbedtls-development/3rdparty/ |
A D | CMakeLists.txt | 1 execute_process(COMMAND ${MBEDTLS_PYTHON_EXECUTABLE} ${CMAKE_CURRENT_SOURCE_DIR}/../scripts/config.…
|
/mbedtls-development/tests/docker/bionic/ |
A D | Dockerfile | 60 pkg-config \ 69 && ./config --openssldir=/usr/local/openssl-1.0.1j no-shared \ 79 && ./config --openssldir=/usr/local/openssl-1.0.2g no-shared \ 90 …&& ./config --prefix=/usr/local/openssl-1.1.1a -Wl,--enable-new-dtags,-rpath,'${LIBRPATH}' no-shar…
|
/mbedtls-development/programs/ssl/ |
A D | ssl_pthread_server.c | 108 const mbedtls_ssl_config *config; member 137 if( ( ret = mbedtls_ssl_setup( &ssl, thread_info->config ) ) != 0 ) in handle_ssl_connection() 351 base_info.config = &conf; in main()
|
/mbedtls-development/docs/ |
A D | 3.0-migration-guide.md | 21 ### Introduce a level of indirection and versioning in the config files 23 `config.h` was split into `build_info.h` and `mbedtls_config.h`. 34 A config file version symbol, `MBEDTLS_CONFIG_VERSION` was introduced. 36 the config file in a way that's compatible with the config file format 184 to `0` in your config file. The impact depends on the number and size of 194 If you were using custom config file with `MBEDTLS_SHA256_C` enabled, then 195 you will need to add `#define MBEDTLS_SHA224_C` option to your config. 205 If you were using a config file with both `MBEDTLS_SHA512_C` and 207 If you were using a config file with `MBEDTLS_SHA512_C` and without 209 `#define MBEDTLS_SHA384_C` to your config file. [all …]
|
/mbedtls-development/docs/proposed/ |
A D | psa-driver-integration-guide.md | 26 scripts/config.py set MBEDTLS_PSA_CRYPTO_DRIVERS
|
/mbedtls-development/programs/fuzz/ |
A D | README.md | 29 perl scripts/config.py set MBEDTLS_PLATFORM_TIME_ALT
|
/mbedtls-development/ |
A D | ChangeLog | 58 * Remove the MBEDTLS_TEST_NULL_ENTROPY config option. Fixes #4388. 457 the config file in a way that's compatible with the config file format 1736 in mbedtls/config.h. 2201 MBEDTLS_ECDSDA_GENKEY_AT in config.h. 2207 MBEDTLS_ECDH_GEN_PUBLIC_ALT in config.h. 2416 config-no-entropy.h to reduce the RAM footprint. 3004 in config.h 3029 * Removed helper script active-config.pl 3055 custom config.h 3614 * config.h is more script-friendly [all …]
|
A D | Makefile | 107 -scripts/config.py get MBEDTLS_CTR_DRBG_USE_128_BIT_KEY && ([ $$? -eq 0 ]) && \
|
A D | README.md | 11 …nually, or in a more programmatic way using the Python 3 script `scripts/config.py` (use `--help` … 185 Mbed TLS provides a package config file for consumption as a dependency in other
|
A D | CMakeLists.txt | 94 …execute_process(COMMAND ${MBEDTLS_PYTHON_EXECUTABLE} ${CMAKE_CURRENT_SOURCE_DIR}/scripts/config.py…
|
/mbedtls-development/scripts/data_files/ |
A D | query_config.fmt | 115 int query_config( const char *config )
|
/mbedtls-development/library/ |
A D | Makefile | 288 error.c: $(filter-out %config%,$(wildcard ../include/mbedtls/*.h))
|
/mbedtls-development/doxygen/ |
A D | mbedtls.doxyfile | 19 # This tag specifies the encoding used for all characters in the config file 1430 # config file, i.e. a series of assignments. You only have to provide 1436 # Syntax is similar to doxygen's config file.
|
/mbedtls-development/tests/suites/ |
A D | test_suite_ssl.data | 630 SSL session serialization: Wrong config
|
Completed in 42 milliseconds