diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2013-12-18 20:14:15 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2013-12-18 20:14:15 +0700 |
commit | ed135453ca41139233eb39bf709a2e56440293f8 (patch) | |
tree | d5ed061fbc4144075bee5ec2887e9ec31e1910f3 /crypto/crypto.csproj | |
parent | Factor out variation of MacUtilities.DoFinal (diff) | |
download | BouncyCastle.NET-ed25519-ed135453ca41139233eb39bf709a2e56440293f8.tar.xz |
Port of PrfAlgorithm and ProtocolVersion from Java TLS
Diffstat (limited to 'crypto/crypto.csproj')
-rw-r--r-- | crypto/crypto.csproj | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj index 4aaba880f..9ebe947e1 100644 --- a/crypto/crypto.csproj +++ b/crypto/crypto.csproj @@ -4354,6 +4354,16 @@ BuildAction = "Compile" /> <File + RelPath = "src\crypto\tls\PrfAlgorithm.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\crypto\tls\ProtocolVersion.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\crypto\tls\PskTlsClient.cs" SubType = "Code" BuildAction = "Compile" |