crypto/tls.certificateVerifyMsg.marshal (method)
10 uses
crypto/tls (current package)
handshake_client.go#L628: hs.finishedHash.Write(certVerify.marshal())
handshake_client.go#L629: if _, err := c.writeRecord(recordTypeHandshake, certVerify.marshal()); err != nil {
handshake_client_tls13.go#L496: hs.transcript.Write(certVerify.marshal())
handshake_client_tls13.go#L607: hs.transcript.Write(certVerifyMsg.marshal())
handshake_client_tls13.go#L608: if _, err := c.writeRecord(recordTypeHandshake, certVerifyMsg.marshal()); err != nil {
handshake_messages.go#L1716: func (m *certificateVerifyMsg) marshal() (x []byte) {
handshake_server.go#L644: hs.finishedHash.Write(certVerify.marshal())
handshake_server_tls13.go#L649: hs.transcript.Write(certVerifyMsg.marshal())
handshake_server_tls13.go#L650: if _, err := c.writeRecord(recordTypeHandshake, certVerifyMsg.marshal()); err != nil {
handshake_server_tls13.go#L838: hs.transcript.Write(certVerify.marshal())
![]() |
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. |