Searched defs:certificateRequestMsg (Results 1 – 2 of 2) sorted by relevance
1691 type certificateRequestMsg struct { struct1694 hasSignatureAlgorithm bool1696 certificateTypes []byte1697 supportedSignatureAlgorithms []SignatureScheme1698 certificateAuthorities [][]byte1701 func (m *certificateRequestMsg) marshal() ([]byte, error) {1751 func (m *certificateRequestMsg) unmarshal(data []byte) bool {
1165 func certificateRequestInfoFromMsg(ctx context.Context, vers uint16, certReq *certificateRequestMsg…