Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-07 | Bump digest, sha-1, and sha2 dependencies to v0.9 (#37) | Masih Yeganeh | |
2020-10-07 | Bump MSRV to 1.41.0 (#36) | Tony Arcieri | |
2019-11-07 | srp v0.4.3 | newpavlov | |
2019-11-07 | remove num_traits dep | newpavlov | |
2019-11-06 | spake2: update to hex-0.4 | Brian Warner | |
2019-11-06 | Switch from num to num-traits and num-bigint (#31) | est31 | |
2019-08-28 | Merge branch 'pr28' | Brian Warner | |
2019-08-13 | Fix spelling errors. | Brenden Matthews | |
2019-08-07 | spake2: tighten the curve25519-dalek dependency to 1.2.x | Brian Warner | |
This was just "1", which allowed our MSRV to be accidentally raised from 1.31 to 1.32 without a deliberate spake2 minor-version bump (dalek-1.0.x compiles with rustc-1.31, but dalek-1.1.x required 1.32). Hopefully by making it "1.2", our MSRV will remain at 1.32 until we explicitly decide to take on a dependency that needs something newer. refs #21 | |||
2019-08-07 | travis: use rust 'stable' for rustfmt check | Brian Warner | |
This was previously locked down at a specific version (1.31.0, much older than the current 1.36), so we'd get consistent behavior over time. But since we allow the rustfmt build to fail (it's in allow_failures), we don't need this consistency so much. PR authors are expected to format their code against the current stable rustfmt, but test it against the MSRV (currently 1.32.0). refs #21 | |||
2019-08-07 | Merge branch '21-pin-travis' | Brian Warner | |
refs #21 | |||
2019-08-07 | document MSRV, remove 1.31.1 from travis | Brian Warner | |
2019-08-07 | oops, be more specific about the rust version: 1.32.0 | Brian Warner | |
2019-08-07 | travis: exercise 1.31.1 and 1.32 | Brian Warner | |
1.31.1 is our intended MSRV (Minimum Supported Rust Version), but we probably don't actually work there because of an insufficiently-constrained dependency that requires 1.32. 1.32 is probably our actual MSRV, and will be the one we aim for going forward. refs #21 | |||
2019-08-07 | Merge branch '21-update-hkdf' | Brian Warner | |
refs #21 | |||
2019-08-06 | update spake2 to current hkdf-0.8 | Brian Warner | |
2019-07-18 | spake2/Cargo.toml: num-bigint is merely a dev-dependency | Brian Warner | |
We only use it in unit tests. This might help with no-std, so refs #15 | |||
2019-04-07 | srp doc fix. closes #16 | Артём Павлов [Artyom Pavlov] | |
2018-12-20 | (cargo-release) start next development iteration spake2-v0.2.1-alpha.0 | Brian Warner | |
2018-12-20 | (cargo-release) spake2-v0.2.0 | Brian Warner | |
2018-12-20 | srp: release srp-0.4.0 | Brian Warner | |
2018-12-20 | Merge branch 'edition-2018' | 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-13 | Use curve25519-dalek v1 | Henry de Valence | |
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-12-06 | update spake2 to edition-2018 | Brian Warner | |
2018-12-06 | reformat using rustfmt from latest 1.31.0 | Brian Warner | |
2018-12-06 | spake2: Merge PR11: better Debug impl | Brian Warner | |
2018-12-06 | add group name to SPAKE2 Debug impl | Brian Warner | |
2018-12-03 | More idiomatic Debug impl | Richo Healey | |
2018-11-29 | travis: update RUSTFMT to use rust-1.30 instead of 1.29 | Brian Warner | |
2018-11-29 | Merge PR10: update-deps | Brian Warner | |
2018-11-29 | fix rustfmt | 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-29 | fix spake2 doctests | Brian Warner | |
2018-10-29 | spake2: add docs and basic doctest to lib.rs | Brian Warner | |
2018-10-23 | update SRP dependencies | Артём Павлов [Artyom Pavlov] | |
2018-10-20 | README: add deps.rs badge | Brian Warner | |
2018-10-17 | update spake2 deps (sha2-0.8, hkdf-0.7) | Brian Warner | |
2018-10-17 | travis: allow rustfmt to fail | Brian Warner | |
I'm on the fence about this, but I have to admit that having your PR fail because of formatting issues isn't a great experience for new contributors. We will need to run `cargo fmt` ourselves on a regular basis. | |||
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 | (cargo-release) start next development iteration spake2-v0.1.2-alpha.0 | Brian Warner | |
2018-10-16 | (cargo-release) spake2-v0.1.1 | Brian Warner | |
2018-10-16 | spake2/Cargo.toml: update keywords, description, categories | Brian Warner | |
2018-10-16 | spake2: update to latest deps (curve25519-dalek-0.21) | Brian Warner | |