RE: Problem with specifying the CIPHER list

2013-11-26 Thread Salz, Rich
> Server side at least it would be theoretically possible: i.e. only choose a > ciphersuite if TLS v1.2 is negotiated. OpenSSL doesn't support this though. I didn't think so, thanks. One possibility is to add a construct like proto?cipher to the colon-separated list. Any interest in a p

Re: Problem with specifying the CIPHER list

2013-11-26 Thread Dr. Stephen Henson
On Mon, Nov 25, 2013, Salz, Rich wrote: > Is there a way to see something like AES128-SHA is okay with TLSv1.2, but not > with SSLv3? > On the client side there's no way to represent this in the protocol, if you support SSLv3 and TLS v1.2 then it is assumed that any cipher which can be legally

RE: Problem with specifying the CIPHER list

2013-11-26 Thread Dave Thompson
ay, November 25, 2013 22:04 To: openssl-users@openssl.org Subject: Problem with specifying the CIPHER list Is there a way to see something like AES128-SHA is okay with TLSv1.2, but not with SSLv3? -- Principal Security Engineer Akamai Technology Cambridge, MA

Problem with specifying the CIPHER list

2013-11-25 Thread Salz, Rich
Is there a way to see something like AES128-SHA is okay with TLSv1.2, but not with SSLv3? -- Principal Security Engineer Akamai Technology Cambridge, MA