From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.1.2 PHP Bug Type: cURL related Bug description: cURL with SSL : support for a private key "CURL_SSLKEY" ???
In Perl or C API of cURL you can set the certificate you are using for HTTPS via CURL_SSLCERT (i don't know if the certificate should be X509, PKCS#7 or PKCS#12), the private key CURL_SSLKEY (i don't know if the key should be PKCS#5 or PKCS#8 format) and CURL_SSLKEYPASSWD (the password protecting the private key). But in PHP you can only set CURL_SSLCERT. So how can you make "Strong" SSL authentication in curl without specifying the private key corresponding to the public key in the certificate ? -- Edit bug report at http://bugs.php.net/?id=16386&edit=1 -- Fixed in CVS: http://bugs.php.net/fix.php?id=16386&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=16386&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=16386&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=16386&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=16386&r=support Expected behavior: http://bugs.php.net/fix.php?id=16386&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=16386&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=16386&r=submittedtwice