HomeFreeBSD

ZTS: Fix zfs_load-key failures on F39

Tags
None
Referenced Files
Restricted File
Feb 29 2024, 10:57 PM
Subscribers
None

Description

ZTS: Fix zfs_load-key failures on F39

The zfs_load-key tests were failing on F39 due to their use of the
deprecated ssl.wrap_socket function. This commit updates the test to
instead use ssl.SSLContext() as described in
https://stackoverflow.com/a/65194957.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Tony Hutter <hutter2@llnl.gov>
Closes #15534
Closes #15550

Details

Provenance
Tony Hutter <hutter2@llnl.gov>Authored on Nov 27 2023, 9:24 PM
Brian Behlendorf <behlendorf1@llnl.gov>Committed on Feb 13 2024, 10:22 PM
Parents
rGd1ee3d611d84: LUA: Backport CVE-2020-24370's patch
Branches
Unknown
Tags
Unknown

Event Timeline

Brian Behlendorf <behlendorf1@llnl.gov> committed rGf392c4073ac2: ZTS: Fix zfs_load-key failures on F39 (authored by Tony Hutter <hutter2@llnl.gov>).Feb 13 2024, 10:22 PM