freebsd-dev/secure
Gordon Tetlow e398139415 Revert OPENSSL_NO_SSL3_METHOD to keep ABI compatibility.
This define caused a couple of symbols to disappear. To keep ABI
compatibility, we are going to keep the symbols exposed, but leave SSLv3 as
not in the default config (this is what OPENSSL_NO_SSL3 achieves). The
ramifications of this is an application can still use SSLv3 if it
specifically calls the SSLv3_method family of APIs.

Reported by:	kib, others
Reviewed by:	kib
Differential Revision:	https://reviews.freebsd.org/D25451
2020-06-25 19:35:37 +00:00
..
caroot
lib Revert OPENSSL_NO_SSL3_METHOD to keep ABI compatibility. 2020-06-25 19:35:37 +00:00
libexec
tests
usr.bin Merge OpenSSL 1.1.1g. 2020-04-21 19:38:32 +00:00
usr.sbin
Makefile
Makefile.inc