]> granicus.if.org Git - curl/commit
curl: do not set CURLOPT_SSLENGINEDEFAULT automatically
authorDavid Woodhouse <David.Woodhouse@intel.com>
Tue, 23 Aug 2016 10:46:23 +0000 (11:46 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 16 Oct 2016 11:18:07 +0000 (13:18 +0200)
commita1a5cd04877fd6fd54dce257138ee860a0aab5bc
tree814f23d7b4871918f164363026fb68e833b3ba9e
parent96e3c0774466c1b87dc94131c65a6cbe370f5b01
curl: do not set CURLOPT_SSLENGINEDEFAULT automatically

There were bugs in the PKCS#11 engine, and fixing them triggers bugs in
OpenSSL. Just don't get involved; there's no need to be making the
engine methods the default anyway.

https://github.com/OpenSC/libp11/pull/108
https://github.com/openssl/openssl/pull/1639

Merges #1042
src/tool_operate.c