Re: Cannot encrypt cipher via pkcs11 in nss fips mode

2008-06-05 Thread Arshad Noor
t;>> ... 4 more >>> Caused by: java.security.NoSuchAlgorithmException: X.509 CertificateFactory >>> not available >>> at sun.security.jca.GetInstance.getInstance(GetInstance.java:142) >>> at >>> java.security.cert.CertificateFactor

Re: Cannot encrypt cipher via pkcs11 in nss fips mode

2008-06-05 Thread Glen Beasley
y.java:148) Doesn't NSS3.11.4 crypto API support all X.509 stuff? yes NSS supports x509 but does Best Regards, Yevgeniy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Glen Beasley Sent: Wednesday, June 04, 2008 18:15 To: mozilla's

RE: Cannot encrypt cipher via pkcs11 in nss fips mode

2008-06-05 Thread Yevgeniy Gubenko
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, June 05, 2008 18:08 To: mozilla's crypto code discussion list; Yevgeniy Gubenko Subject: Re: Cannot encrypt cipher via pkcs11 in nss fips mode Yevgeniy Gubenko wrote: > Hi Glen, > Thanks a lot for your detailed reply

Re: Cannot encrypt cipher via pkcs11 in nss fips mode

2008-06-05 Thread Glen Beasley
ry.java:148) > > Doesn't NSS3.11.4 crypto API support all X.509 stuff? > yes NSS supports x509 but does > Best Regards, > Yevgeniy > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Glen Beasley > Sent: Wednesday, June 04, 2008 18

RE: Cannot encrypt cipher via pkcs11 in nss fips mode

2008-06-05 Thread Yevgeniy Gubenko
al Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Glen Beasley Sent: Wednesday, June 04, 2008 18:15 To: mozilla's crypto code discussion list Subject: Re: Cannot encrypt cipher via pkcs11 in nss fips mode hello, Your chosen set of operations to be performed is: "

Re: Cannot encrypt cipher via pkcs11 in nss fips mode

2008-06-04 Thread Glen Beasley
hello, Your chosen set of operations to be performed is: "DESede/CBC/NoPadding" DESede is a block cipher and operates on 8-byte blocks. Thus, input to DESede Cipher with CBC mode and "NoPadding" scheme should be in multiple of 8 bytes for the encryption/decryption to succeed. I was able to ge

Cannot encrypt cipher via pkcs11 in nss fips mode

2008-05-20 Thread Yevgeniy Gubenko
Hi, I'm a new incomer trying to handle keying material for NSS fips mode. This is the case: I am working with pkcs11 provider on Solaris 10, which is configured to work with mozilla NSS provider. This is my configuration file for pkcs11 provider: name = NSScrypto nssLibraryDirectory = /opt/nss/lib