type crypto/tls.certificateRequestMsgTLS13
8 uses
crypto/tls (current package)
conn.go#L1047: m = new(certificateRequestMsgTLS13)
handshake_client_tls13.go#L28: certReq *certificateRequestMsgTLS13
handshake_client_tls13.go#L435: certReq, ok := msg.(*certificateRequestMsgTLS13)
handshake_messages.go#L1053: type certificateRequestMsgTLS13 struct {
handshake_messages.go#L1062: func (m *certificateRequestMsgTLS13) marshal() []byte {
handshake_messages.go#L1127: func (m *certificateRequestMsgTLS13) unmarshal(data []byte) bool {
handshake_messages.go#L1128: *m = certificateRequestMsgTLS13{raw: data}
handshake_server_tls13.go#L597: certReq := new(certificateRequestMsgTLS13)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |