Skip to content

Commit c9a7ee7

Browse files
committed
Updated SRP Nuget package reference to v1.0.2.
Fixed Android project, removed SRP implementation files. Updated Zyan package version to v2.11.
1 parent e7bdc14 commit c9a7ee7

14 files changed

+24
-27
lines changed

nuget/Zyan.nuspec

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata>
44
<id>Zyan</id>
5-
<version>2.10</version>
5+
<version>2.11</version>
66
<title>Zyan</title>
77
<authors>Rainbird,yallie</authors>
88
<owners>Hagen Siegel</owners>
@@ -16,7 +16,7 @@
1616

1717
v2.11: Security fixes and new features.
1818
- #45: Updated Zyan.SafeDeserializationHelpers package.
19-
- #44: Support for multi-step authentication.
19+
- #44: Support for multi-step authentication and SRP-6a protocol.
2020

2121
v2.10: Security fixes and new features.
2222
- #43: Integrate Zyan.SafeDeserializationHelpers package.
@@ -39,6 +39,7 @@
3939
<dependencies>
4040
<group>
4141
<dependency id="Zyan.SafeDeserializationHelpers" version="0.5.0" />
42+
<dependency id="srp" version="1.0.2" />
4243
</group>
4344
</dependencies>
4445
</metadata>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
using System.Reflection;
22

3-
[assembly: AssemblyVersion("2.10.0.0")]
4-
[assembly: AssemblyFileVersion("2.10.0.0")]
3+
[assembly: AssemblyVersion("2.11.0.0")]
4+
[assembly: AssemblyFileVersion("2.11.0.0")]

source/Zyan.Communication/Zyan.Communication.Android.csproj

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<HintPath>..\packages\Zyan.SafeDeserializationHelpers.0.3.0\lib\net35\Zyan.SafeDeserializationHelpers.dll</HintPath>
5656
</Reference>
5757
<Reference Include="srp">
58-
<HintPath>..\packages\srp.1.0.1\lib\net45\srp.dll</HintPath>
58+
<HintPath>..\packages\srp.1.0.2\lib\net45\srp.dll</HintPath>
5959
<Private>True</Private>
6060
</Reference>
6161
</ItemGroup>
@@ -237,20 +237,16 @@
237237
<Compile Include="Protocols\Versioning.cs" />
238238
<Compile Include="Protocols\Wrapper\ChannelWrapper.cs" />
239239
<Compile Include="Protocols\Wrapper\MessageSinkWrapper.cs" />
240+
<Compile Include="Security\AuthCredentials.cs" />
240241
<Compile Include="Security\BasicWindowsAuthProvider.cs" />
241242
<Compile Include="Security\Exceptions\AccountLockedException.cs" />
242243
<Compile Include="Security\Exceptions\AccountNotFoundException.cs" />
243244
<Compile Include="Security\Exceptions\PasswordExpiredException.cs" />
244-
<Compile Include="Security\IAuthenticationClient.cs" />
245-
<Compile Include="Security\SecureRemotePassword\ISrpHash.cs" />
246-
<Compile Include="Security\SecureRemotePassword\SrpClient.cs" />
247-
<Compile Include="Security\SecureRemotePassword\SrpEphemeral.cs" />
248-
<Compile Include="Security\SecureRemotePassword\SrpHash.cs" />
249-
<Compile Include="Security\SecureRemotePassword\SrpInteger.cs" />
250-
<Compile Include="Security\SecureRemotePassword\SrpParameters.cs" />
251-
<Compile Include="Security\SecureRemotePassword\SrpServer.cs" />
252-
<Compile Include="Security\SecureRemotePassword\SrpSession.cs" />
253-
<Compile Include="Security\SimpleAuthenticationClient.cs" />
245+
<Compile Include="Security\SecureRemotePassword\ISrpAccount.cs" />
246+
<Compile Include="Security\SecureRemotePassword\ISrpAccountRepository.cs" />
247+
<Compile Include="Security\SecureRemotePassword\SrpAuthenticationProvider.cs" />
248+
<Compile Include="Security\SecureRemotePassword\SrpCredentials.cs" />
249+
<Compile Include="Security\SecureRemotePassword\SrpProtocolConstants.cs" />
254250
<Compile Include="Security\WindowsSecurityTools.cs" />
255251
<Compile Include="CustomSerializationContainer.cs" />
256252
<Compile Include="SerializationHandlerRepository.cs" />

