Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib: `SRPUser`: add Ident | siddharth ravikumar | 2022-07-23 | 1 | -0/+4 |
* | lib: `SRPUser`: add ComputeVerifier | siddharth ravikumar | 2022-07-23 | 1 | -6/+11 |
* | lib: srp: SRPUser: add `GetScramblingParam` | siddharth ravikumar | 2022-06-30 | 1 | -0/+4 |
* | lib: srp: update session key mac | siddharth ravikumar | 2022-06-29 | 1 | -2/+5 |
* | lib: add handling for simplified srp | siddharth ravikumar | 2022-06-12 | 1 | -0/+83 |
* | lib: bastardize srp implementation | siddharth ravikumar | 2022-05-30 | 1 | -10/+0 |
* | lib: srp: add SRPClientSession.SetSessionKey | siddharth ravikumar | 2022-05-30 | 1 | -0/+4 |
* | update name in copyright | siddharth ravikumar | 2022-05-23 | 1 | -1/+1 |
* | challenge: finish challenge 36v0.36.0 | siddharth | 2022-05-14 | 1 | -20/+0 |
* | challeng: c36: implement logout | siddharth | 2022-05-14 | 1 | -0/+3 |
* | lib: SRPClient: add news functions | siddharth | 2022-05-14 | 1 | -0/+29 |
* | lib: SRPUser: add news functions | siddharth | 2022-05-14 | 1 | -0/+16 |
* | lib: SRPServer: add GetUser | siddharth | 2022-05-14 | 1 | -0/+9 |
* | lib: srp: update SRPClientSession | siddharth | 2022-05-14 | 1 | -0/+2 |
* | lib: srp: update SRPUser | siddharth | 2022-05-14 | 1 | -0/+2 |
* | lib: update SRPClient | siddharth | 2022-04-30 | 1 | -1/+1 |
* | lib: add SRPServer.RegisterUser | siddharth | 2022-04-30 | 1 | -1/+11 |
* | lib: add srp mac verification functions | siddharth | 2022-04-16 | 1 | -0/+14 |
* | lib: add srp session key functions | siddharth | 2022-04-11 | 1 | -0/+77 |
* | lib: add srp scrambling parameter functions | siddharth | 2022-04-10 | 1 | -0/+58 |
* | lib: add srp ephemeral functions | siddharth | 2022-04-10 | 1 | -0/+51 |
* | lib: add NewSRPClientSession | siddharth | 2022-04-09 | 1 | -0/+30 |
* | lib: flesh out SRPUser | siddharth | 2022-04-06 | 1 | -0/+133 |