Subject: CVS commit: pkgsrc/lang
From: Benny Siegert
Date: 2023-08-12 15:02:54
Message id: 20230812130254.B4F62FBDB@cvs.NetBSD.org

Log Message:
Update go119 to 1.19.12 (security).

crypto/tls: restrict RSA keys in certificates to <= 8192 bits

Extremely large RSA keys in certificate chains can cause a client/server
to expend significant CPU time verifying signatures. Limit this by
restricting the size of RSA keys transmitted during handshakes to <=
8192 bits.

Based on a survey of publicly trusted RSA keys, there are currently only
three certificates in circulation with keys larger than this, and all
three appear to be test certificates that are not actively deployed. It
is possible there are larger keys in use in private PKIs, but we target
the web PKI, so causing breakage here in the interests of increasing the
default safety of users of crypto/tls seems reasonable.

Thanks to Mateusz Poliwczak for reporting this issue.

Files:
RevisionActionfile
1.184modifypkgsrc/lang/go/version.mk
1.6modifypkgsrc/lang/go119/Makefile
1.14modifypkgsrc/lang/go119/distinfo