bifurcation / mint

A Minimal TLS 1.3 Implementation in Go
MIT License
224 stars 36 forks source link

Handle optional Marshalers #214

Closed bifurcation closed 4 years ago

bifurcation commented 4 years ago

The support for optional in #210 omitted the case where the optional thing is a syntax.Marshaler. This PR fixes that case.