Searched defs:certificateVerifyMsg (Results 1 – 3 of 3) sorted by relevance
1825 type certificateVerifyMsg struct { struct1826 hasSignatureAlgorithm bool // format change introduced in TLS 1.21827 signatureAlgorithm SignatureScheme1828 signature []byte1831 func (m *certificateVerifyMsg) marshal() ([]byte, error) {1846 func (m *certificateVerifyMsg) unmarshal(data []byte) bool {
2448 type certificateVerifyMsg struct { struct2449 raw []byte2450 hasSignatureAlgorithm bool2451 signatureAlgorithm signatureAlgorithm2452 signature []byte2455 func (m *certificateVerifyMsg) marshal() (x []byte) {2486 func (m *certificateVerifyMsg) unmarshal(data []byte) bool {