Date: Fri, 16 Feb 2018 10:53:25 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 225949] Base openssl is inconsistent in handling SSLv3 Message-ID: <bug-225949-8@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D225949 Bug ID: 225949 Summary: Base openssl is inconsistent in handling SSLv3 Product: Base System Version: 11.1-RELEASE Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: misc Assignee: freebsd-bugs@FreeBSD.org Reporter: bc979@lafn.org /usr/include/openssl/ssl.h includes the line #define OPENSSL_NO_SSL2 As a result, the SSLv2 features are not available and are not in the man fi= le. However, there is no equivalent for SSL3. OPENSSL_NO_SSL3 is not defined anywhere. Thus the SSLv3 functions like SSLv3_server_method should be available. However, they do not appear in the man pages and cannot be link= ed to. As a result, qpopper will not properly build on 11.1-RELEASE. The interesting aspect of this is ssl.h does include the defines for the se= rver methods if OPENSSL_NO_SSL2_METHOD or OPENSSL_NO_SSL3_METHOD is not defined.= I think at least the SSLv3_server_method (and client_method) should be linkab= le. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-225949-8>