Re: NSS support in cURL

2008-06-26 Thread Daniel Stenberg
On Thu, 26 Jun 2008, Nelson B Bolyard wrote: >> I googled for "SSL_CipherPrefSet" to get to read your docs for it. I think >> it proves my point pretty good: I can't find any official NSS docs for it >> using google. > > Really? When I just googled for it, I got a page with 31 links, the second

Re: NSS support in cURL

2008-06-26 Thread Nelson B Bolyard
Daniel Stenberg wrote, On 2008-06-26 01:00: > Third, to test your claim picked a random NSS function from libcurl's > lib/nss.c file. I googled for "SSL_CipherPrefSet" to get to read your docs > for > it. I think it proves my point pretty good: I can't find any official NSS > docs > for it us

Re: NSS support in cURL

2008-06-26 Thread Daniel Stenberg
On Wed, 25 Jun 2008, Nelson B Bolyard wrote: >> That sounds great. Of course there's no need to do anything "LSB", you >> could just at this very moment establish a subdir (called say "nss") that >> you use for your public headers and make sure that's the way all distros >> would use. > > We do

Re: NSS support in cURL

2008-06-25 Thread Nelson B Bolyard
Daniel Stenberg wrote, On 2008-06-25 01:18: > Nelson B Bolyard bolyard.com> writes: > > (replying a bit out of context to sorry if the threading is not kept > perfectly intact) Welcome, Daniel! >>> Since NSS support has been added to cURL library, >> No kidding! When did that happen? > > Sin

Re: NSS support in cURL

2008-06-25 Thread Wan-Teh Chang
I tested our NSS 3.12 release tarballs last night, but was too tired to post my findings before I went to bed. I didn't realize Daniel Stenberg would post here that fast. Daniel pointed out two problems in his CVS commit comment for the README.NSS file in libcurl. 1. name conflict of base64.h: t

Re: NSS support in cURL

2008-06-25 Thread Daniel Stenberg
Nelson B Bolyard bolyard.com> writes: (replying a bit out of context to sorry if the threading is not kept perfectly intact) > > Since NSS support has been added to cURL library, > > No kidding! When did that happen? Since about February 2007 and at least Fedora 9 ships curl build against NSS

Re: NSS support in cURL

2008-06-24 Thread Nelson B Bolyard
Ruchi Lohani wrote, On 2008-06-24 16:19: > Since NSS support has been added to cURL library, No kidding! When did that happen? > has this (link below) come to the notice of Mozilla dev? > > I hav

Re: NSS support in cURL

2008-06-24 Thread Robert Relyea
Ruchi Lohani wrote: Hi, Since NSS support has been added to cURL library, has this (link below) come to the notice of Mozilla dev? http://cool.haxx.se/cvs.cgi/curl/lib/README.NSS?rev=HEAD&content-type=text/vnd.viewcvs-markup

Re: NSS support in cURL

2008-06-24 Thread Eddy Nigg
Ruchi Lohani: > Hi, > > Since NSS support has been added to cURL library, has this (link below) > come to the notice of Mozilla dev? > > http://cool.haxx.se/cvs.cgi/curl/lib/README.NSS?rev=HEAD&content-type=text/vnd.viewcvs-markup >

NSS support in cURL

2008-06-24 Thread Ruchi Lohani
Hi, Since NSS support has been added to cURL library, has this (link below) come to the notice of Mozilla dev? http://cool.haxx.se/cvs.cgi/curl/lib/README.NSS?rev=HEAD&content-type=te xt/vnd.viewcvs-markup Are there any plans going on to make the interface of curl and NSS easier and better