diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2014-07-23 16:53:51 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2014-07-23 16:53:51 +0700 |
commit | e5db546809a6485a82427c105c1d4f3a3b25fa5a (patch) | |
tree | 94e4823bc84bb04c366c296e24409b1dc817bc4c /crypto/crypto.csproj | |
parent | Add automatic EC point validation for decoded points and for multiplier outputs (diff) | |
download | BouncyCastle.NET-ed25519-e5db546809a6485a82427c105c1d4f3a3b25fa5a.tar.xz |
Port of new TlsEccUtilities class from Java
Various support methods in TlsUtilities and Arrays Fix short->byte for several enumeration types
Diffstat (limited to 'crypto/crypto.csproj')
-rw-r--r-- | crypto/crypto.csproj | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj index 126f5f1d4..83d0305c2 100644 --- a/crypto/crypto.csproj +++ b/crypto/crypto.csproj @@ -4604,6 +4604,11 @@ BuildAction = "Compile" /> <File + RelPath = "src\crypto\tls\TlsEccUtilities.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\crypto\tls\TlsECDheKeyExchange.cs" SubType = "Code" BuildAction = "Compile" |