Преглед на файлове

crypto/tls: document VerifyPeerCertificate behavior in relation to ClientAuth

Change-Id: I3ff478912a5a178492d544d2f4ee9cc7570d9acc
Reviewed-on: https://go-review.googlesource.com/84475
Reviewed-by: Filippo Valsorda <hi@filippo.io>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
tls13
Filippo Valsorda преди 6 години
committed by Henry Dorsett Case
родител
ревизия
eaa1196b44
променени са 1 файла, в които са добавени 3 реда и са изтрити 2 реда
  1. +3
    -2
      common.go

+ 3
- 2
common.go Целия файл

@@ -483,8 +483,9 @@ type Config struct {
//
// If normal verification fails then the handshake will abort before
// considering this callback. If normal verification is disabled by
// setting InsecureSkipVerify then this callback will be considered but
// the verifiedChains argument will always be nil.
// setting InsecureSkipVerify, or (for a server) when ClientAuth is
// RequestClientCert or RequireAnyClientCert, then this callback will
// be considered but the verifiedChains argument will always be nil.
VerifyPeerCertificate func(rawCerts [][]byte, verifiedChains [][]*x509.Certificate) error

// RootCAs defines the set of root certificate authorities


Зареждане…
Отказ
Запис