OpenSSL: Do not require a PIN for PKCS#11
authorDavid Woodhouse <dwmw2@infradead.org>
Thu, 18 Dec 2014 15:09:55 +0000 (15:09 +0000)
committerJouni Malinen <j@w1.fi>
Mon, 29 Dec 2014 13:49:05 +0000 (15:49 +0200)
commita642a52b1798776ff089e4103a5d1d7edec8f9ea
treeaf6548d46a7131c41c3113b1e1901a232b28bf2d
parent96955192b3e53b53233ad885aa694ff1e1f41fb0
OpenSSL: Do not require a PIN for PKCS#11

It isn't mandatory. If we need one and it's not present, the ENGINE will
try asking for it. Make sure it doesn't actually let an OpenSSL UI loose,
since we don't currently capture those.

Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
src/crypto/tls_openssl.c