summary refs log tree commit diff
path: root/crypto/BouncyCastle.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/BouncyCastle.csproj')
-rw-r--r--crypto/BouncyCastle.csproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/BouncyCastle.csproj b/crypto/BouncyCastle.csproj

index 8f93f8013..3a3dadd21 100644 --- a/crypto/BouncyCastle.csproj +++ b/crypto/BouncyCastle.csproj
@@ -1562,6 +1562,7 @@ <Compile Include="src\tls\AbstractTlsServer.cs" /> <Compile Include="src\tls\AlertDescription.cs" /> <Compile Include="src\tls\AlertLevel.cs" /> + <Compile Include="src\tls\BasicTlsPskExternal.cs" /> <Compile Include="src\tls\BasicTlsPskIdentity.cs" /> <Compile Include="src\tls\BasicTlsSrpIdentity.cs" /> <Compile Include="src\tls\ByteQueue.cs" /> @@ -1793,6 +1794,8 @@ <Compile Include="src\tls\TlsObjectIdentifiers.cs" /> <Compile Include="src\tls\TlsPeer.cs" /> <Compile Include="src\tls\TlsProtocol.cs" /> + <Compile Include="src\tls\TlsPsk.cs" /> + <Compile Include="src\tls\TlsPskExternal.cs" /> <Compile Include="src\tls\TlsPskIdentity.cs" /> <Compile Include="src\tls\TlsPskIdentityManager.cs" /> <Compile Include="src\tls\TlsPskKeyExchange.cs" />