Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-18 | use hashed key to compute MHEADmaster | HimbeerserverDE | |
2023-02-17 | include salt in client proof | HimbeerserverDE | |
2023-02-17 | exclude password from hash used in client proof | HimbeerserverDE | |
2023-02-17 | include username in client proof | HimbeerserverDE | |
2023-02-17 | clippy: needless borrow | HimbeerserverDE | |
2023-02-17 | rfc compliant client proof | HimbeerserverDE | |
2022-11-30 | srp: bump `rand` to v0.8 (#113) | Tony Arcieri | |
It's under `dev-dependencies` and used for tests. | |||
2022-11-30 | srp: switch from `sha-1` to `sha1` (#112) | Tony Arcieri | |
The former is deprecated. Note: `dev-dependencies` only | |||
2022-10-05 | Fix a typo (#107) | Dirk Stolle | |
2022-01-22 | srp v0.6.0 (#84) | Tony Arcieri | |
2022-01-22 | srp: rebuild library (#79) | Josh Brown | |
Complete rewrite of the SRP library. Includes many improvements over the old library: - Improved file and code organization - Access to individual SRP computations - Consistent sever and client API - Simpler API - Improved documentation with tests in documentation - New tests for compatibility with the RFC - Bumps dependencies - Timing safe verification comparisons - Modernized error handling | |||
2021-12-20 | 2021 edition bump + doc improvements; MSRV 1.56 (#80) | Tony Arcieri | |
- Bumps both `spake2` and `srp` to Rust 2021 edition - Uses the new `doc = include_str!(...)` attribute to include README.md files in the rustdoc - Improves the README.md files, adding an initial one for `srp` - clippy fixes for Rust 1.56 | |||
2021-12-20 | srp: replace custom powm with modpow (#78) | Josh Brown | |
2021-07-24 | Fix typo over -> other (#60) | Sosthene-Guedon | |
2021-06-21 | srp: fix typos in docstrings (#58) | Luca Bruno | |
This fixes a few minor typos in docstrings. | |||
2021-04-30 | Bump num-bigint from 0.2.6 to 0.4.0 (#46) | dependabot[bot] | |
Bumps [num-bigint](https://github.com/rust-num/num-bigint) from 0.2.6 to 0.4.0. - [Release notes](https://github.com/rust-num/num-bigint/releases) - [Changelog](https://github.com/rust-num/num-bigint/blob/master/RELEASES.md) - [Commits](https://github.com/rust-num/num-bigint/compare/num-bigint-0.2.6...num-bigint-0.4.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | |||
2021-04-30 | Bump generic-array from 0.12.3 to 0.14.4 (#45) | dependabot[bot] | |
Bumps [generic-array](https://github.com/fizyk20/generic-array) from 0.12.3 to 0.14.4. - [Release notes](https://github.com/fizyk20/generic-array/releases) - [Changelog](https://github.com/fizyk20/generic-array/blob/master/CHANGELOG.md) - [Commits](https://github.com/fizyk20/generic-array/compare/0.12.3...0.14.4) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | |||
2021-04-30 | Migrate to GitHub Actions (#42) | Tony Arcieri | |
Uses the standard boilerplate we've been using for other projects | |||
2020-10-07 | srp v0.5.0 (#38) | Tony Arcieri | |
2020-10-07 | Bump digest, sha-1, and sha2 dependencies to v0.9 (#37) | Masih Yeganeh | |
2019-11-07 | srp v0.4.3 | newpavlov | |
2019-11-07 | remove num_traits dep | newpavlov | |
2019-11-06 | Switch from num to num-traits and num-bigint (#31) | est31 | |
2019-08-13 | Fix spelling errors. | Brenden Matthews | |
2019-04-07 | srp doc fix. closes #16 | Артём Павлов [Artyom Pavlov] | |
2018-12-20 | srp: release srp-0.4.0 | Brian Warner | |
2018-12-20 | srp/Cargo.toml: remember to bump minor version for next release | Brian Warner | |
Since edition=2018 means we'll require rust-1.31 | |||
2018-12-06 | update srp to idioms of edition-2018 | Brian Warner | |
2018-12-06 | srp: fix to work with edition-2018 | Brian Warner | |
2018-12-06 | srp: fix some low-hanging clippy warnings | Brian Warner | |
2018-11-28 | deps: update srp to lazy_static-1.2 | Brian Warner | |
2018-11-27 | deps: update to rand-0.6 | Brian Warner | |
2018-10-23 | update SRP dependencies | Артём Павлов [Artyom Pavlov] | |
2018-10-17 | spake2 code reorganization (#6) | Artyom Pavlov | |
2018-10-17 | add doc logo | newpavlov | |
2018-10-17 | replaced / with OR in license fields | newpavlov | |
2018-10-16 | reformat all code to match rustfmt-1.29.0 | Brian Warner | |
2018-10-16 | Cargo.toml: update repo URLs | Brian Warner | |
finish relicensing spake2 to MIT/Apache-2.0 | |||
2018-04-14 | doc update | newpavlov | |
2017-11-01 | srp v0.2.4 | Артём Павлов [Artyom Pavlov] | |
2017-11-01 | Fix a typo (#2) | quininer | |
2017-08-18 | Clippy updates | Артём Павлов [Artyom Pavlov] | |
2017-08-17 | Updated srp docs | newpavlov | |
2017-08-14 | Fixed CI badge for SRP | Артём Павлов [Artyom Pavlov] | |
2017-08-14 | PAKE repository reorganization | Артём Павлов [Artyom Pavlov] | |