ECDHE-ECDSA Support

2014-03-26 Thread Thomas Montroy
hi All, I've been trying to make ECDHE-ECDSA connections with openssl and have been having trouble. openssl s_client -connect mail.google.com:443 -tls1_2 This connects with cipher = ECDHE-RSA-AES128-GCM-SHA256 According to Google-Chrome, the cipher for my web-based gmail connection should be:

Re: ECDHE-ECDSA Support

2014-03-27 Thread Thomas Montroy
/openssl. openssl s_client -connect mail.google.com:443 -tls1_2 -cipher You can also use -CAfile option for s_client to avoid the verify error. Use Google's Google Internet Authority G2 at http://pki.google.com/. Jeff On Wed, Mar 26, 2014 at 4:14 PM, Thomas Montroy tom.mont...@gmail.com

Re: ECDHE-ECDSA Support

2014-03-27 Thread Thomas Montroy
Nice catch. Thanks for looking into it. Cheers, -Tom On Thu, Mar 27, 2014 at 9:22 AM, Dr. Stephen Henson st...@openssl.orgwrote: On Thu, Mar 27, 2014, Thomas Montroy wrote: hi Jeff, Thanks for the response, but I'm still having trouble. As for TLSv1.2: With the OS version