diff options
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/BouncyCastle.Android.csproj | 11 | ||||
-rw-r--r-- | crypto/BouncyCastle.csproj | 11 | ||||
-rw-r--r-- | crypto/BouncyCastle.iOS.csproj | 11 |
3 files changed, 33 insertions, 0 deletions
diff --git a/crypto/BouncyCastle.Android.csproj b/crypto/BouncyCastle.Android.csproj index de74d5999..7c4c243fb 100644 --- a/crypto/BouncyCastle.Android.csproj +++ b/crypto/BouncyCastle.Android.csproj @@ -908,6 +908,7 @@ <Compile Include="src\crypto\tls\CompressionMethod.cs" /> <Compile Include="src\crypto\tls\ConnectionEnd.cs" /> <Compile Include="src\crypto\tls\ContentType.cs" /> + <Compile Include="src\crypto\tls\DatagramTransport.cs" /> <Compile Include="src\crypto\tls\DefaultTlsAgreementCredentials.cs" /> <Compile Include="src\crypto\tls\DefaultTlsCipherFactory.cs" /> <Compile Include="src\crypto\tls\DefaultTlsClient.cs" /> @@ -917,6 +918,16 @@ <Compile Include="src\crypto\tls\DeferredHash.cs" /> <Compile Include="src\crypto\tls\DigestInputBuffer.cs" /> <Compile Include="src\crypto\tls\DigitallySigned.cs" /> + <Compile Include="src\crypto\tls\DtlsClientProtocol.cs" /> + <Compile Include="src\crypto\tls\DtlsEpoch.cs" /> + <Compile Include="src\crypto\tls\DtlsHandshakeRetransmit.cs" /> + <Compile Include="src\crypto\tls\DtlsProtocol.cs" /> + <Compile Include="src\crypto\tls\DtlsReassembler.cs" /> + <Compile Include="src\crypto\tls\DtlsRecordLayer.cs" /> + <Compile Include="src\crypto\tls\DtlsReliableHandshake.cs" /> + <Compile Include="src\crypto\tls\DtlsReplayWindow.cs" /> + <Compile Include="src\crypto\tls\DtlsServerProtocol.cs" /> + <Compile Include="src\crypto\tls\DtlsTransport.cs" /> <Compile Include="src\crypto\tls\ECBasisType.cs" /> <Compile Include="src\crypto\tls\ECCurveType.cs" /> <Compile Include="src\crypto\tls\ECPointFormat.cs" /> diff --git a/crypto/BouncyCastle.csproj b/crypto/BouncyCastle.csproj index 86c57df0c..c7199a1bc 100644 --- a/crypto/BouncyCastle.csproj +++ b/crypto/BouncyCastle.csproj @@ -902,6 +902,7 @@ <Compile Include="src\crypto\tls\CompressionMethod.cs" /> <Compile Include="src\crypto\tls\ConnectionEnd.cs" /> <Compile Include="src\crypto\tls\ContentType.cs" /> + <Compile Include="src\crypto\tls\DatagramTransport.cs" /> <Compile Include="src\crypto\tls\DefaultTlsAgreementCredentials.cs" /> <Compile Include="src\crypto\tls\DefaultTlsCipherFactory.cs" /> <Compile Include="src\crypto\tls\DefaultTlsClient.cs" /> @@ -911,6 +912,16 @@ <Compile Include="src\crypto\tls\DeferredHash.cs" /> <Compile Include="src\crypto\tls\DigestInputBuffer.cs" /> <Compile Include="src\crypto\tls\DigitallySigned.cs" /> + <Compile Include="src\crypto\tls\DtlsClientProtocol.cs" /> + <Compile Include="src\crypto\tls\DtlsEpoch.cs" /> + <Compile Include="src\crypto\tls\DtlsHandshakeRetransmit.cs" /> + <Compile Include="src\crypto\tls\DtlsProtocol.cs" /> + <Compile Include="src\crypto\tls\DtlsReassembler.cs" /> + <Compile Include="src\crypto\tls\DtlsRecordLayer.cs" /> + <Compile Include="src\crypto\tls\DtlsReliableHandshake.cs" /> + <Compile Include="src\crypto\tls\DtlsReplayWindow.cs" /> + <Compile Include="src\crypto\tls\DtlsServerProtocol.cs" /> + <Compile Include="src\crypto\tls\DtlsTransport.cs" /> <Compile Include="src\crypto\tls\ECBasisType.cs" /> <Compile Include="src\crypto\tls\ECCurveType.cs" /> <Compile Include="src\crypto\tls\ECPointFormat.cs" /> diff --git a/crypto/BouncyCastle.iOS.csproj b/crypto/BouncyCastle.iOS.csproj index cc3de9e55..0dcb9c9af 100644 --- a/crypto/BouncyCastle.iOS.csproj +++ b/crypto/BouncyCastle.iOS.csproj @@ -902,6 +902,7 @@ <Compile Include="src\crypto\tls\CompressionMethod.cs" /> <Compile Include="src\crypto\tls\ConnectionEnd.cs" /> <Compile Include="src\crypto\tls\ContentType.cs" /> + <Compile Include="src\crypto\tls\DatagramTransport.cs" /> <Compile Include="src\crypto\tls\DefaultTlsAgreementCredentials.cs" /> <Compile Include="src\crypto\tls\DefaultTlsCipherFactory.cs" /> <Compile Include="src\crypto\tls\DefaultTlsClient.cs" /> @@ -911,6 +912,16 @@ <Compile Include="src\crypto\tls\DeferredHash.cs" /> <Compile Include="src\crypto\tls\DigestInputBuffer.cs" /> <Compile Include="src\crypto\tls\DigitallySigned.cs" /> + <Compile Include="src\crypto\tls\DtlsClientProtocol.cs" /> + <Compile Include="src\crypto\tls\DtlsEpoch.cs" /> + <Compile Include="src\crypto\tls\DtlsHandshakeRetransmit.cs" /> + <Compile Include="src\crypto\tls\DtlsProtocol.cs" /> + <Compile Include="src\crypto\tls\DtlsReassembler.cs" /> + <Compile Include="src\crypto\tls\DtlsRecordLayer.cs" /> + <Compile Include="src\crypto\tls\DtlsReliableHandshake.cs" /> + <Compile Include="src\crypto\tls\DtlsReplayWindow.cs" /> + <Compile Include="src\crypto\tls\DtlsServerProtocol.cs" /> + <Compile Include="src\crypto\tls\DtlsTransport.cs" /> <Compile Include="src\crypto\tls\ECBasisType.cs" /> <Compile Include="src\crypto\tls\ECCurveType.cs" /> <Compile Include="src\crypto\tls\ECPointFormat.cs" /> |