]> git.lizzy.rs Git - PAKEs.git/shortlog
PAKEs.git
2018-10-16 Brian Warnerdelete spake2/.travis.yml and .gitignore, subsumed...
2018-10-16 Brian WarnerMerge branch 'rustfmt'
2018-10-16 Brian Warnerreformat all code to match rustfmt-1.29.0
2018-10-16 Brian Warnertravis: cargo fmt now wants --check
2018-10-16 Brian Warnertravis: need to install rustfmt component
2018-10-16 Brian Warnertravis: test rustfmt too
2018-10-16 Brian Warnerspake2/Cargo.toml: add metadata to fix cargo-release...
2018-10-16 Brian WarnerCargo.toml: update repo URLs
2018-10-16 Brian WarnerREADMEs: relicense spake2 under dual MIT+Apache2
2018-10-16 Brian WarnerCargo.toml: add spake2 to the workspace
2018-10-16 Артём Павлов... readme update
2018-10-16 Brian WarnerAdd 'spake2/' from commit 'f6e9d07dffa9a9b39f203c23043f...
2018-09-24 Brian WarnerREADME/Cargo.toml: add more badges
2018-08-21 Brian Warner(cargo-release) start next development iteration 0...
2018-08-21 Brian Warner(cargo-release) version 0.1.0
2018-08-21 Brian WarnerREADME: oops, I was supposed to bump the minor version...
2018-08-21 Brian Warner(cargo-release) start next development iteration 0...
2018-08-21 Brian Warner(cargo-release) version 0.0.9
2018-08-21 Brian WarnerREADME: soften the disclaimer by roughly 24%
2018-08-21 Brian Warnercargo fmt
2018-08-21 Brian Warnerupdate deps: hkdf-0.6
2018-07-27 Brian Warnerupdate deps: curve25519-dalek=0.19
2018-07-19 Brian Warnerforbid unsafe_code, and warnings durings tests
2018-06-26 Brian Warnerupdate deps: curve25519-dalek=0.18
2018-06-03 Brian Warneruse newtypes for Password and Identity to avoid usage...
2018-05-26 Brian Warner(cargo-release) start next development iteration 0...
2018-05-26 Brian Warner(cargo-release) version 0.0.8
2018-05-26 Brian Warnerupdate deps: num-bigint=0.2
2018-05-25 Brian Warner(cargo-release) start next development iteration 0...
2018-05-25 Brian Warner(cargo-release) version 0.0.7
2018-05-25 Brian Warnertravis: add rustfmt, ignore WIP-* branches
2018-05-25 Brian Warnerderive Eq and PartialEq too
2018-05-25 Brian WarnerCargo.toml: remove redundant dev-dep on hex
2018-05-25 Brian Warnerimplement Debug for SPAKE2, to help downstream applicat...
2018-05-23 Brian Warner(cargo-release) start next development iteration 0...
2018-05-23 Brian Warner(cargo-release) version 0.0.6
2018-05-23 Brian Warnercargo fmt
2018-05-22 Brian WarnerCargo.toml: update to latest hkdf
2018-05-22 Brian WarnerCargo.toml: update to latest rand and curve25519-dalek
2018-04-29 Brian Warner(cargo-release) start next development iteration 0...
2018-04-29 Brian Warner(cargo-release) version 0.0.5
2018-04-14 newpavlovdoc update
2018-03-24 Brian Warnerupdate to curve25519-dalek-0.16
2018-03-24 Brian Warnerupdate to hkdf-0.4
2018-03-06 Brian Warnerupdate to curve25519-dalek-0.15
2018-02-27 Brian Warnerremove redundant field names, thanks clippy
2018-02-11 Brian Warnerspake2.rs: remove unnecessary ref, thanks clippy
2018-01-28 Brian Warner(cargo-release) start next development iteration 0...
2018-01-28 Brian Warner(cargo-release) version 0.0.4
2018-01-25 Brian Warnerupdate to rand-0.4, since dalek-0.14.4 uses it
2017-12-19 Brian Warnerformat everything with rustfmt
2017-12-06 Brian Warnerupdate to curve25519-dalek-0.14
2017-11-29 Brian Warner(cargo-release) start next development iteration 0...
2017-11-29 Brian Warner(cargo-release) version 0.0.3
2017-11-29 Brian Warnerupdate to hkdf-0.3 and sha2-0.7 (new Digest API)
2017-11-25 Brian Warnerupdate to curve25519-dalek 0.13
2017-11-25 Brian Warnertravis: fix test invocation
2017-11-25 Brian Warnertravis: add OS-X
2017-11-15 Brian WarnerREADME: add badge for codecov.io
2017-11-15 Brian Warnerupdate to hex-0.3
2017-11-01 Артём Павлов... srp v0.2.4
2017-11-01 quininerFix a typo (#2)
2017-10-12 Brian Warnerupdate to the curve25519-dalek 0.12 API
2017-10-08 Brian Warneradd test coverage (cargo-tarpaulin) and codecov.io...
2017-09-21 Brian Warnerrelease 0.0.2, still preliminary
2017-09-21 Brian Warneradd benchmarks: run 'cargo bench'
2017-09-21 Brian Warnercomment out debug messages
2017-09-21 Brian Warnermove from (unmaintained) rust-crypto to RustCrypto...
2017-09-04 Brian Warnerhush remaining lints, thanks clippy for the suggestions
2017-09-04 Brian Warnerfix several clippy lints
2017-08-17 Артём Павлов... Clippy updates
2017-08-17 newpavlovUpdated srp docs
2017-08-14 Артём Павлов... Fixed CI badge for SRP
2017-08-14 Артём Павлов... Readme udpate
2017-08-14 Артём Павлов... PAKE repository reorganization
2017-08-14 Артём Павлов... doc fixes
2017-08-14 Артём Павлов... v0.2.0
2017-08-13 Артём Павлов... Docs update
2017-08-13 Артём Павлов... Pinning dependency versions
2017-08-13 Артём Павлов... Cargo.toml updates
2017-08-13 Артём Павлов... typo fix
2017-08-13 Артём Павлов... First commit
2017-08-01 Brian WarnerMerge PR1: update docs
2017-08-01 Isis LovecruftAdd badges for crates.io and docs.rs to the README.
2017-08-01 Isis LovecruftLink to https://docs.rs/spake2 for doc builds.
2017-08-01 Brian WarnerCargo.toml: fix the travis badge URL
2017-08-01 Brian Warnerprep for preliminary 0.0.1 release
2017-05-30 Brian Warnerfix all tests, refactor some code for easier testing
2017-05-25 Brian Warnerfix incorrect tests
2017-05-25 Brian Warnerfix test_sizes: needed to strip side-byte before transc...
2017-05-25 Brian Warnerslow progress, got password-to-scalar working
2017-05-25 Brian Warnerchange the nature of the failure. still wrong, but...
2017-05-25 Brian Warnerimprovements for tests, which of course fail
2017-05-24 Brian WarnerREADME: add travis badge
2017-05-24 Brian Warneradd travis-CI
2017-05-24 Brian Warneradd support for symmetric mode
2017-05-24 Brian WarnerREADME: warn people away from thinking this is ready...
2017-05-24 Brian Warneradd github-provided boilerplate: LICENSE, README, ...
2017-05-24 Brian Warnerfix blinding factors, implement full algorithm
2017-05-24 Brian Warnermore progress, make some dummy implementations pass...
next