diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2013-12-17 17:34:32 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2013-12-17 17:34:32 +0700 |
commit | 33ef8acd210067b48eed37fbfb4b0c8da8921b8d (patch) | |
tree | e9b91cab27726821a4c90f923552440f039200b1 /crypto/crypto.csproj | |
parent | Add methods for converting from BC RSAPrivateKeyStructure (diff) | |
download | BouncyCastle.NET-ed25519-33ef8acd210067b48eed37fbfb4b0c8da8921b8d.tar.xz |
A round of porting from Java TLS
Diffstat (limited to 'crypto/crypto.csproj')
-rw-r--r-- | crypto/crypto.csproj | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj index 0b81c9a6c..ac5aeb985 100644 --- a/crypto/crypto.csproj +++ b/crypto/crypto.csproj @@ -4324,6 +4324,11 @@ BuildAction = "Compile" /> <File + RelPath = "src\crypto\tls\HashAlgorithm.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\crypto\tls\ICertificateVerifyer.cs" SubType = "Code" BuildAction = "Compile" @@ -4364,6 +4369,16 @@ BuildAction = "Compile" /> <File + RelPath = "src\crypto\tls\SignatureAlgorithm.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\crypto\tls\SignatureAndHashAlgorithm.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\crypto\tls\SrpTlsClient.cs" SubType = "Code" BuildAction = "Compile" @@ -4469,11 +4484,6 @@ BuildAction = "Compile" /> <File - RelPath = "src\crypto\tls\TlsException.cs" - SubType = "Code" - BuildAction = "Compile" - /> - <File RelPath = "src\crypto\tls\TlsFatalAlert.cs" SubType = "Code" BuildAction = "Compile" |