Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Nov 2023 06:34:24 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 272835] kinit(8) segmentation fault with openssl-3.0 in CURRENT
Message-ID:  <bug-272835-227-VknSTwgKoP@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-272835-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-272835-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=3D272835

--- Comment #2 from Joerg Pulz <Joerg.Pulz@frm2.tum.de> ---
There is an easier solution without changing the code at all.

Just modify /etc/ssl/openssl.cnf to make the specific section look like thi=
s:

#####
[provider_sect]
default =3D default_sect
legacy =3D legacy_sect

[default_sect]
activate =3D 1

[legacy_sect]
activate =3D 1
#####

This will (re)enable the default disabled legacy provider in OpenSSL 3.x.

One could argue to either make this default or at least add a hint in UPDAT=
ING.

--=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-272835-227-VknSTwgKoP>