JSS TLS Socket Cipher Suite Configuration Issue

2017-01-16 Thread George Wash
Hello, Using NSS 3.19.1-18 & JSS 4.2.6-37 on RHEL7. When using Mozilla JSS to create a client socket to a TLS server, I've configured the socket to only use TLS_RSA_WITH_AES_256_CBC_SHA and TLS_RSA_WITH_AES_128_CBC_SHA. If I TCP dump the TLS Handshakes in the connection and inspect the cipher suit

Cryptomanager and configureOCSP()

2016-10-02 Thread George Wash
I've been looking at the tomcatjss' JSSSocketFactory to see how OCSP is initialized on server startup using manager.configureOCSP(true, ocspResponderURL,ocspResponderCertNickname); Presumably in the context of tomcatjss, the OCSP is intended for revocation checking external clients connecting to t

Re: Build 64bit NSS/JSS for Windows 7

2016-08-28 Thread George Wash
Got the 64bit build working using the combination of start-shell-msvc2013-x64.bat, NSS 3.12/NSPR 4.7, JSS 4.3. On Aug 28, 2016 8:06 PM, "George Wash" wrote: > I have had success building 32bit NSS 3.11.4, NSPR 4.6.4, and JSS 4.2 on > Windows 7. The component versions are a litt

Build 64bit NSS/JSS for Windows 7

2016-08-28 Thread George Wash
I have had success building 32bit NSS 3.11.4, NSPR 4.6.4, and JSS 4.2 on Windows 7. The component versions are a little outdated, but I went with this baseline since it was recommended on one installation guide to be tested together. Next I wanted to build NSS,NSPR, and JSS for Windows 7 x86_64.