CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2021/09/01 09:04:37
Modified files:
security/p5-Net-SSLeay/patches: patch-SSLeay_xs
patch-t_local_43_misc_functions_t
Added files:
security/p5-IO-Socket-SSL/patches:
patch-t_multiple-cert-rsa-ecc_t
patch-t_protocol_version_t
patch-t_session_ticket_t
patch-t_sessions_t
Log message:
Fix Perl tests for p5-Net-SSLeay and p5-IO-Socket-SSL that fail due
to LibreSSL. With Bob's uncommited x509 verify diff and local
patches for the tests, everythig passes again.
The remaining issues are:
- TLS1_3_VERSION is not exported, but TLS 1.3 gets used
- session reuse does not work with TLS 1.3
Especially the export of the define may change soon.
OK beck@