summary refs log tree commit diff
path: root/crypto/crypto.csproj
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2021-07-25 19:58:02 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2021-07-25 19:58:02 +0700
commitd8187def99004d5be735c9694c4f08f7e5fa0221 (patch)
treeec8b18e46f850f887fe2a646bad2b6a24d35b782 /crypto/crypto.csproj
parentFix Truncate method (diff)
downloadBouncyCastle.NET-ed25519-d8187def99004d5be735c9694c4f08f7e5fa0221.tar.xz
TLS 1.3 client API for external PSKs
Diffstat (limited to 'crypto/crypto.csproj')
-rw-r--r--crypto/crypto.csproj15
1 files changed, 15 insertions, 0 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj
index 0e9884ab2..bb2eed13f 100644
--- a/crypto/crypto.csproj
+++ b/crypto/crypto.csproj
@@ -7699,6 +7699,11 @@
                     BuildAction = "Compile"
                 />
                 <File
+                    RelPath = "src\tls\BasicTlsPskExternal.cs"
+                    SubType = "Code"
+                    BuildAction = "Compile"
+                />
+                <File
                     RelPath = "src\tls\BasicTlsPskIdentity.cs"
                     SubType = "Code"
                     BuildAction = "Compile"
@@ -8854,6 +8859,16 @@
                     BuildAction = "Compile"
                 />
                 <File
+                    RelPath = "src\tls\TlsPsk.cs"
+                    SubType = "Code"
+                    BuildAction = "Compile"
+                />
+                <File
+                    RelPath = "src\tls\TlsPskExternal.cs"
+                    SubType = "Code"
+                    BuildAction = "Compile"
+                />
+                <File
                     RelPath = "src\tls\TlsPskIdentity.cs"
                     SubType = "Code"
                     BuildAction = "Compile"