MCPcopy
hub / github.com/XTLS/REALITY / requestClientCert

Method requestClientCert

handshake_server_tls13.go:932–934  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

930}
931
932func (hs *serverHandshakeStateTLS13) requestClientCert() bool {
933 return hs.c.config.ClientAuth >= RequestClientCert && !hs.usingPSK
934}
935
936func (hs *serverHandshakeStateTLS13) sendServerCertificate() error {
937 c := hs.c

Callers 3

sendServerCertificateMethod · 0.95
sendServerFinishedMethod · 0.95
readClientCertificateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected