commit | 0119a93b335dfc7f58304a6c92f114c4f655b5a3 | [log] [tgz] |
---|---|---|
author | Petr Písař <petr.pisar@atlas.cz> | Tue Aug 20 17:02:53 2013 +0200 |
committer | Daniel Stenberg <daniel@haxx.se> | Sat Sep 07 00:11:21 2013 +0200 |
tree | c29b389c558711cf059ee83eaf0ed0103a7a116e | |
parent | 9fa42beddc5e1f469ddf276a0715f2de82f51b6b [diff] |
Pass password to OpenSSL engine by user interface Recent OpenSSL uses user interface abstraction to negotiate access to private keys in the cryprographical engines. An OpenSSL application is expected to implement the user interface. Otherwise a default one provided by OpenSSL (interactive standard I/O) will be used and the aplication will have no way how to pass a password to the engine. Longer-desc: http://curl.haxx.se/mail/lib-2013-08/0265.html