Petar Popara wrote:

I need to download CRL from HTTP address. I was thinking since NSS support SSL, it might support HTTP as well? Which NSS function(s) I should use?

   I have found this:

http://lxr.mozilla.org/mozilla/source/security/nss/cmd/SSLsample/client.c

but it seems it connects to the SSL server through (native) sockets.
No, NSS only supports SSL. Upper level protocols are supported by the client application.

(the one exception, NSS does have a small, simplistic, http engine inside the OCSP code to fetch OCSP responses. The code doesn't support proxies or other 'advanced' http features).

bob


_______________________________________________
mozilla-crypto mailing list
[email protected]
http://mail.mozilla.org/listinfo/mozilla-crypto

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to