Re: deletecert function in JSS

2006-04-06 Thread Glen Beasley
Sandeep Konchady wrote: Hello, Could you please post the code that you are using to delete cert. Also is there any particular reason for not wanting to upgrade. The latest in the JSS 3.x is 3.11.1. This has a few critical fixes which you may want to consider. Thanks, Sandeep DB wrote:

Re: deletecert function in JSS

2006-04-06 Thread Sandeep Konchady
Hello, Could you please post the code that you are using to delete cert. Also is there any particular reason for not wanting to upgrade. The latest in the JSS 3.x is 3.11.1. This has a few critical fixes which you may want to consider. Thanks, Sandeep DB wrote: When I try to use the d

Re: Adding Ciphers

2006-04-06 Thread Nelson B
Jay Potter wrote: > Nelson, > > We are planning on using a USB device that has keys for various vendors > in a "private" area. The USB device can generate a session key based > upon that secret vendor key. The Server can autogenerate that same > session key. The session key does not have to be

Re: NSS_Shutdown failure

2006-04-06 Thread Nelson B
Umesh Bywar wrote: > Hi all: Welcome to the list, Umesh. >I am working on writing an xpcom component that checks which ciphers > work with a given target. So basically, I have a component which acts as > a SSL client and performs a handshake by setting a given cipher. I am > executing this in

Trunk: Please watch out for regressions with secure sites

2006-04-06 Thread Kai Engert
Yesterday we checked in a larger change to the trunk that affects secure connections (SSL/TLS) in all Mozilla applications. The new code is active whenever you access a site using a protocol like https:// or imap+ssl or smtp+tls, etc. The purpose of the change is to make OCSP (certificate val

Re: Adding Ciphers

2006-04-06 Thread Jay Potter
Nelson, We are planning on using a USB device that has keys for various vendors in a "private" area. The USB device can generate a session key based upon that secret vendor key. The Server can autogenerate that same session key. The session key does not have to be passed. The external mod

deletecert function in JSS

2006-04-06 Thread DB
When I try to use the deletecert method of the cryptostore in jss version 3.4.1 with nsslib version 3.9.2 it won't delete a cert where I don't have the private key. Any suggestions on how to fix this without upgrading? ___ dev-tech-crypto mailing list d

NSS_Shutdown failure

2006-04-06 Thread Umesh Bywar
Hi all: I am working on writing an xpcom component that checks which ciphers work with a given target. So basically, I have a component which acts as a SSL client and performs a handshake by setting a given cipher. I am executing this in the context of the browser (and not as a independent