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