Re: Using JSS SSLSocket and and SSLServerSocket TLS 1.1 and 1.2

2015-01-16 Thread helpcrypto helpcrypto
IIUC what Bob/Christina said, it's not possible yet. Personally, i have no idea :P On Thu, Jan 15, 2015 at 9:37 PM, wrote: > Ahh, ok fine. > > But are you able to tell me if it's possible to create TLS 1.1 and 1.2 > sockets with JSS. > > Thanks a bunch. > -- > dev-tech-crypto mailing list > dev-

Re: Using JSS SSLSocket and and SSLServerSocket TLS 1.1 and 1.2

2015-01-15 Thread deepreel
Ahh, ok fine. But are you able to tell me if it's possible to create TLS 1.1 and 1.2 sockets with JSS. Thanks a bunch. -- dev-tech-crypto mailing list dev-tech-crypto@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-tech-crypto

Re: Using JSS SSLSocket and and SSLServerSocket TLS 1.1 and 1.2

2015-01-15 Thread helpcrypto helpcrypto
On Thu, Jan 15, 2015 at 2:55 PM, deepreel wrote: > helpcrypto: > > Thank you great code samples...but...I'm stuck with using JSS and the > > org.mozilla.jss.ssl hierarchy. > > Your snippits are using either JSSE or apache libraries no? > > Unless I'm missing something obvious. > Probably you are

Re: Using JSS SSLSocket and and SSLServerSocket TLS 1.1 and 1.2

2015-01-15 Thread deepreel
helpcrypto: Thank you great code samples...but...I'm stuck with using JSS and the org.mozilla.jss.ssl hierarchy. Your snippits are using either JSSE or apache libraries no? Unless I'm missing something obvious. Colin On Thursday, 15 January 2015 04:37:01 UTC-5, helpcrypto helpcrypto wro

Re: Using JSS SSLSocket and and SSLServerSocket TLS 1.1 and 1.2

2015-01-15 Thread helpcrypto helpcrypto
To debug client-server SSL/TLS (mostly to check SSL3 issues after POODLE) I'm just using this: http://pastebin.com/fytQq79y http://pastebin.com/veVBqdx5 Hope it helps. On Wed, Jan 14, 2015 at 11:50 PM, wrote: > My bad, I wasn't clear (I think) that I'm talking about server side code, > not c

Re: Using JSS SSLSocket and and SSLServerSocket TLS 1.1 and 1.2

2015-01-14 Thread deepreel
My bad, I wasn't clear (I think) that I'm talking about server side code, not client, i.e. essentially a Java based web server with the SSL Socket handled by JSS. so at this point all I have is SSLSocket.enableDefaultCipher(SSLSocket.) and socket.enableTLS(true) socket.disableSSLv3(true) t

Re: Using JSS SSLSocket and and SSLServerSocket TLS 1.1 and 1.2

2015-01-14 Thread Christina Fu
jss-4.2.6-35 can be found on koji for various supported fedora platforms. For rhel it's the same version number. Christina On 01/13/2015 09:09 AM, Robert Relyea wrote: Christina, which version of JSS has TLS 1.1 and 1.2 support enabled? Bob On 01/12/2015 02:10 PM, deepr...@gmail.com wrote:

Re: Using JSS SSLSocket and and SSLServerSocket TLS 1.1 and 1.2

2015-01-14 Thread Christina Fu
On 01/13/2015 09:28 AM, Robert Relyea wrote: On 01/13/2015 09:18 AM, Christina Fu wrote: jss-4.2.6-35 can be found on koji for various supported fedora platforms. For rhel it's the same version number. Christina Are there any outside available builds, like windows? We hope to get to it, b

Re: Using JSS SSLSocket and and SSLServerSocket TLS 1.1 and 1.2

2015-01-13 Thread helpcrypto helpcrypto
On Mon, Jan 12, 2015 at 11:10 PM, wrote: > Folks, > > Sorry for the totally newbie question but I've hunted high and low. > > I am supporting some Java code that uses JSS4, NSS to provide SSL Server > side services. > > In response to Poodle I've been looking this code and was able to Enable > TL

Re: Using JSS SSLSocket and and SSLServerSocket TLS 1.1 and 1.2

2015-01-13 Thread Robert Relyea
On 01/13/2015 09:18 AM, Christina Fu wrote: jss-4.2.6-35 can be found on koji for various supported fedora platforms. For rhel it's the same version number. Christina Are there any outside available builds, like windows? bob On 01/13/2015 09:09 AM, Robert Relyea wrote: Christina, which ve

Re: Using JSS SSLSocket and and SSLServerSocket TLS 1.1 and 1.2

2015-01-13 Thread Robert Relyea
Christina, which version of JSS has TLS 1.1 and 1.2 support enabled? Bob On 01/12/2015 02:10 PM, deepr...@gmail.com wrote: Folks, Sorry for the totally newbie question but I've hunted high and low. I am supporting some Java code that uses JSS4, NSS to provide SSL Server side services. In res