source/Zyan.Communication/Zyan.Communication.Fx3.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<HintPath>..\packages\Zyan.SafeDeserializationHelpers.0.5.0\lib\net35\Zyan.SafeDeserializationHelpers.dll</HintPath>
7171
</Reference>
7272
<Reference Include="srp">
73-
<HintPath>..\packages\srp.1.0.1\lib\net35\srp.dll</HintPath>
73+
<HintPath>..\packages\srp.1.0.2\lib\net35\srp.dll</HintPath>
7474
<Private>True</Private>
7575
</Reference>
7676
</ItemGroup>

source/Zyan.Communication/Zyan.Communication.Fx4.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<HintPath>..\packages\Zyan.SafeDeserializationHelpers.0.5.0\lib\net35\Zyan.SafeDeserializationHelpers.dll</HintPath>
5959
</Reference>
6060
<Reference Include="srp">
61-
<HintPath>..\packages\srp.1.0.1\lib\net40\srp.dll</HintPath>
61+
<HintPath>..\packages\srp.1.0.2\lib\net40\srp.dll</HintPath>
6262
<Private>True</Private>
6363
</Reference>
6464
</ItemGroup>

source/Zyan.Communication/Zyan.Communication.Fx45.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
<Private>True</Private>
8080
</Reference>
8181
<Reference Include="srp">
82-
<HintPath>..\packages\srp.1.0.1\lib\net45\srp.dll</HintPath>
82+
<HintPath>..\packages\srp.1.0.2\lib\net45\srp.dll</HintPath>
8383
</Reference>
8484
</ItemGroup>
8585
<ItemGroup>

source/Zyan.Communication/Zyan.Communication.Mono.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
<HintPath>..\packages\Zyan.SafeDeserializationHelpers.0.5.0\lib\net35\Zyan.SafeDeserializationHelpers.dll</HintPath>
7676
</Reference>
7777
<Reference Include="srp">
78-
<HintPath>..\packages\srp.1.0.1\lib\net45\srp.dll</HintPath>
78+
<HintPath>..\packages\srp.1.0.2\lib\net45\srp.dll</HintPath>
7979
<Private>True</Private>
8080
</Reference>
8181
</ItemGroup>

source/Zyan.Communication/Zyan.Communication.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<HintPath>..\packages\Zyan.SafeDeserializationHelpers.0.5.0\lib\net35\Zyan.SafeDeserializationHelpers.dll</HintPath>
7777
</Reference>
7878
<Reference Include="srp">
79-
<HintPath>..\packages\srp.1.0.1\lib\net45\srp.dll</HintPath>
79+
<HintPath>..\packages\srp.1.0.2\lib\net45\srp.dll</HintPath>
8080
<Private>True</Private>
8181
</Reference>
8282
</ItemGroup>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="srp" version="1.0.1" targetFramework="net46" />
3+
<package id="srp" version="1.0.2" targetFramework="net46" />
44
<package id="Zyan.SafeDeserializationHelpers" version="0.5.0" targetFramework="net35" />
55
</packages>

source/Zyan.Tests/Zyan.Tests.Fx3.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<HintPath>..\packages\Zyan.SafeDeserializationHelpers.0.5.0\lib\net35\Zyan.SafeDeserializationHelpers.dll</HintPath>
6666
</Reference>
6767
<Reference Include="srp">
68-
<HintPath>..\packages\srp.1.0.1\lib\net35\srp.dll</HintPath>
68+
<HintPath>..\packages\srp.1.0.2\lib\net35\srp.dll</HintPath>
6969
</Reference>
7070
</ItemGroup>
7171
<ItemGroup>

0 commit comments

Comments
 (0)