Re: is there any way to connect without CA?

2009-10-08 Thread Guenter
Daniel, Am 08.10.2009, 22:30 Uhr, schrieb Daniel Veditz : On 10/7/09 4:00 PM, Guenter wrote: Hi, is there any way to overwrite the default behaviour that a remote SSL host is verified against the CA list in the certdb? At what level? Assuming you're asking in this newsgroup because y

is there any way to connect without CA?

2009-10-07 Thread Guenter
Hi, is there any way to overwrite the default behaviour that a remote SSL host is verified against the CA list in the certdb? thanks, Günter. -- dev-tech-crypto mailing list dev-tech-crypto@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-tech-crypto

Re: why is NSS_Initialize() missing from API docs?

2009-09-30 Thread Guenter
Hi Nelson, thanks very much for your detailed answer! greets, Günter. Am 30.09.2009, 21:48 Uhr, schrieb Nelson B Bolyard : On 2009-09-27 07:10 PDT, Guenter wrote: very interesting since exactly NSS_INIT_COOPERATE was the reason in first place why I've posted here ... The PKCS#1

Re: why is NSS_Initialize() missing from API docs?

2009-09-28 Thread Guenter
Hi Wan-Teh, Am 28.09.2009, 22:24 Uhr, schrieb Wan-Teh Chang : On Sat, Sep 26, 2009 at 3:56 PM, Guenter wrote: Hi, why is NSS_Initialize() not listed here: http://www.mozilla.org/projects/security/pki/nss/ref/ssl/sslfnc.html#1022864 or is there somewhere another API docu I've not yet

Re: why is NSS_Initialize() missing from API docs?

2009-09-27 Thread Guenter
Hi Nelson, Am 27.09.2009, 06:57 Uhr, schrieb Nelson B Bolyard : On 2009-09-26 15:56 PDT, Guenter wrote: why is NSS_Initialize() not listed here: http://www.mozilla.org/projects/security/pki/nss/ref/ssl/sslfnc.html#1022864 or is there somewhere another API docu I've not yet found? Becaus

why is NSS_Initialize() missing from API docs?

2009-09-26 Thread Guenter
Hi, why is NSS_Initialize() not listed here: http://www.mozilla.org/projects/security/pki/nss/ref/ssl/sslfnc.html#1022864 or is there somewhere another API docu I've not yet found? I'm 100% sure that I found it at some time, but unfortunately I didnt bookmark it ... I think I've read some time

Re: some NSS_Initialize() questions

2009-09-14 Thread Guenter
Hi Nelson, Am 15.09.2009, 03:05 Uhr, schrieb Nelson Bolyard : 3.2.1? Yikes! I do not think that trying to write a program that is fully backwards compatible with all versions of NSS back to 3.2.1 is a noble objective. n, that wasnt meant in that way! I wrote 3.2.1 only because I saw th

Re: some NSS_Initialize() questions

2009-09-12 Thread Guenter
Hi Nelson, thanks for your quick reply! Am 13.09.2009, 01:30 Uhr, schrieb Nelson Bolyard : On 2009-09-12 09:23 PDT, Guenter wrote: Then I've seen code like: rv = NSS_Initialize(certDir, NULL, NULL, "secmod.db", NSS_INIT_READONLY); is it really necessary to specify

some NSS_Initialize() questions

2009-09-12 Thread Guenter
Hi all, I've some questions regarding proper initializing NSS. From what I've read newer NSS now supports / prefers SQLite cert databases: https://wiki.mozilla.org/NSS_Shared_DB_And_LINUX#Type_3_packages:_Libraries now what I need to know is when I want to open the certdb readonly and in a backw