Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jun 2020 14:30:18 -0700
From:      Benjamin Kaduk <bjkfbsd@gmail.com>
To:        Gordon Tetlow <gordon@freebsd.org>
Cc:        src-committers <src-committers@freebsd.org>, svn-src-all@freebsd.org,  svn-src-head@freebsd.org
Subject:   Re: svn commit: r362620 - head/secure/lib/libcrypto
Message-ID:  <CAJ5_RoB5KCWZ1jvjx1BiGPVMNW6XBOgn03nEnMStqS00fdHmNA@mail.gmail.com>
In-Reply-To: <202006251935.05PJZbJ2077013@repo.freebsd.org>
References:  <202006251935.05PJZbJ2077013@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Jun 25, 2020 at 12:35 PM Gordon Tetlow <gordon@freebsd.org> wrote:

> Author: gordon
> Date: Thu Jun 25 19:35:37 2020
> New Revision: 362620
> URL: https://svnweb.freebsd.org/changeset/base/362620
>
> Log:
>   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.
>
>
I think I've seen some distros that keep the functinos around but just have
them always return failure.

-Ben



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAJ5_RoB5KCWZ1jvjx1BiGPVMNW6XBOgn03nEnMStqS00fdHmNA>