HomeFreeBSD

ZTS: Fix zfs_load-key failures on F39

Tags
None
Referenced Files
Restricted File
Nov 28 2023, 7:25 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
GitHub <noreply@github.com>Committed on Nov 27 2023, 9:24 PM
Parents
rG95b68eb693ba: zfs-dkms: fix shell-init error message
Branches
Unknown
Tags
Unknown

Event Timeline

GitHub <noreply@github.com> committed rG3551a32e5ed6: ZTS: Fix zfs_load-key failures on F39 (authored by Tony Hutter <hutter2@llnl.gov>).Nov 27 2023, 9:24 PM