Qpopper and openssl on FreeBSD 11.x

2018-02-16 Thread Doug Hardie
I have encountered an interesting situation while trying to resolve a PR on qpopper. I am unable to build qpopper on 11.1 (and probably 11.0) because the openssl function SSLv3_server_method has been removed. I can see where the SSLv2 functions are disabled in ssl.h, but the SSLv3 functions ap

Re: Qpopper and openssl on FreeBSD 11.x

2018-03-23 Thread Matthias Andree
Am 17.02.2018 um 04:22 schrieb Doug Hardie: > I have encountered an interesting situation while trying to resolve a PR on > qpopper. I am unable to build qpopper on 11.1 (and probably 11.0) because > the openssl function SSLv3_server_method has been removed. I can see where > the SSLv2 functio

Re: Qpopper and openssl on FreeBSD 11.x

2018-03-23 Thread Doug Hardie
> On 23 March 2018, at 02:40, Matthias Andree wrote: > > Am 17.02.2018 um 04:22 schrieb Doug Hardie: >> I have encountered an interesting situation while trying to resolve a PR on >> qpopper. I am unable to build qpopper on 11.1 (and probably 11.0) because >> the openssl function SSLv3_server_

Re: Qpopper and openssl on FreeBSD 11.x

2018-03-24 Thread Matthias Andree
Am 23.03.2018 um 23:48 schrieb Doug Hardie: > >> Use SSLv23_server_method(), and use code to block out SSLv2 + SSLv3 on >> those systems that still support them - which depends on the >> OpenSSL/LibreSSL version, however: >> Older OpenSSL and LibreSSL require SSL_OP_NO_SSLv3 and SSL_OP_NO_SSLv2 >>