OpenSSL: Do not require private key to come from PKCS#11
authorDavid Woodhouse <dwmw2@infradead.org>
Thu, 18 Dec 2014 15:09:23 +0000 (15:09 +0000)
committerJouni Malinen <j@w1.fi>
Mon, 29 Dec 2014 13:49:05 +0000 (15:49 +0200)
commit3d268b8d19a20e6308d3d2fe1efb6189d316e81c
tree4a4429545c6a52d271e8e24e8842d2e790574100
parent5c8ab0d49c4d6b8bd69552b6a0c984f5ba583a97
OpenSSL: Do not require private key to come from PKCS#11

There's no reason I shouldn't be able to use PKCS#11 for just the CA cert,
or even the client cert, while the private key is still from a file.

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