bifurcation / mint

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

Store ALPN in the session cache #124

Closed bifurcation closed 7 years ago

bifurcation commented 7 years ago

We have enforcement of ALPN matching for resumption / PSK, but weren't populating the field in the PreSharedKey object.