Re: [openssl-users] Getting info on the ciphers supported by a client

2015-03-10 Thread Jakob Bohm
On 09/03/2015 14:13, Waldin wrote: Am 08.03.2015 um 09:14 schrieb Waldin: Now, I also want to check ciphers enabled in (mobile) mail clients. I've tried to make OpenSSL listen on port 110 (for POP with TLS) and redirected the client to the OpenSSL server. But when trying to pull mail I can't s

Re: [openssl-users] Getting info on the ciphers supported by a client

2015-03-09 Thread Waldin
Am 08.03.2015 um 09:14 schrieb Waldin: > Now, I also want to check ciphers enabled in (mobile) mail clients. > I've tried to make OpenSSL listen on port 110 (for POP with TLS) and > redirected the client to the OpenSSL server. But when trying to pull > mail I can't see any handshake information:

Re: [openssl-users] Getting info on the ciphers supported by a client

2015-03-09 Thread Christian Georg
: Freitag, 6. März 2015 21:05 An: openssl-users@openssl.org Betreff: Re: [openssl-users] Getting info on the ciphers supported by a client On Fri, Mar 06, 2015, Christian Georg wrote: > > Any recommendations on how I can solve my issues without changing the openssl > code and add this

Re: [openssl-users] Getting info on the ciphers supported by a client

2015-03-09 Thread Christian Georg
: Re: [openssl-users] Getting info on the ciphers supported by a client On Fri, Mar 6, 2015 at 2:05 PM, Christian Georg mailto:christian.ge...@cologne-intelligence.de>> wrote: Hi all, Christian, I might be able to save you some time. I wrote an SSL/TLS client test for the SSL Labs web sit

Re: [openssl-users] Getting info on the ciphers supported by a client

2015-03-08 Thread Waldin
Sorry for chiming in with a related question. Am 06.03.2015 um 21:04 schrieb Dr. Stephen Henson: > I'm not sure OpenSSL can do exactly what you want: 1.0.2 has an option to > return the raw ciphersuite list sent by the client. The s_server utility > will print this out if you set the -brief optio

Re: [openssl-users] Getting info on the ciphers supported by a client

2015-03-07 Thread Richard Moore
On 6 March 2015 at 14:05, Christian Georg < christian.ge...@cologne-intelligence.de> wrote: > The tricky part are the supported cipher suites. When using the -www > option I can return a website to the client showing the cipher suites that > provide a match, which gets pretty close to what I want

Re: [openssl-users] Getting info on the ciphers supported by a client

2015-03-06 Thread Dr. Stephen Henson
On Fri, Mar 06, 2015, Christian Georg wrote: > > Any recommendations on how I can solve my issues without changing the openssl > code and add this manually? > I'm not sure OpenSSL can do exactly what you want: 1.0.2 has an option to return the raw ciphersuite list sent by the client. The s_ser

Re: [openssl-users] Getting info on the ciphers supported by a client

2015-03-06 Thread Ivan Ristic
On Fri, Mar 6, 2015 at 2:05 PM, Christian Georg < christian.ge...@cologne-intelligence.de> wrote: > Hi all, > Christian, I might be able to save you some time. I wrote an SSL/TLS client test for the SSL Labs web site; you can find it here: https://dev.ssllabs.com/ssltest/viewMyClient.html If y