HomeFreeBSD

ZTS: Fix zfs_load-key failures on F39

Tags
None
Referenced Files
Restricted File
Dec 1 2023, 11:21 AM
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 Nov 28 2023, 8:56 PM
Parents
rG56a2a0981ed7: ZIL: Do not encrypt block pointers in lr_clone_range_t
Branches
Unknown
Tags
Unknown

Event Timeline

Brian Behlendorf <behlendorf1@llnl.gov> committed rG41c4599cba75: ZTS: Fix zfs_load-key failures on F39 (authored by Tony Hutter <hutter2@llnl.gov>).Nov 28 2023, 8:56 PM