-
Notifications
You must be signed in to change notification settings - Fork 38
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
Labels
Milestone
Comments
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
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
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
added a commit
to yallie/Zyan
that referenced
this issue
May 23, 2018
yallie
added a commit
to yallie/Zyan
that referenced
this issue
May 23, 2018
yallie
added a commit
to yallie/Zyan
that referenced
this issue
May 23, 2018
yallie
added a commit
to yallie/Zyan
that referenced
this issue
May 23, 2018
yallie
added a commit
to yallie/Zyan
that referenced
this issue
May 23, 2018
yallie
added a commit
to yallie/Zyan
that referenced
this issue
Jun 2, 2018
Moved the SRP implementation to a separate repository: Nuget package: https://www.nuget.org/packages/srp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
The text was updated successfully, but these errors were encountered: