mbedtls/programs/ssl
Hanno Becker e58a630cb0 Add support for password protected key file to ssl_server2
The example application programs/ssl/ssl_server2 allows the
configuration of up to two CRTs through the command line
parameters
- crt_file, key_file
- crt_file2, key_file2.
However, password protected key files are not supported.

This commit adds command line options
- key_pwd
- key_pwd2
which allow to specify passwords for the key files specified
in key_file and key_file2, respectively.
2020-08-14 09:58:51 +01:00
..
CMakeLists.txt programs: Link to tests common code 2020-06-26 10:45:16 +02:00
dtls_client.c Merge pull request #2595 from k-stachowiak/unified-exit-in-examples 2020-05-12 10:46:47 +02:00
dtls_server.c Merge pull request #2595 from k-stachowiak/unified-exit-in-examples 2020-05-12 10:46:47 +02:00
mini_client.c Merge pull request #2595 from k-stachowiak/unified-exit-in-examples 2020-05-12 10:46:47 +02:00
ssl_client1.c Merge pull request #2595 from k-stachowiak/unified-exit-in-examples 2020-05-12 10:46:47 +02:00
ssl_client2.c Use mbedtls_test_unhexify in programs 2020-06-26 10:45:16 +02:00
ssl_context_info.c Add required configuration to the ssl_context_info 2020-04-14 16:40:48 +02:00
ssl_fork_server.c Merge pull request #2595 from k-stachowiak/unified-exit-in-examples 2020-05-12 10:46:47 +02:00
ssl_mail_client.c ssl_mail_client: Define _XOPEN_SOURCE=600 for gethostname 2020-06-11 14:05:34 +01:00
ssl_pthread_server.c Unify the example programs' termination 2019-08-16 06:37:42 +02:00
ssl_server.c Merge pull request #2595 from k-stachowiak/unified-exit-in-examples 2020-05-12 10:46:47 +02:00
ssl_server2.c Add support for password protected key file to ssl_server2 2020-08-14 09:58:51 +01:00