bifurcation / mint

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

Fix key share pub/priv order in test. #195

Closed martinthomson closed 4 years ago

martinthomson commented 6 years ago

Fixes #144.

martinthomson commented 6 years ago

That CI change looks like a pre-existing problem in the DTLS tests. I blame @ekr.

martinthomson commented 6 years ago

Oh, forgot to add. go test -run TestNewKeyShare -count 1000 fails with the old code, but completes - slowly - with this change.