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

Support SRP Login #640

Merged
merged 8 commits into from
Oct 29, 2024
Merged

Support SRP Login #640

merged 8 commits into from
Oct 29, 2024

Commits on Oct 18, 2024

  1. update readme

    MattKiazyk committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    aca4e0a View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    e04ed02 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Configuration menu
    Copy the full SHA
    2ed84ef View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. SRP Login works now

    - 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
    abiligiri committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    9b107ec View commit details
    Browse the repository at this point in the history
  2. 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
    abiligiri committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    dc22b91 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Configuration menu
    Copy the full SHA
    69e667c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42c2c6b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #638 from abiligiri/SRPLogin_fix

    SRP Login works now
    MattKiazyk authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    29bf770 View commit details
    Browse the repository at this point in the history