type crypto/tls.certificateVerifyMsg
10 uses
crypto/tls (current package)
conn.go#L1062: m = &certificateVerifyMsg{
handshake_client.go#L587: certVerify := &certificateVerifyMsg{}
handshake_client_tls13.go#L470: certVerify, ok := msg.(*certificateVerifyMsg)
handshake_client_tls13.go#L579: certVerifyMsg := new(certificateVerifyMsg)
handshake_messages.go#L1709: type certificateVerifyMsg struct {
handshake_messages.go#L1716: func (m *certificateVerifyMsg) marshal() (x []byte) {
handshake_messages.go#L1736: func (m *certificateVerifyMsg) unmarshal(data []byte) bool {
handshake_server.go#L613: certVerify, ok := msg.(*certificateVerifyMsg)
handshake_server_tls13.go#L622: certVerifyMsg := new(certificateVerifyMsg)
handshake_server_tls13.go#L812: certVerify, ok := msg.(*certificateVerifyMsg)
![]() |
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. |