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