Re: That SSLv3 thing

2015-08-16 Thread Seth
On Sun, 16 Aug 2015 12:04:37 -0700, Edgar Pettijohn wrote: SSL_OP_etc are defined in /usr/include/openssl/ssl.h there is no SSL_OP_NO_TLSv1_0 defined there hence the error. There is an SSL_OP_NO_TLSv1_1 defined maybe thats what you're looking for. Thank you very much, I changed the valu

Re: That SSLv3 thing

2015-08-16 Thread Edgar Pettijohn
On 08/16/15 11:41, Seth wrote: On Wed, 15 Oct 2014 12:33:50 -0700, Gilles Chehade wrote: Hi, As you may know, SSLv3 has been pushed into end of life. While SSL libraries are working this out, I committed a fix to disable it explicitely in our code just in case someone builds it against so

Re: That SSLv3 thing

2015-08-16 Thread Seth
On Wed, 15 Oct 2014 12:33:50 -0700, Gilles Chehade wrote: Hi, As you may know, SSLv3 has been pushed into end of life. While SSL libraries are working this out, I committed a fix to disable it explicitely in our code just in case someone builds it against some pre-catastrophe OpenSSL/LibreS

Re: That SSLv3 thing

2014-11-13 Thread Clint Pachl
Gilles Chehade wrote, On 10/15/14 12:33: As you may know, SSLv3 has been pushed into end of life. While SSL libraries are working this out, I committed a fix to disable it explicitely in our code just in case someone builds it against some pre-catastrophe OpenSSL/LibreSSL version. We're going

Re: That SSLv3 thing

2014-10-15 Thread Gilles Chehade
On Wed, Oct 15, 2014 at 09:33:50PM +0200, Gilles Chehade wrote: > > Index: ssl.c > === > RCS file: /cvs/src/usr.sbin/smtpd/ssl.c,v > retrieving revision 1.71 > diff -u -p -r1.71 ssl.c > --- ssl.c 2 Oct 2014 18:30:21 - 1.

That SSLv3 thing

2014-10-15 Thread Gilles Chehade
Hi, As you may know, SSLv3 has been pushed into end of life. While SSL libraries are working this out, I committed a fix to disable it explicitely in our code just in case someone builds it against some pre-catastrophe OpenSSL/LibreSSL version. We're going to be releasing a minor stable in the