Re: How to configure encryption ciphers and SSL/TLS protocols

2014-06-09 Thread Gilles Chehade
yes, but DONT DO THAT unless you know what you're doing. you have been warned: smtpd is safe by default and provide a SSL_CIPHERS that has been tested and verified to be safe. changes that seem fine can effectively break the security and interoperability. unless you know how openssl/libressl manag

Re: How to configure encryption ciphers and SSL/TLS protocols

2014-06-09 Thread Adam Suhl
I think at build time you can fine-tune which ciphers you want by editing ssl.h -- in particular the SSL_CIPHERS define. --Adam On Mon, 9 Jun 2014, Gilles Chehade wrote: > On Mon, Jun 09, 2014 at 08:39:52AM +0100, John Cox wrote: > > Hi > > > > >>That's not correct no, I get plenty of TLS 1.0 t

Re: How to configure encryption ciphers and SSL/TLS protocols

2014-06-09 Thread Gilles Chehade
On Mon, Jun 09, 2014 at 08:39:52AM +0100, John Cox wrote: > Hi > > >>That's not correct no, I get plenty of TLS 1.0 trafic and it has been > >>the case for many years > > > >To parrot this on all of my various instances OpenSMTPD and not I get tons > >of TLS 1.0 and SSLv3 traffic, I wish I didn't

Re: How to configure encryption ciphers and SSL/TLS protocols

2014-06-09 Thread John Cox
Hi >>That's not correct no, I get plenty of TLS 1.0 trafic and it has been >>the case for many years > >To parrot this on all of my various instances OpenSMTPD and not I get tons >of TLS 1.0 and SSLv3 traffic, I wish I didn't but it still happens. Heck >every now and again I see SSLv2 attempts whi