[Bug 225949] Base openssl is inconsistent in handling SSLv3
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Feb 16 10:53:26 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225949
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 at FreeBSD.org
Reporter: bc979 at 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 file.
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 linked
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 server
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 linkable.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list