re: pkcs11 default provider

2006-02-10 Thread robert dugal
robert dugal wrote: I want to configure Firefox 1.5 to use my own PKCS11 provider as the default for all algorithms supported by my provider. I cannot appear to do this from the Device Manager dialog as that dialog has no way to set specify which algorithms should default to my library.

Re: How to build the NSS cmds on Mac OS X?

2006-02-10 Thread Nelson B
ben wrote: Can someone tell me how I can build NSS lib and its utility cmds on Mac OS X? I have downloaded the Mozilla source code and successfully built it on OS X, but checked with the output obj dir, I didn't find the Security/nss was created and built. How I can include the NSS into

JSS SSLInputStream SSLOutputStream

2006-02-10 Thread Tadej Lasic
Hello, Is there an example on how to use the JSS SSLInputStream and SSLOutputStream classes? Is it possible to connect to a SSL server via an URL using JSS Socket and NSS DB certificates? I need to connect to a SSL server, send a request and then receive a response. When I use Java SUN classes