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 deepr...@gmail.com 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.

Re: best practices - python-nss to serialize PEM

2015-01-15 Thread Robert Daniels
On Thursday, January 15, 2015 at 8:46:04 AM UTC-5, John Dennis wrote: On 01/15/2015 07:50 AM, Robert Daniels wrote: We are using python-nss 0.12. I will pull the newest and see if that fixes the problem. Current version is 0.16.0. Not sure where you're pulling it from, the Mozilla site

Re: best practices - python-nss to serialize PEM

2015-01-15 Thread John Dennis
On 01/15/2015 02:35 PM, Robert Daniels wrote: Ok, I tested this on the latest 0.16 and it works. Thanks again for the help. Fabulous, thanks for the feedback. -- John -- dev-tech-crypto mailing list dev-tech-crypto@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-tech-crypto

Re: Accessing Firefox keystore

2015-01-15 Thread helpcrypto helpcrypto
Didn't, just telling you what's in there. I just need/use personal, hence softokn is enough for me. On Wed, Jan 14, 2015 at 11:58 PM, Opa114 opa...@gmail.com wrote: - People (personal without related private key) -- how did you get this? -- dev-tech-crypto mailing list

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, deepr...@gmail.com wrote: My bad, I wasn't clear (I think) that I'm talking about server

Re: best practices - python-nss to serialize PEM

2015-01-15 Thread Robert Daniels
We are using python-nss 0.12. I will pull the newest and see if that fixes the problem. Also on the password callback, just a theory but it could be since it cannot find the cert, it does not get to the point where it needs the password. I'll chime back after testing with a newer version of

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

Re: best practices - python-nss to serialize PEM

2015-01-15 Thread John Dennis
On 01/15/2015 07:50 AM, Robert Daniels wrote: We are using python-nss 0.12. I will pull the newest and see if that fixes the problem. Current version is 0.16.0. Not sure where you're pulling it from, the Mozilla site

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