Re: [openssl-users] Missing ciphers

2015-11-04 Thread Steve Topletz
gt; >> On Wed, Nov 04, 2015 at 03:53:27PM -0800, Steve Topletz wrote: >> >> I find that I'm missing many ciphers when I interrogate my openssl service. >> >> Running v1.0.2d 'openssl s_server -cert my.cer -key my.key -accept 443 >> -cipher TLSv

[openssl-users] Missing ciphers

2015-11-04 Thread Steve Topletz
I find that I'm missing many ciphers when I interrogate my openssl service. Running v1.0.2d 'openssl s_server -cert my.cer -key my.key -accept 443 -cipher TLSv1.2' offers only about 1/3 of the ciphers listed in 'openssl ciphers -V TLSv1.2'. How do I get the rest of these ciphers enabled? ST