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
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
-
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
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
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: "
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
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
7 matches
Mail list logo