summary refs log tree commit diff
path: root/crypto/BouncyCastle.iOS.csproj
diff options
context:
space:
mode:
authorDavid Hook <dgh@cryptoworkshop.com>2017-06-25 18:20:45 +1000
committerDavid Hook <dgh@cryptoworkshop.com>2017-06-25 18:20:45 +1000
commit67aa67a62bfe7b35fe035bafbc5e9770b1debeb1 (patch)
tree9492b3fe1d559ceb9965f4d6b3bb78452796fbbe /crypto/BouncyCastle.iOS.csproj
parentupdate (diff)
parentInitial cut of DSTU7564 digest and HMAC. (diff)
downloadBouncyCastle.NET-ed25519-67aa67a62bfe7b35fe035bafbc5e9770b1debeb1.tar.xz
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'crypto/BouncyCastle.iOS.csproj')
-rw-r--r--crypto/BouncyCastle.iOS.csproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/BouncyCastle.iOS.csproj b/crypto/BouncyCastle.iOS.csproj

index fb15014e3..8d5d3032f 100644 --- a/crypto/BouncyCastle.iOS.csproj +++ b/crypto/BouncyCastle.iOS.csproj
@@ -1059,8 +1059,10 @@ <Compile Include="src\crypto\tls\TlsECDsaSigner.cs" /> <Compile Include="src\crypto\tls\TlsEccUtilities.cs" /> <Compile Include="src\crypto\tls\TlsEncryptionCredentials.cs" /> + <Compile Include="src\crypto\tls\TlsException.cs" /> <Compile Include="src\crypto\tls\TlsExtensionsUtilities.cs" /> <Compile Include="src\crypto\tls\TlsFatalAlert.cs" /> + <Compile Include="src\crypto\tls\TlsFatalAlertReceived.cs" /> <Compile Include="src\crypto\tls\TlsHandshakeHash.cs" /> <Compile Include="src\crypto\tls\TlsKeyExchange.cs" /> <Compile Include="src\crypto\tls\TlsMac.cs" />