mirror of
https://github.com/golang/go.git
synced 2025-12-07 13:50:04 +00:00
Fixes #75656 Change-Id: I6bc71c80973765ef995d17b1450ea2026a6a6964 Reviewed-on: https://go-review.googlesource.com/c/go/+/724820 Auto-Submit: Filippo Valsorda <filippo@golang.org> Reviewed-by: Nicholas Husin <husin@google.com> Reviewed-by: Roland Shoemaker <roland@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Nicholas Husin <nsh@golang.org>
132 B
132 B
If [Certificate.PrivateKey] implements [crypto.MessageSigner], its SignMessage method is used instead of Sign in TLS 1.2 and later.