Re: Problem with using crypto accelerator MCA6000 for RSA jobs

2009-08-25 Thread Rishi Renjith
think the card does not support some authentication algorithms ( i think HMAC). So my question is, is there any logs in NSS that I can check to see where the algorithms are actually implemented? Rishi On Thu, Aug 20, 2009 at 4:16 AM, Nelson B Bolyard nel...@bolyard.me wrote: On 2009-08-19 06:30

Re: Problem with using crypto accelerator MCA6000 for RSA jobs

2009-08-19 Thread Rishi
On Aug 13, 6:54 pm, Rishi rishirenj...@gmail.com wrote: On Aug 13, 1:32 pm, Rishi rishirenj...@gmail.com wrote: On Aug 13, 6:13 am, Nelson B Bolyard nel...@bolyard.me wrote: On 2009-08-12 03:43 PDT, Rishi Renjith wrote: Hello, I tried creating a NSS database, linking

Problem with using crypto accelerator MCA6000 for RSA jobs

2009-08-12 Thread Rishi Renjith
, the handshake fails. But..., if i disable only RSA in the card, cryptoadm disable provider=mca/0 mechanism=all RSA mechanisms *it works, which means that the card is currently used for AES jobs and RSA joba are done at the software level. * Please suggest. Thanks, Rishi -- dev-tech-crypto mailing list dev

Re: SSL input filter read failed error for apache with mod_nss

2009-08-11 Thread Rishi Renjith
the hardware accelerator card. I have also given cryptoadm enable metaslot token=tokenname so as to use the hardware accelerator. Any suggestions? (When we try to use mod_ssl using the pkcs patch, it s correctly incrementing the rsaprivate values.) On Mon, Aug 10, 2009 at 5:12 PM, Rishi Renjith

SSL input filter read failed error for apache with mod_nss

2009-08-10 Thread Rishi
Hello, We are trying to make apache work with mod_nss in Solaris10 x86 platform in our project, which currently uses mod_ssl. For that we did the following. 1) Compiled and installed NSS with NSPR. 2) Installed Apache compiled with mod_ssl 3) Compiled and installed mod_nss for this Apache 4)