CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2020/05/01 03:09:14
Modified files:
mail/alpine : Makefile
Added files:
mail/alpine/patches: patch-imap_src_osdep_unix_ssl_unix_c
Log message:
Add workarounds to fix alpine with TLSv1.3
Servers enforcing that clients send an SNI become more common.
Backport the mechanism for sending SNI from alpine 2.22.
Our new TLSv1.3 stack requires more retries than the old one
so retry SSL_write() if the API tells us to do so.
Issue reported, fix tested and "ok" procter.
ok jca sthen