mbedtls/programs/ssl
Hanno Becker ca04fdc2cc Add support for password protected key file to ssl_client2
The example application programs/ssl/ssl_client2 allows the
configuration of a client CRT through the parameters
- crt_file, key_file
However, password protected key files are not supported.

This commit adds a new command line option
- key_pwd
which allow to specify a password for the key file specified
in the key_file parameter.
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 Add support for password protected key file to ssl_client2 2020-08-14 09:58:51 +01: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