diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2014-08-20 21:14:29 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2014-08-20 21:14:29 +0700 |
commit | 355b24374a5a5410c33f3270dbb92ba52dc39fdf (patch) | |
tree | 3575396de26ea5bf945f88f318151de4fd84b981 /crypto/crypto.csproj | |
parent | Bring RsaDigestSigner uptodate with Java API (diff) | |
download | BouncyCastle.NET-ed25519-355b24374a5a5410c33f3270dbb92ba52dc39fdf.tar.xz |
A round of TLS updates from Java API
Diffstat (limited to 'crypto/crypto.csproj')
-rw-r--r-- | crypto/crypto.csproj | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj index a8f95a2bf..7e0a21bda 100644 --- a/crypto/crypto.csproj +++ b/crypto/crypto.csproj @@ -4269,6 +4269,36 @@ BuildAction = "Compile" /> <File + RelPath = "src\crypto\tls\AbstractTlsAgreementCredentials.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\crypto\tls\AbstractTlsContext.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\crypto\tls\AbstractTlsCredentials.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\crypto\tls\AbstractTlsEncryptionCredentials.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\crypto\tls\AbstractTlsSigner.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\crypto\tls\AbstractTlsSignerCredentials.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\crypto\tls\AlertDescription.cs" SubType = "Code" BuildAction = "Compile" @@ -4389,6 +4419,11 @@ BuildAction = "Compile" /> <File + RelPath = "src\crypto\tls\DefaultTlsEncryptionCredentials.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\crypto\tls\DefaultTlsSignerCredentials.cs" SubType = "Code" BuildAction = "Compile" @@ -4674,6 +4709,11 @@ BuildAction = "Compile" /> <File + RelPath = "src\crypto\tls\TlsEncryptionCredentials.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\crypto\tls\TlsFatalAlert.cs" SubType = "Code" BuildAction = "Compile" @@ -4739,6 +4779,16 @@ BuildAction = "Compile" /> <File + RelPath = "src\crypto\tls\TlsServerContext.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\crypto\tls\TlsServerContextImpl.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\crypto\tls\TlsSession.cs" SubType = "Code" BuildAction = "Compile" |