Re: NSS and OpenSSL BIO replacement

2008-09-22 Thread DanKegel
On Sep 21, 9:28 pm, DanKegel <[EMAIL PROTECTED]> wrote: >> What are the equivalent APIs in NSS which probably can >> replace the BIO I/O abstraction of OpenSSL ? > I have a demo program showing a BIO-like thing for NSS. Thanks to Wan-Teh for several rounds of code review on the core part of my dem

Re: NSS and OpenSSL BIO replacement

2008-09-21 Thread DanKegel
Ruchi Lohani wrote, On 2008-08-20 21:31: > What are the equivalent APIs in NSS which probably can replace the BIO > I/O abstraction of OpenSSL ? I have a demo program at http://kegel.com/chromium/nss/mozilla/security/nss/cmd/ptstclnt2/ showing a BIO-like thing for NSS. It's not polished or fully

Re: NSS and OpenSSL BIO replacement

2008-09-15 Thread DanKegel
On Aug 21, 3:27 am, Howard Chu <[EMAIL PROTECTED]> wrote: > Likewise you can look at the sockbuf support in OpenLDAP here > http://www.openldap.org/devel/cvsweb.cgi/libraries/libldap/ > and compare the sockbuf interface to BIOs in tls_o.c with the sockbuf > interface to NSPR in tls_m.c. This is a m

Re: NSS and OpenSSL BIO replacement

2008-08-21 Thread Nelson B Bolyard
Ruchi Lohani wrote, On 2008-08-21 10:44: > Thanks for all the links. > What I am looking for is specific functions to verify a signed file > (both signers certificate and the signed content). > I need to then get the signed content from the file. The program cmsutil already does all that. I sugges

RE: NSS and OpenSSL BIO replacement

2008-08-21 Thread Ruchi Lohani
Nelson B Bolyard Sent: Wednesday, August 20, 2008 9:56 PM To: mozilla's crypto code discussion list Subject: Re: NSS and OpenSSL BIO replacement Ruchi Lohani wrote, On 2008-08-20 21:31: > Thanks Nelson. > And sorry about the subject of the mail. I wanted to ask about that also. >

Re: NSS and OpenSSL BIO replacement

2008-08-21 Thread Howard Chu
Nelson B Bolyard wrote: > Ruchi Lohani wrote, On 2008-08-20 21:31: >> Thanks Nelson. >> And sorry about the subject of the mail. I wanted to ask about that also. >> What are the equivalent APIs in NSS which probably can replace the BIO >> I/O abstraction of OpenSSL ? > > Years have elapsed since I

Re: NSS and OpenSSL BIO replacement

2008-08-20 Thread Nelson B Bolyard
Ruchi Lohani wrote, On 2008-08-20 21:31: > Thanks Nelson. > And sorry about the subject of the mail. I wanted to ask about that also. > What are the equivalent APIs in NSS which probably can replace the BIO > I/O abstraction of OpenSSL ? Years have elapsed since I last looked at the BIO functions,

Re: NSS and OpenSSL BIO replacement

2008-08-20 Thread Ruchi Lohani
Thanks Nelson. And sorry about the subject of the mail. I wanted to ask about that also. What are the equivalent APIs in NSS which probably can replace the BIO I/O abstraction of OpenSSL ? Cheers Ruchi On Wed, Aug 20, 2008 at 8:09 PM, Nelson B Bolyard <[EMAIL PROTECTED]>wrote: > Ruchi Lohani wr

Re: NSS and OpenSSL BIO replacement

2008-08-20 Thread Nelson B Bolyard
Ruchi Lohani wrote: > Can anyone point me to the documentation present for pkcs7. I'm not sure if you're asking about the standards or the NSS implementations of the standards (there are multiple of each). PKCS#7 v 1.5, also known as Cryptographic Message Syntax (CMS), is RFC 2315. It was the f

NSS and OpenSSL BIO replacement

2008-08-20 Thread Ruchi Lohani
Hi, Can anyone point me to the documentation present for pkcs7. Are there any specific examples present on its usage? Thanks ___ dev-tech-crypto mailing list dev-tech-crypto@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-tech-crypto