Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-18 | format everything with rustfmt | Brian Warner | |
2017-12-05 | update to curve25519-dalek-0.14 | Brian Warner | |
2017-11-29 | (cargo-release) start next development iteration 0.0.4-alpha.0 | Brian Warner | |
2017-11-29 | (cargo-release) version 0.0.3 | Brian Warner | |
2017-11-29 | update to hkdf-0.3 and sha2-0.7 (new Digest API) | Brian Warner | |
2017-11-25 | update to curve25519-dalek 0.13 | Brian Warner | |
2017-11-25 | travis: fix test invocation | Brian Warner | |
2017-11-25 | travis: add OS-X | Brian Warner | |
2017-11-15 | README: add badge for codecov.io | Brian Warner | |
2017-11-15 | update to hex-0.3 | Brian Warner | |
2017-11-01 | srp v0.2.4 | Артём Павлов [Artyom Pavlov] | |
2017-11-01 | Fix a typo (#2) | quininer | |
2017-10-12 | update to the curve25519-dalek 0.12 API | Brian Warner | |
2017-10-08 | add test coverage (cargo-tarpaulin) and codecov.io reporting | Brian Warner | |
2017-09-21 | release 0.0.2, still preliminary | Brian Warner | |
2017-09-21 | add benchmarks: run 'cargo bench' | Brian Warner | |
2017-09-21 | comment out debug messages | Brian Warner | |
2017-09-21 | move from (unmaintained) rust-crypto to RustCrypto ('sha2' crate) | Brian Warner | |
Also upgrade to curve25519-dalek 0.11, hkdf-0.2, refine error types, add more tests. | |||
2017-09-04 | hush remaining lints, thanks clippy for the suggestions | Brian Warner | |
2017-09-04 | fix several clippy lints | Brian Warner | |
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 | Readme udpate | Артём Павлов [Artyom Pavlov] | |
2017-08-14 | PAKE repository reorganization | Артём Павлов [Artyom Pavlov] | |
2017-08-14 | doc fixes | Артём Павлов [Artyom Pavlov] | |
2017-08-14 | v0.2.0 | Артём Павлов [Artyom Pavlov] | |
2017-08-13 | Docs update | Артём Павлов [Artyom Pavlov] | |
2017-08-13 | Pinning dependency versions | Артём Павлов [Artyom Pavlov] | |
2017-08-13 | Cargo.toml updates | Артём Павлов [Artyom Pavlov] | |
2017-08-13 | typo fix | Артём Павлов [Artyom Pavlov] | |
2017-08-13 | First commit | Артём Павлов [Artyom Pavlov] | |
2017-08-01 | Merge PR1: update docs | Brian Warner | |
2017-08-01 | Add badges for crates.io and docs.rs to the README. | Isis Lovecruft | |
2017-08-01 | Link to https://docs.rs/spake2 for doc builds. | Isis Lovecruft | |
2017-07-31 | Cargo.toml: fix the travis badge URL | Brian Warner | |
2017-07-31 | prep for preliminary 0.0.1 release | Brian Warner | |
* add Cargo.toml metadata * add travis badge * exclude .gitignore | |||
2017-05-30 | fix all tests, refactor some code for easier testing | Brian Warner | |
2017-05-25 | fix incorrect tests | Brian Warner | |
the messages now match what I expect, but the final key does not. Next step is to compare transcripts. | |||
2017-05-25 | fix test_sizes: needed to strip side-byte before transcript hash | Brian Warner | |
2017-05-25 | slow progress, got password-to-scalar working | Brian Warner | |
* ported spake2.py password-to-scalar function, since dalek's built-in one does it differently * added "side" byte in messages: emit in start(), strip+check in input() * rewrote transcript-hashing (since transcript is fixed-size) This adds a lot of debug prints, and moves a bunch of test-only code into the top level, all of which will need to be undone eventually. | |||
2017-05-24 | change the nature of the failure. still wrong, but better wrong! | Brian Warner | |
2017-05-24 | improvements for tests, which of course fail | Brian Warner | |
2017-05-24 | README: add travis badge | Brian Warner | |
2017-05-24 | add travis-CI | Brian Warner | |
2017-05-24 | add support for symmetric mode | Brian Warner | |
2017-05-24 | README: warn people away from thinking this is ready for use | Brian Warner | |
2017-05-24 | add github-provided boilerplate: LICENSE, README, .gitignore | Brian Warner | |
2017-05-24 | fix blinding factors, implement full algorithm | Brian Warner | |
2017-05-23 | more progress, make some dummy implementations pass tests | Brian Warner | |