[MacPorts] #64036: SoftHSMv2 port causes free-after-free
MacPorts
noreply at macports.org
Mon May 22 16:57:53 UTC 2023
#64036: SoftHSMv2 port causes free-after-free
-------------------------+--------------------
Reporter: mouse07410 | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords:
Port: softhsm |
-------------------------+--------------------
Comment (by iay):
For posterity, it looks like I can get the tests to work by changing the
default OpenSSL configuration file in `/opt/local/etc/openssl/openssl.cnf`
to include the legacy provider:
{{{
[openssl_init]
providers = provider_sect
# List of providers to load
[provider_sect]
default = default_sect
legacy = legacy_sect
[default_sect]
activate = 1
[legacy_sect]
activate = 1
}}}
This is with OpenSSL 3:
{{{
port installed openssl\*
The following ports are currently installed:
openssl @3_10 (active)
openssl3 @3.1.0_3 (active)
openssl10 @1.0.2u_4 (active)
openssl11 @1.1.1t_1 (active)
}}}
Ventura 13.3, Xcode 14.3
--
Ticket URL: <https://trac.macports.org/ticket/64036#comment:18>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list