Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed KeySharesParams reset on subsequent ApplyPreset calls
* This fixes an issue where servers that selected a key_share other than X25519 would cause TLS handshake to fail. This is because the precomputed key_shares are thrown away and not replaced if ApplyPreset is called more than once.
- Loading branch information