Home
last modified time | relevance | path

Searched refs:config (Results 1 – 24 of 24) sorted by relevance

/mbedtls-development/tests/scripts/
A Dall.sh922 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 Danalyze_outcomes.py100 (platform, config, suite, case, result, _cause) = line.split(';')
102 setup = ';'.join([platform, config])
A Dbasic-build-test.sh94 scripts/config.py full
/mbedtls-development/scripts/
A Dfootprint.sh76 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 Dconfig.py509 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 Dmemory.sh63 cp configs/config-$NAME.h $CONFIG_H
64 scripts/config.py unset MBEDTLS_SSL_SRV_C
67 scripts/config.py unset $FLAG
A Decc-heap.sh75 scripts/config.py set MBEDTLS_ECP_WINDOW_SIZE $W
76 scripts/config.py set MBEDTLS_ECP_FIXED_POINT_OPTIM $F
A Dapidoc_full.sh37 scripts/config.py realfull
/mbedtls-development/tests/data_files/
A DMakefile91 …$(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 Dquery_config.h36 int query_config( const char *config );
/mbedtls-development/3rdparty/
A DCMakeLists.txt1 execute_process(COMMAND ${MBEDTLS_PYTHON_EXECUTABLE} ${CMAKE_CURRENT_SOURCE_DIR}/../scripts/config.…
/mbedtls-development/tests/docker/bionic/
A DDockerfile60 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 Dssl_pthread_server.c108 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 D3.0-migration-guide.md21 ### 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 Dpsa-driver-integration-guide.md26 scripts/config.py set MBEDTLS_PSA_CRYPTO_DRIVERS
/mbedtls-development/programs/fuzz/
A DREADME.md29 perl scripts/config.py set MBEDTLS_PLATFORM_TIME_ALT
/mbedtls-development/
A DChangeLog58 * 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 DMakefile107 -scripts/config.py get MBEDTLS_CTR_DRBG_USE_128_BIT_KEY && ([ $$? -eq 0 ]) && \
A DREADME.md11 …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 DCMakeLists.txt94 …execute_process(COMMAND ${MBEDTLS_PYTHON_EXECUTABLE} ${CMAKE_CURRENT_SOURCE_DIR}/scripts/config.py…
/mbedtls-development/scripts/data_files/
A Dquery_config.fmt115 int query_config( const char *config )
/mbedtls-development/library/
A DMakefile288 error.c: $(filter-out %config%,$(wildcard ../include/mbedtls/*.h))
/mbedtls-development/doxygen/
A Dmbedtls.doxyfile19 # 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 Dtest_suite_ssl.data630 SSL session serialization: Wrong config

Completed in 42 milliseconds