cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Building cURL with NSS

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Tue, 24 Jun 2008 22:18:03 +0200 (CEST)

On Tue, 24 Jun 2008, Scoped Ptr wrote:

> I am using libcurl in my application but I am moving from OpenSSL to Mozilla
> NSS for SSL communication.
> I want to know how can I use cURL with NSS intead of depending on OpenSSL?

Just build it with NSS instead of OpenSSL:

$ ./configure --without-ssl --with-nss

> Are there any examples or usage listed somewhere?

The usage remains identical, except that CURLOPT_SSL_CTX_FUNCTION doesn't
work. At least that's the whole idea!

-- 
  / daniel.haxx.se
Received on 2008-06-24