diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2015-10-16 19:18:37 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2015-10-16 19:18:37 +0700 |
commit | bba97435f9810d9d8c8e02ff018ecfb87148553a (patch) | |
tree | 6fdd6a3922b0b2d8b2be91f689bf406f0902bca4 /crypto/crypto.csproj | |
parent | Refactoring (diff) | |
download | BouncyCastle.NET-ed25519-bba97435f9810d9d8c8e02ff018ecfb87148553a.tar.xz |
Port of non-blocking TLS API from Java
Diffstat (limited to 'crypto/crypto.csproj')
-rw-r--r-- | crypto/crypto.csproj | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj index 7f4131f4e..df7df9f5a 100644 --- a/crypto/crypto.csproj +++ b/crypto/crypto.csproj @@ -4469,6 +4469,11 @@ BuildAction = "Compile" /> <File + RelPath = "src\crypto\tls\ByteQueueStream.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\crypto\tls\CertChainType.cs" SubType = "Code" BuildAction = "Compile" @@ -11615,6 +11620,11 @@ BuildAction = "Compile" /> <File + RelPath = "test\src\crypto\tls\test\ByteQueueStreamTest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "test\src\crypto\tls\test\DtlsProtocolTest.cs" SubType = "Code" BuildAction = "Compile" @@ -11705,6 +11715,11 @@ BuildAction = "Compile" /> <File + RelPath = "test\src\crypto\tls\test\TlsProtocolNonBlockingTest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "test\src\crypto\tls\test\TlsPskProtocolTest.cs" SubType = "Code" BuildAction = "Compile" |