mirror of
https://github.com/espressif/mbedtls.git
synced 2025-06-05 17:37:33 +08:00

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.