mbedtls/programs/ssl
Hanno Becker a7242061c4 ssl_client2: Skip CA setup if ca_path or ca_file argument "none"
This allows to test PSK-based ciphersuites via ssl_client2 in builds
which have MBEDTLS_X509_CRT_PARSE_C enabled but both MBEDTLS_FS_IO and
MBEDTLS_CERTS_C disabled.

A similar change is applied to the `crt_file` and `key_file` arguments.
2019-05-30 10:21:59 +01:00
..
CMakeLists.txt Improve cmake inclusion of query_config.c when building apps 2019-02-07 10:32:31 +00:00
dtls_client.c Fix const-ness in mbedtls_param_failed() 2018-12-11 12:28:56 +01:00
dtls_server.c Fix const-ness in mbedtls_param_failed() 2018-12-11 12:28:56 +01:00
mini_client.c Fix const-ness in mbedtls_param_failed() 2018-12-11 12:28:56 +01:00
query_config.c Update query_config.c 2019-03-01 10:30:30 +01:00
ssl_client1.c Fix const-ness in mbedtls_param_failed() 2018-12-11 12:28:56 +01:00
ssl_client2.c ssl_client2: Skip CA setup if ca_path or ca_file argument "none" 2019-05-30 10:21:59 +01:00
ssl_fork_server.c Fix const-ness in mbedtls_param_failed() 2018-12-11 12:28:56 +01:00
ssl_mail_client.c Fix default port number information 2019-03-06 15:15:28 +02:00
ssl_pthread_server.c Fix const-ness in mbedtls_param_failed() 2018-12-11 12:28:56 +01:00
ssl_server.c Fix const-ness in mbedtls_param_failed() 2018-12-11 12:28:56 +01:00
ssl_server2.c Correct white spaces in ssl_server2 and ssl_client2 2019-05-30 10:21:59 +01:00