| 1447 | } |
| 1448 | |
| 1449 | type certificateMsgTLS13 struct { |
| 1450 | certificate Certificate |
| 1451 | ocspStapling bool |
| 1452 | scts bool |
| 1453 | } |
| 1454 | |
| 1455 | func (m *certificateMsgTLS13) marshal() ([]byte, error) { |
| 1456 | var b cryptobyte.Builder |
nothing calls this directly
no outgoing calls
no test coverage detected