https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260552

--- Comment #1 from John W. O'Brien <j...@saltant.com> ---
CPython has a preprocessor guard against trying to use SSLv3 when it is not
available [0], and security/openssl appears to be correctly advertising the
lack of SSLv3 on my system:

% grep "ifndef OPENSSL_NO_SSL3" -A2 /usr/local/include/openssl/opensslconf.h
#ifndef OPENSSL_NO_SSL3
# define OPENSSL_NO_SSL3
#endif
#ifndef OPENSSL_NO_SSL3_METHOD
# define OPENSSL_NO_SSL3_METHOD
#endif

So, not clear why the preprocessor guard is failing.

[0] https://github.com/python/cpython/blob/v3.6.15/Modules/_ssl.c#L2781-L2784

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to