Re: NSS 3.20 SunPKCS11-nss-fips is missing the SunTls12RsaPremasterSecret algorithm

2015-09-30 Thread Ernie Kovak
Others have run into this as well: http://stackoverflow.com/questions/28972574/does-tls1-2-work-with-nss-in-fips-mode-using-jsse-configured-with-sunpkcs11-nss -- dev-tech-crypto mailing list dev-tech-crypto@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-tech-crypto

Re: NSS 3.20 SunPKCS11-nss-fips is missing the SunTls12RsaPremasterSecret algorithm

2015-09-17 Thread Ernie Kovak
I apologize, I was using SSL as a generic term... clearly not appropriate in this forum. Of course it's using TLS v1.2. That's why it wants the SunTls12RsaPremasterSecret algorithm. Ernie -- dev-tech-crypto mailing list dev-tech-crypto@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-t

Re: NSS 3.20 SunPKCS11-nss-fips is missing the SunTls12RsaPremasterSecret algorithm

2015-09-14 Thread ikmahesh
NSS on fips mode supports TLS only. SSL is not supported. On Friday, 4 September 2015 00:38:58 UTC+5:30, Ernie Kovak wrote: > Using NSS 3.20 built on Windows, using it with Java 8 for SSL connections > from thick client to FIPS-enabled server. It fails to establish a connection, > generating th

NSS 3.20 SunPKCS11-nss-fips is missing the SunTls12RsaPremasterSecret algorithm

2015-09-03 Thread ernie . kovak
Using NSS 3.20 built on Windows, using it with Java 8 for SSL connections from thick client to FIPS-enabled server. It fails to establish a connection, generating the following exception: Caused by: javax.net.ssl.SSLKeyException: RSA premaster secret error at sun.security.ssl.RSAClientK