Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 May 2023 14:31:21 -0700
From:      John Baldwin <jhb@FreeBSD.org>
To:        Ed Maste <emaste@FreeBSD.org>, src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   Re: git: 8e7a31b65f9a - main - decryptcore: update for OpenSSL 1.1 API
Message-ID:  <2d647e02-516d-560d-2813-249a88eaa3b4@FreeBSD.org>
In-Reply-To: <202305311620.34VGKhfP017781@gitrepo.freebsd.org>
References:  <202305311620.34VGKhfP017781@gitrepo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 5/31/23 9:20 AM, Ed Maste wrote:
> The branch main has been updated by emaste:
> 
> URL: https://cgit.FreeBSD.org/src/commit/?id=8e7a31b65f9ab0210b9648211a4f5268e2680058
> 
> commit 8e7a31b65f9ab0210b9648211a4f5268e2680058
> Author:     Ed Maste <emaste@FreeBSD.org>
> AuthorDate: 2023-05-31 14:17:52 +0000
> Commit:     Ed Maste <emaste@FreeBSD.org>
> CommitDate: 2023-05-31 16:20:34 +0000
> 
>      decryptcore: update for OpenSSL 1.1 API
>      
>      ERR_load_crypto_strings is deprecated in OpenSSL 1.1, and OpenSSL 1.1
>      generally does not require explicit initialization.  However, we do need
>      to ensure that initialization is done before entering capability mode so
>      call OPENSSL_init_crypto instead.  Also include header needed for
>      ERR_error_string.
>      
>      Reviewed by:    vangyzen
>      Sponsored by:   The FreeBSD Foundation
>      Differential Revision:  https://reviews.freebsd.org/D40343

Somewhat related, do we want to add a TODO for later to remove pre-1.1 OpenSSL
compat from the base system after the 3.0 update has settled down?

-- 
John Baldwin




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?2d647e02-516d-560d-2813-249a88eaa3b4>