| 1233 | } |
| 1234 | |
| 1235 | type certificateRequestMsgTLS13 struct { |
| 1236 | ocspStapling bool |
| 1237 | scts bool |
| 1238 | supportedSignatureAlgorithms []SignatureScheme |
| 1239 | supportedSignatureAlgorithmsCert []SignatureScheme |
| 1240 | certificateAuthorities [][]byte |
| 1241 | } |
| 1242 | |
| 1243 | func (m *certificateRequestMsgTLS13) marshal() ([]byte, error) { |
| 1244 | var b cryptobyte.Builder |
nothing calls this directly
no outgoing calls
no test coverage detected