mbedtls/programs/ssl
Hanno Becker f74f5ce88d 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-03-05 16:16:06 +00:00
..
CMakeLists.txt Fix whitespace in CMakeLists.txt 2015-06-25 10:59:57 +02:00
dtls_client.c Change the default IP addresses for DTLS samples 2018-09-30 16:03:48 +01:00
dtls_server.c Change the default IP addresses for DTLS samples 2018-09-30 16:03:48 +01:00
mini_client.c Rename net.{c,h} to net_sockets.{c,h} 2016-09-26 23:23:52 +01:00
ssl_client1.c Fix typo in platform macro defines for examples 2018-07-10 17:34:25 +01:00
ssl_client2.c ssl_client2: Skip CA setup if ca_path or ca_file argument "none" 2019-03-05 16:16:06 +00:00
ssl_fork_server.c Fix typo in platform macro defines for examples 2018-07-10 17:34:25 +01:00
ssl_mail_client.c Fix Wformat-overflow warning in ssl_mail_client.c 2018-08-16 14:34:15 +01:00
ssl_pthread_server.c Rename net.{c,h} to net_sockets.{c,h} 2016-09-26 23:23:52 +01:00
ssl_server2.c Document psk_list parameter of ssl_server2 example program 2019-01-14 09:27:04 +00:00
ssl_server.c Fix multiple quality issues in the source 2018-06-08 11:14:43 +01:00