Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 May 2023 13:22:01 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 271615] Update base system OpenSSL to 3.0.x
Message-ID:  <bug-271615-227-cjP5WylONS@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-271615-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-271615-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D271615

--- Comment #10 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=3Db01c10d25d06047e45c3d5dc6a4e757a9=
b35ab78

commit b01c10d25d06047e45c3d5dc6a4e757a9b35ab78
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2023-05-25 19:17:13 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2023-05-26 13:15:25 +0000

    auditdistd: Avoid calling deprecated OpenSSL functions

    As of OpenSSL 1.1 SSL_library_init() and SSL_load_error_strings() are
    deprecated.  There are replacement initialization functions but they do
    not need to be called: "As of version 1.1.0 OpenSSL will automatically
    allocate all resources that it needs so no explicit initialisation is
    required."

    Wrap both calls in an OPENSSL_VERSION_NUMBER block.

    Upstream pull request submitted at
    https://github.com/openbsm/openbsm/pull/82

    PR:             271615
    Reviewed by:    ngie
    Event:          Kitchener-Waterloo Hackathon 202305
    Sponsored by:   The FreeBSD Foundation
    Differential Revision: https://reviews.freebsd.org/D40273

 contrib/openbsm/bin/auditdistd/proto_tls.c | 4 ++++
 1 file changed, 4 insertions(+)

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



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