Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2018-10-16 | delete spake2/.travis.yml and .gitignore, subsumed by top-level files | Brian Warner | |
2018-10-16 | Merge branch 'rustfmt' | Brian Warner | |
2018-10-16 | reformat all code to match rustfmt-1.29.0 | Brian Warner | |
2018-10-16 | travis: cargo fmt now wants --check | Brian Warner | |
2018-10-16 | travis: need to install rustfmt component | Brian Warner | |
2018-10-16 | travis: test rustfmt too | Brian Warner | |
2018-10-16 | spake2/Cargo.toml: add metadata to fix cargo-release commit messages | Brian Warner | |
This ensures that our tags and automatically-generated commits (before and after each release, automated by 'cargo-release') refer to the correct version strings, like "spake2-v0.1.0". The default tag would be "spake2-0.1.0", and the commit messages wouldn't mention "spake2" at all (which might get confusing now that we have multiple crates in a single repo). | |||
2018-10-16 | Cargo.toml: update repo URLs | Brian Warner | |
finish relicensing spake2 to MIT/Apache-2.0 | |||
2018-10-16 | READMEs: relicense spake2 under dual MIT+Apache2 | Brian Warner | |
Also update spake2 protocol URL, update badges. | |||
2018-10-16 | Cargo.toml: add spake2 to the workspace | Brian Warner | |
2018-10-16 | readme update | Артём Павлов [Artyom Pavlov] | |
2018-10-15 | Add 'spake2/' from commit 'f6e9d07dffa9a9b39f203c23043f93337ebe1ab6' | Brian Warner | |
git-subtree-dir: spake2 git-subtree-mainline: 1afa40d15b0c2cecc989bdfc67a5251aa5cd5954 git-subtree-split: f6e9d07dffa9a9b39f203c23043f93337ebe1ab6 This moves https://github.com/warner/spake2.rs into the "spake2/" subdirectory of https://github.com/RustCrypto/PAKEs . I'll move the release tags over next, then update the travis config and READMEs. | |||
2018-09-24 | README/Cargo.toml: add more badges | Brian Warner | |
2018-08-20 | (cargo-release) start next development iteration 0.1.1-alpha.0 | Brian Warner | |
2018-08-20 | (cargo-release) version 0.1.0 | Brian Warner | |