]> git.deb.at Git - rhonda/impostor.hazel.git/commit
Add x25519 version of ECDHE_RSA_256 cipher suite
authorMatthew Endsley <mendsley@gmail.com>
Sat, 19 Dec 2020 02:32:30 +0000 (18:32 -0800)
committerMatthew Endsley <mendsley@gmail.com>
Tue, 2 Feb 2021 16:53:31 +0000 (08:53 -0800)
commit12ba5ced6bf28ded7aa92c131013d665907aeb05
tree2a95993cee0f6336ef280a03a688f16503a0f96e
parent56c0cf45c00b72e46248205a2f869bc5c060534d
Add x25519 version of ECDHE_RSA_256 cipher suite

This the portion of the cipher suite used during connection negotiation.
Hazel.UnitTests/Dtls/X25519EcdheRsaSha256Tests.cs [new file with mode: 0644]
Hazel.UnitTests/Hazel.UnitTests.csproj
Hazel/Dtls/Handshake.cs [new file with mode: 0644]
Hazel/Dtls/IHandshakeCipherSuite.cs
Hazel/Dtls/X25519EcdheRsaSha256.cs [new file with mode: 0644]
Hazel/Hazel.csproj