summary refs log tree commit diff
path: root/crypto/crypto.csproj
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2014-07-23 16:53:51 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2014-07-23 16:53:51 +0700
commite5db546809a6485a82427c105c1d4f3a3b25fa5a (patch)
tree94e4823bc84bb04c366c296e24409b1dc817bc4c /crypto/crypto.csproj
parentAdd automatic EC point validation for decoded points and for multiplier outputs (diff)
downloadBouncyCastle.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.csproj5
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"