| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-library Mailing List Archives
Re: CURLOPT_SSL_VERIFYPEER without CURLOPT_CAINFO?
From: Sebastian Brückner <sb_at_thebackend.de>
Date: Thu, 02 Mar 2006 20:57:33 +0100
Daniel Stenberg schrieb:
Would be fine for me if it would be obvious from the documentation :-)
>> Now I get an access violation in my sslctx callback... but that might
Problem was a non-initialized pointer:
X509 *x509_server; // <-- not initialized
When x509_server is not NULL PEM_read_bio_X509 will cause an access
I mostly copied that code from samples and it works perfectly with NULL
A more comfortable way to pass certificates from memory into curl would
Sebastian
These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info