diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2015-12-16 22:50:41 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2015-12-16 22:50:41 +0700 |
commit | ae227e65ab48b8747c80e1b336a3e6896e9e346e (patch) | |
tree | bff90e085f89872399328db0391f9e8b4f7368f0 /crypto/crypto.csproj | |
parent | Update version for release (diff) | |
download | BouncyCastle.NET-ed25519-ae227e65ab48b8747c80e1b336a3e6896e9e346e.tar.xz |
Validate CertificateVerify signature algorithm (TLS 1.2+)
- check the algorithm is in the CertificateRequest list - add (D)TLS test scenarios for various failure modes
Diffstat (limited to 'crypto/crypto.csproj')
-rw-r--r-- | crypto/crypto.csproj | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj index e6ab94ee2..e4bd2e036 100644 --- a/crypto/crypto.csproj +++ b/crypto/crypto.csproj @@ -11840,6 +11840,16 @@ BuildAction = "Compile" /> <File + RelPath = "test\src\crypto\tls\test\DtlsTestClientProtocol.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "test\src\crypto\tls\test\DtlsTestServerProtocol.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "test\src\crypto\tls\test\DtlsTestSuite.cs" SubType = "Code" BuildAction = "Compile" @@ -11950,6 +11960,11 @@ BuildAction = "Compile" /> <File + RelPath = "test\src\crypto\tls\test\TlsTestClientProtocol.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "test\src\crypto\tls\test\TlsTestConfig.cs" SubType = "Code" BuildAction = "Compile" @@ -11960,6 +11975,11 @@ BuildAction = "Compile" /> <File + RelPath = "test\src\crypto\tls\test\TlsTestServerProtocol.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "test\src\crypto\tls\test\TlsTestSuite.cs" SubType = "Code" BuildAction = "Compile" |