bifurcation / mint

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

Change the signature context according to protocol role #205

Open bifurcation opened 4 years ago

bifurcation commented 4 years ago

Currently, mint uses incorrect context string when creating a CertificateVerify message for client auth. This PR properly switches the context string, in order to conform with the specification.