Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SRP-6a authentication #44

Closed
yallie opened this issue May 15, 2018 · 1 comment
Closed

SRP-6a authentication #44

yallie opened this issue May 15, 2018 · 1 comment
Milestone

Comments

@yallie
Copy link
Member

yallie commented May 15, 2018

Advanced protocols like SRP-6a perform authentication in several steps.
So passing credentials isn't enough for performing the authentication.
Zyan needs some extension points for multi-step authentication.

References:

@yallie yallie added this to the 2.11 milestone May 15, 2018
yallie added a commit to yallie/Zyan that referenced this issue May 16, 2018
yallie added a commit to yallie/Zyan that referenced this issue May 16, 2018
yallie added a commit to yallie/Zyan that referenced this issue May 16, 2018
yallie added a commit to yallie/Zyan that referenced this issue May 17, 2018
yallie added a commit to yallie/Zyan that referenced this issue May 17, 2018
yallie added a commit to yallie/Zyan that referenced this issue May 17, 2018
Added unit test project for .NET Framework v3.5 to test SRP-6a protocol with the custom BigInteger class.
yallie added a commit to yallie/Zyan that referenced this issue May 18, 2018
yallie added a commit to yallie/Zyan that referenced this issue May 18, 2018
Hashtable is implicitly convertable to AuthCredentials for the backwards compatibility.
yallie added a commit to yallie/Zyan that referenced this issue May 18, 2018
yallie added a commit to yallie/Zyan that referenced this issue May 18, 2018
yallie added a commit to yallie/Zyan that referenced this issue May 18, 2018
yallie added a commit to yallie/Zyan that referenced this issue May 18, 2018
yallie added a commit to yallie/Zyan that referenced this issue May 18, 2018
yallie added a commit to yallie/Zyan that referenced this issue May 18, 2018
yallie added a commit to yallie/Zyan that referenced this issue May 18, 2018
yallie added a commit to yallie/Zyan that referenced this issue May 18, 2018
yallie added a commit to yallie/Zyan that referenced this issue May 18, 2018
yallie added a commit to yallie/Zyan that referenced this issue May 18, 2018
yallie added a commit to yallie/Zyan that referenced this issue May 18, 2018
yallie added a commit to yallie/Zyan that referenced this issue May 18, 2018
yallie added a commit to yallie/Zyan that referenced this issue May 18, 2018
Added support for custom SrpParameters to the both of them.
@yallie yallie changed the title Multi-step authentication SRP-6a authentication May 18, 2018
yallie added a commit to yallie/Zyan that referenced this issue May 18, 2018
yallie added a commit to yallie/Zyan that referenced this issue May 18, 2018
yallie added a commit to yallie/Zyan that referenced this issue May 18, 2018
yallie added a commit to yallie/Zyan that referenced this issue May 18, 2018
yallie added a commit to yallie/Zyan that referenced this issue May 22, 2018
@yallie
Copy link
Member Author

yallie commented Jun 2, 2018

Moved the SRP implementation to a separate repository:
https://github.com/secure-remote-password/srp.net

Nuget package: https://www.nuget.org/packages/srp

@yallie yallie closed this as completed Nov 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant