MCPcopy Create free account
hub / github.com/XTLS/Go / requestClientCert

Method requestClientCert

handshake_server_tls13.go:570–572  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

568}
569
570func (hs *serverHandshakeStateTLS13) requestClientCert() bool {
571 return hs.c.config.ClientAuth >= RequestClientCert && !hs.usingPSK
572}
573
574func (hs *serverHandshakeStateTLS13) sendServerCertificate() error {
575 c := hs.c

Callers 3

sendServerCertificateMethod · 0.95
sendServerFinishedMethod · 0.95
readClientCertificateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected