diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2018-07-24 15:27:51 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2018-07-24 15:27:51 +0700 |
commit | c0ee6b45d8764144f3a5b36d286e7520d35b63e7 (patch) | |
tree | c71c2787c31f76749d80cbfe9b383bfd7898451b /crypto/crypto.csproj | |
parent | IDEA: Update patent information (diff) | |
download | BouncyCastle.NET-ed25519-c0ee6b45d8764144f3a5b36d286e7520d35b63e7.tar.xz |
TLS: Use DH group whitelisting
Diffstat (limited to 'crypto/crypto.csproj')
-rw-r--r-- | crypto/crypto.csproj | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj index 7cd8de821..b6dfb3963 100644 --- a/crypto/crypto.csproj +++ b/crypto/crypto.csproj @@ -4869,6 +4869,11 @@ BuildAction = "Compile" /> <File + RelPath = "src\crypto\tls\DefaultTlsDHVerifier.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\crypto\tls\DefaultTlsEncryptionCredentials.cs" SubType = "Code" BuildAction = "Compile" @@ -5084,11 +5089,6 @@ BuildAction = "Compile" /> <File - RelPath = "src\crypto\tls\ServerDHParams.cs" - SubType = "Code" - BuildAction = "Compile" - /> - <File RelPath = "src\crypto\tls\ServerSrpParams.cs" SubType = "Code" BuildAction = "Compile" @@ -5249,6 +5249,11 @@ BuildAction = "Compile" /> <File + RelPath = "src\crypto\tls\TlsDHVerifier.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\crypto\tls\TlsDsaSigner.cs" SubType = "Code" BuildAction = "Compile" |