summary refs log tree commit diff
path: root/crypto/crypto.csproj
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2017-06-07 14:40:24 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2017-06-07 14:40:24 +0700
commit4589defc7197db8d49edc67a354a34ce2ce5928b (patch)
treeb8ab75548954efddcde4a406ecec360566934214 /crypto/crypto.csproj
parentFix paths for previous commit (diff)
downloadBouncyCastle.NET-ed25519-4589defc7197db8d49edc67a354a34ce2ce5928b.tar.xz
Specific exception TlsFatalAlertReceived for peer fatal alerts
Diffstat (limited to 'crypto/crypto.csproj')
-rw-r--r--crypto/crypto.csproj10
1 files changed, 10 insertions, 0 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj
index ab7413788..026a2fe1b 100644
--- a/crypto/crypto.csproj
+++ b/crypto/crypto.csproj
@@ -5179,6 +5179,11 @@
                     BuildAction = "Compile"
                 />
                 <File
+                    RelPath = "src\crypto\tls\TlsException.cs"
+                    SubType = "Code"
+                    BuildAction = "Compile"
+                />
+                <File
                     RelPath = "src\crypto\tls\TlsExtensionsUtilities.cs"
                     SubType = "Code"
                     BuildAction = "Compile"
@@ -5189,6 +5194,11 @@
                     BuildAction = "Compile"
                 />
                 <File
+                    RelPath = "src\crypto\tls\TlsFatalAlertReceived.cs"
+                    SubType = "Code"
+                    BuildAction = "Compile"
+                />
+                <File
                     RelPath = "src\crypto\tls\TlsHandshakeHash.cs"
                     SubType = "Code"
                     BuildAction = "Compile"