-
Notifications
You must be signed in to change notification settings - Fork 310
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
Support SRP Login #640
Merged
Merged
Support SRP Login #640
Commits on Oct 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for aca4e0a - Browse repository at this point
Copy the full SHA aca4e0aView commit details
Commits on Oct 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e04ed02 - Browse repository at this point
Copy the full SHA e04ed02View commit details
Commits on Oct 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2ed84ef - Browse repository at this point
Copy the full SHA 2ed84efView commit details
Commits on Oct 28, 2024
-
- Switch to use https://github.com/adam-fowler/swift-srp with some modifications that are local - Pad g value to equal size of N while calculating clientProof - Use SHA256(plain-text-password) while computing key using PBKDF2 - Added a unit test with some sample values
Configuration menu - View commit details
-
Copy full SHA for 9b107ec - Browse repository at this point
Copy the full SHA 9b107ecView commit details -
Use swift-srp from remote source
- Use from https://github.com/abiligiri/swift-srp, version 1.1.0 This is based on latest from upstream with changes required - Remove local copy of swift-srp
Configuration menu - View commit details
-
Copy full SHA for dc22b91 - Browse repository at this point
Copy the full SHA dc22b91View commit details
Commits on Oct 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 69e667c - Browse repository at this point
Copy the full SHA 69e667cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 42c2c6b - Browse repository at this point
Copy the full SHA 42c2c6bView commit details -
Merge pull request #638 from abiligiri/SRPLogin_fix
SRP Login works now
Configuration menu - View commit details
-
Copy full SHA for 29bf770 - Browse repository at this point
Copy the full SHA 29bf770View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.