From ba8a30bce12480eacbce1f5089aa71fd594a5768 Mon Sep 17 00:00:00 2001 From: drieseng Date: Thu, 28 Apr 2016 22:01:41 +0200 Subject: [PATCH] Added tests for GenerateRandom. Updated project files after move and rename. Fixed a few warning in HashAlgorithmFactory. --- .../Renci.SshNet.NET35.csproj | 8 +-- .../Renci.SshNet.Silverlight5.csproj | 8 +-- .../Renci.SshNet.Tests.NET35.csproj | 11 +++- .../Renci.SshNet.Tests.csproj | 3 ++ .../Renci.SshNet.UAP10.csproj | 6 +-- .../Renci.SshNet.WindowsPhone8.csproj | 8 +-- .../Abstractions/CryptoAbstraction.cs | 16 +++--- src/Renci.SshNet/Renci.SshNet.csproj | 2 +- .../CryptoAbstraction_GenerateRandom.cs | 53 +++++++++++++++++++ .../Renci.SshNet.Shared.Tests.projitems | 1 + .../Renci.SshNet.WindowsPhone8.Tests.csproj | 2 +- 11 files changed, 93 insertions(+), 25 deletions(-) create mode 100644 test/Renci.SshNet.Shared.Tests/Abstractions/CryptoAbstraction_GenerateRandom.cs diff --git a/src/Renci.SshNet.NET35/Renci.SshNet.NET35.csproj b/src/Renci.SshNet.NET35/Renci.SshNet.NET35.csproj index 2cc9610d..4314b13e 100644 --- a/src/Renci.SshNet.NET35/Renci.SshNet.NET35.csproj +++ b/src/Renci.SshNet.NET35/Renci.SshNet.NET35.csproj @@ -47,6 +47,9 @@ + + Abstractions\CryptoAbstraction.cs + Abstractions\DiagnosticAbstraction.cs @@ -659,9 +662,6 @@ Security\Cryptography\DsaKey.cs - - Security\Cryptography\HashAlgorithmFactory.cs - Security\Cryptography\HMACMD5.cs @@ -935,7 +935,7 @@ - +