Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | To set and get unexoposed fields. | ||||
* | lib: SRPUser: add news functions | siddharth | 2022-05-14 | 1 | -0/+16 |
| | | | | To set and get unexoposed fields. | ||||
* | lib: SRPServer: add GetUser | siddharth | 2022-05-14 | 1 | -0/+9 |
| | |||||
* | lib: srp: update SRPClientSession | siddharth | 2022-05-14 | 1 | -0/+2 |
| | | | | Add `loggedIn` field. | ||||
* | lib: srp: update SRPUser | siddharth | 2022-05-14 | 1 | -0/+2 |
| | | | | Add `loggedIn` field. | ||||
* | lib: update SRPClient | siddharth | 2022-04-30 | 1 | -1/+1 |
| | | | | Change session -> Session and make it pointer type. | ||||
* | 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 |