]> granicus.if.org Git - curl/commit
Pass password to OpenSSL engine by user interface
authorPetr Písař <petr.pisar@atlas.cz>
Tue, 20 Aug 2013 15:02:53 +0000 (17:02 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 6 Sep 2013 22:11:21 +0000 (00:11 +0200)
commit0119a93b335dfc7f58304a6c92f114c4f655b5a3
treec29b389c558711cf059ee83eaf0ed0103a7a116e
parent9fa42beddc5e1f469ddf276a0715f2de82f51b6b
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
lib/ssluse.c