]> git.lizzy.rs Git - PAKEs.git/log
PAKEs.git
14 months agouse hashed key to compute M master
HimbeerserverDE [Sat, 18 Feb 2023 16:08:35 +0000 (17:08 +0100)]
use hashed key to compute M

14 months agoinclude salt in client proof
HimbeerserverDE [Fri, 17 Feb 2023 21:42:04 +0000 (22:42 +0100)]
include salt in client proof

14 months agoexclude password from hash used in client proof
HimbeerserverDE [Fri, 17 Feb 2023 21:38:24 +0000 (22:38 +0100)]
exclude password from hash used in client proof

14 months agoinclude username in client proof
HimbeerserverDE [Fri, 17 Feb 2023 21:30:28 +0000 (22:30 +0100)]
include username in client proof

14 months agoclippy: needless borrow
HimbeerserverDE [Fri, 17 Feb 2023 21:17:57 +0000 (22:17 +0100)]
clippy: needless borrow

14 months agorfc compliant client proof
HimbeerserverDE [Fri, 17 Feb 2023 21:17:02 +0000 (22:17 +0100)]
rfc compliant client proof

17 months agoUpdate Cargo.lock
Артём Павлов [Wed, 30 Nov 2022 16:16:31 +0000 (19:16 +0300)]
Update Cargo.lock

17 months agosrp: bump `rand` to v0.8 (#113)
Tony Arcieri [Wed, 30 Nov 2022 15:48:57 +0000 (08:48 -0700)]
srp: bump `rand` to v0.8 (#113)

It's under `dev-dependencies` and used for tests.

17 months agosrp: switch from `sha-1` to `sha1` (#112)
Tony Arcieri [Wed, 30 Nov 2022 15:15:37 +0000 (08:15 -0700)]
srp: switch from `sha-1` to `sha1` (#112)

The former is deprecated. Note: `dev-dependencies` only

18 months agoExtend Dependabot configuration to keep GitHub Actions up to date (#108)
Dirk Stolle [Wed, 5 Oct 2022 09:18:40 +0000 (11:18 +0200)]
Extend Dependabot configuration to keep GitHub Actions up to date (#108)

18 months agoUpdate actions used in GitHub Actions workflows to newest version (#106)
Dirk Stolle [Wed, 5 Oct 2022 09:17:28 +0000 (11:17 +0200)]
Update actions used in GitHub Actions workflows to newest version (#106)

18 months agoFix a typo (#107)
Dirk Stolle [Wed, 5 Oct 2022 09:15:43 +0000 (11:15 +0200)]
Fix a typo (#107)

19 months agobuild(deps): bump digest from 0.10.2 to 0.10.5 (#104)
dependabot[bot] [Fri, 16 Sep 2022 23:35:08 +0000 (17:35 -0600)]
build(deps): bump digest from 0.10.2 to 0.10.5 (#104)

Bumps [digest](https://github.com/RustCrypto/traits) from 0.10.2 to 0.10.5.
- [Release notes](https://github.com/RustCrypto/traits/releases)
- [Commits](https://github.com/RustCrypto/traits/compare/digest-v0.10.2...digest-v0.10.5)

---
updated-dependencies:
- dependency-name: digest
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
20 months agobuild(deps): bump generic-array from 0.14.5 to 0.14.6 (#103)
dependabot[bot] [Wed, 3 Aug 2022 00:36:46 +0000 (18:36 -0600)]
build(deps): bump generic-array from 0.14.5 to 0.14.6 (#103)

Bumps [generic-array](https://github.com/fizyk20/generic-array) from 0.14.5 to 0.14.6.
- [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/commits)

---
updated-dependencies:
- dependency-name: generic-array
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years agoupdate Cargo.lock
Артём Павлов [Artyom Pavlov] [Thu, 10 Feb 2022 23:17:26 +0000 (02:17 +0300)]
update Cargo.lock

2 years agobuild(deps): bump hkdf from 0.12.0 to 0.12.2 (#94)
dependabot[bot] [Fri, 28 Jan 2022 15:45:23 +0000 (08:45 -0700)]
build(deps): bump hkdf from 0.12.0 to 0.12.2 (#94)

Bumps [hkdf](https://github.com/RustCrypto/KDFs) from 0.12.0 to 0.12.2.
- [Release notes](https://github.com/RustCrypto/KDFs/releases)
- [Commits](https://github.com/RustCrypto/KDFs/compare/hkdf-v0.12.0...hkdf-v0.12.2)

---
updated-dependencies:
- dependency-name: hkdf
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years agospake2 v0.3.1 (#92)
Tony Arcieri [Sun, 23 Jan 2022 00:04:38 +0000 (17:04 -0700)]
spake2 v0.3.1 (#92)

2 years agospake2: refactor internals (#91)
Tony Arcieri [Sat, 22 Jan 2022 23:49:27 +0000 (16:49 -0700)]
spake2: refactor internals (#91)

Splits the crate apart into multiple modules

2 years agospake2: rustdoc fixup
Tony Arcieri [Sat, 22 Jan 2022 23:22:19 +0000 (16:22 -0700)]
spake2: rustdoc fixup

2 years agospake2 v0.3.0 (#90)
Tony Arcieri [Sat, 22 Jan 2022 23:11:24 +0000 (16:11 -0700)]
spake2 v0.3.0 (#90)

2 years agospake2: capitalization and doc fixes (#89)
Tony Arcieri [Sat, 22 Jan 2022 22:48:43 +0000 (15:48 -0700)]
spake2: capitalization and doc fixes (#89)

Renames the following:

- `SPAKE2` => `Spake2`
- `SPAKEErr` -> `Error`

Additionally lints for `missing_docs` and adds preliminary documentation
for all types and methods which previously had none.

2 years agospake2: getrandom feature (#88)
Tony Arcieri [Sat, 22 Jan 2022 22:26:31 +0000 (15:26 -0700)]
spake2: getrandom feature (#88)

Makes `getrandom` an optional on-by-default feature

Adds CI for `thumbv7em-none-eabi` targets

2 years agospake2: initial `no_std` support (#87)
Tony Arcieri [Sat, 22 Jan 2022 22:03:05 +0000 (15:03 -0700)]
spake2: initial `no_std` support (#87)

Still has a hard dependency on `alloc`, and with the current hard
dependency on `getrandom` also limited platform support

2 years agospake2: bump `hkdf` to v0.12; `sha2` to v0.10 (#86)
Tony Arcieri [Sat, 22 Jan 2022 21:57:40 +0000 (14:57 -0700)]
spake2: bump `hkdf` to v0.12; `sha2` to v0.10 (#86)

2 years agospake2: bump `curve25519-dalek` to v3.0; `rand_core` => v0.5 (#85)
Tony Arcieri [Sat, 22 Jan 2022 21:40:26 +0000 (14:40 -0700)]
spake2: bump `curve25519-dalek` to v3.0; `rand_core` => v0.5 (#85)

This is a continuation of #33.

It bumps `curve25519-dalek` to the latest stable release and replaces
the `rand` crate with the version of `rand_core` which is compatible
with `curve25519-dalek`: v0.5 (which is still a version behind)

2 years agoBump generic-array from 0.14.4 to 0.14.5 (#82)
dependabot[bot] [Sat, 22 Jan 2022 21:28:20 +0000 (14:28 -0700)]
Bump generic-array from 0.14.4 to 0.14.5 (#82)

Bumps [generic-array](https://github.com/fizyk20/generic-array) from 0.14.4 to 0.14.5.
- [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/commits)

---
updated-dependencies:
- dependency-name: generic-array
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years agoREADME.md: remove outdated MSRV docs
Tony Arcieri [Sat, 22 Jan 2022 21:19:32 +0000 (14:19 -0700)]
README.md: remove outdated MSRV docs

2 years agosrp v0.6.0 (#84)
Tony Arcieri [Sat, 22 Jan 2022 21:18:05 +0000 (14:18 -0700)]
srp v0.6.0 (#84)

2 years agosrp: rebuild library (#79)
Josh Brown [Sat, 22 Jan 2022 14:38:33 +0000 (09:38 -0500)]
srp: rebuild library (#79)

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

2 years ago2021 edition bump + doc improvements; MSRV 1.56 (#80)
Tony Arcieri [Tue, 21 Dec 2021 01:46:23 +0000 (18:46 -0700)]
2021 edition bump + doc improvements; MSRV 1.56 (#80)

- 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

2 years agosrp: replace custom powm with modpow (#78)
Josh Brown [Mon, 20 Dec 2021 10:44:13 +0000 (05:44 -0500)]
srp: replace custom powm with modpow (#78)

2 years agoBump num-bigint from 0.4.1 to 0.4.2 (#68)
dependabot[bot] [Mon, 13 Sep 2021 13:49:19 +0000 (07:49 -0600)]
Bump num-bigint from 0.4.1 to 0.4.2 (#68)

Bumps [num-bigint](https://github.com/rust-num/num-bigint) from 0.4.1 to 0.4.2.
- [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.4.1...num-bigint-0.4.2)

---
updated-dependencies:
- dependency-name: num-bigint
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years agoBump sha2 from 0.9.7 to 0.9.8 (#70)
dependabot[bot] [Fri, 10 Sep 2021 07:20:13 +0000 (07:20 +0000)]
Bump sha2 from 0.9.7 to 0.9.8 (#70)

2 years agoBump sha2 from 0.9.6 to 0.9.7 (#69)
dependabot[bot] [Wed, 8 Sep 2021 23:28:17 +0000 (23:28 +0000)]
Bump sha2 from 0.9.6 to 0.9.7 (#69)

2 years agoBump num-bigint from 0.4.0 to 0.4.1 (#67)
dependabot[bot] [Mon, 30 Aug 2021 23:17:52 +0000 (17:17 -0600)]
Bump num-bigint from 0.4.0 to 0.4.1 (#67)

Bumps [num-bigint](https://github.com/rust-num/num-bigint) from 0.4.0 to 0.4.1.
- [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.4.0...num-bigint-0.4.1)

---
updated-dependencies:
- dependency-name: num-bigint
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years agoBump sha2 from 0.9.5 to 0.9.6 (#66)
dependabot[bot] [Fri, 27 Aug 2021 23:24:29 +0000 (17:24 -0600)]
Bump sha2 from 0.9.5 to 0.9.6 (#66)

Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.9.5 to 0.9.6.
- [Release notes](https://github.com/RustCrypto/hashes/releases)
- [Commits](https://github.com/RustCrypto/hashes/compare/sha2-v0.9.5...sha2-v0.9.6)

---
updated-dependencies:
- dependency-name: sha2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years agoBump sha-1 from 0.9.7 to 0.9.8 (#65)
dependabot[bot] [Fri, 27 Aug 2021 23:09:51 +0000 (17:09 -0600)]
Bump sha-1 from 0.9.7 to 0.9.8 (#65)

Bumps [sha-1](https://github.com/RustCrypto/hashes) from 0.9.7 to 0.9.8.
- [Release notes](https://github.com/RustCrypto/hashes/releases)
- [Commits](https://github.com/RustCrypto/hashes/compare/sha-1-v0.9.7...sha-1-v0.9.8)

---
updated-dependencies:
- dependency-name: sha-1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years agoCargo.lock: bump dependencies (#64)
Tony Arcieri [Thu, 26 Aug 2021 01:55:51 +0000 (19:55 -0600)]
Cargo.lock: bump dependencies (#64)

2 years agospake2: bump `hkdf` dependency to v0.11 (#63)
Tony Arcieri [Thu, 26 Aug 2021 01:29:02 +0000 (19:29 -0600)]
spake2: bump `hkdf` dependency to v0.11 (#63)

2 years agoFix typo over -> other (#60)
Sosthene-Guedon [Sat, 24 Jul 2021 21:15:53 +0000 (23:15 +0200)]
Fix typo over -> other (#60)

2 years agoBump sha-1 from 0.9.6 to 0.9.7 (#59)
dependabot[bot] [Mon, 19 Jul 2021 23:18:03 +0000 (16:18 -0700)]
Bump sha-1 from 0.9.6 to 0.9.7 (#59)

Bumps [sha-1](https://github.com/RustCrypto/hashes) from 0.9.6 to 0.9.7.
- [Release notes](https://github.com/RustCrypto/hashes/releases)
- [Commits](https://github.com/RustCrypto/hashes/compare/sha-1-v0.9.6...sha-1-v0.9.7)

---
updated-dependencies:
- dependency-name: sha-1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years agosrp: fix typos in docstrings (#58)
Luca Bruno [Mon, 21 Jun 2021 14:30:23 +0000 (14:30 +0000)]
srp: fix typos in docstrings (#58)

This fixes a few minor typos in docstrings.

2 years agoBump sha-1 from 0.9.4 to 0.9.6 (#56)
dependabot[bot] [Wed, 12 May 2021 13:08:46 +0000 (06:08 -0700)]
Bump sha-1 from 0.9.4 to 0.9.6 (#56)

Bumps [sha-1](https://github.com/RustCrypto/hashes) from 0.9.4 to 0.9.6.
- [Release notes](https://github.com/RustCrypto/hashes/releases)
- [Commits](https://github.com/RustCrypto/hashes/compare/sha-1-v0.9.4...sha-1-v0.9.6)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years agoCargo.lock: bump dependencies (#52)
Tony Arcieri [Fri, 30 Apr 2021 21:23:33 +0000 (14:23 -0700)]
Cargo.lock: bump dependencies (#52)

3 years agoBump num-bigint from 0.2.6 to 0.4.0 (#46)
dependabot[bot] [Fri, 30 Apr 2021 19:41:42 +0000 (12:41 -0700)]
Bump num-bigint from 0.2.6 to 0.4.0 (#46)

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>
3 years agoBump generic-array from 0.12.3 to 0.14.4 (#45)
dependabot[bot] [Fri, 30 Apr 2021 19:37:33 +0000 (12:37 -0700)]
Bump generic-array from 0.12.3 to 0.14.4 (#45)

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>
3 years agoAdd Dependabot config (#43)
Tony Arcieri [Fri, 30 Apr 2021 19:32:30 +0000 (12:32 -0700)]
Add Dependabot config (#43)

3 years agoMigrate to GitHub Actions (#42)
Tony Arcieri [Fri, 30 Apr 2021 19:31:32 +0000 (12:31 -0700)]
Migrate to GitHub Actions (#42)

Uses the standard boilerplate we've been using for other projects

3 years agoEdit badges
Artyom Pavlov [Fri, 12 Feb 2021 22:06:58 +0000 (22:06 +0000)]
Edit badges

3 years agosrp v0.5.0 (#38)
Tony Arcieri [Wed, 7 Oct 2020 19:49:44 +0000 (12:49 -0700)]
srp v0.5.0 (#38)

3 years agoBump digest, sha-1, and sha2 dependencies to v0.9 (#37)
Masih Yeganeh [Wed, 7 Oct 2020 19:15:18 +0000 (22:45 +0330)]
Bump digest, sha-1, and sha2 dependencies to v0.9 (#37)

3 years agoBump MSRV to 1.41.0 (#36)
Tony Arcieri [Wed, 7 Oct 2020 18:34:12 +0000 (11:34 -0700)]
Bump MSRV to 1.41.0 (#36)

4 years agosrp v0.4.3
newpavlov [Thu, 7 Nov 2019 15:53:34 +0000 (18:53 +0300)]
srp v0.4.3

4 years agoremove num_traits dep
newpavlov [Thu, 7 Nov 2019 15:50:43 +0000 (18:50 +0300)]
remove num_traits dep

4 years agospake2: update to hex-0.4
Brian Warner [Wed, 6 Nov 2019 21:37:39 +0000 (13:37 -0800)]
spake2: update to hex-0.4

4 years agoSwitch from num to num-traits and num-bigint (#31)
est31 [Wed, 6 Nov 2019 12:31:52 +0000 (13:31 +0100)]
Switch from num to num-traits and num-bigint (#31)

4 years agoMerge branch 'pr28'
Brian Warner [Wed, 28 Aug 2019 18:59:01 +0000 (11:59 -0700)]
Merge branch 'pr28'

4 years agoFix spelling errors.
Brenden Matthews [Tue, 13 Aug 2019 19:09:49 +0000 (15:09 -0400)]
Fix spelling errors.

4 years agospake2: tighten the curve25519-dalek dependency to 1.2.x
Brian Warner [Wed, 7 Aug 2019 18:09:39 +0000 (11:09 -0700)]
spake2: tighten the curve25519-dalek dependency to 1.2.x

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

4 years agotravis: use rust 'stable' for rustfmt check
Brian Warner [Wed, 7 Aug 2019 20:47:03 +0000 (13:47 -0700)]
travis: use rust 'stable' for rustfmt check

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

4 years agoMerge branch '21-pin-travis'
Brian Warner [Wed, 7 Aug 2019 20:44:14 +0000 (13:44 -0700)]
Merge branch '21-pin-travis'

refs #21

4 years agodocument MSRV, remove 1.31.1 from travis
Brian Warner [Wed, 7 Aug 2019 19:20:11 +0000 (12:20 -0700)]
document MSRV, remove 1.31.1 from travis

4 years agooops, be more specific about the rust version: 1.32.0
Brian Warner [Wed, 7 Aug 2019 17:53:46 +0000 (10:53 -0700)]
oops, be more specific about the rust version: 1.32.0

4 years agotravis: exercise 1.31.1 and 1.32
Brian Warner [Wed, 7 Aug 2019 17:49:56 +0000 (10:49 -0700)]
travis: exercise 1.31.1 and 1.32

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

4 years agoMerge branch '21-update-hkdf'
Brian Warner [Wed, 7 Aug 2019 17:47:25 +0000 (10:47 -0700)]
Merge branch '21-update-hkdf'

refs #21

4 years agoupdate spake2 to current hkdf-0.8
Brian Warner [Wed, 7 Aug 2019 00:41:46 +0000 (17:41 -0700)]
update spake2 to current hkdf-0.8

4 years agospake2/Cargo.toml: num-bigint is merely a dev-dependency
Brian Warner [Thu, 18 Jul 2019 07:54:01 +0000 (00:54 -0700)]
spake2/Cargo.toml: num-bigint is merely a dev-dependency

We only use it in unit tests.

This might help with no-std, so refs #15

5 years agosrp doc fix. closes #16
Артём Павлов [Artyom Pavlov] [Sun, 7 Apr 2019 12:01:30 +0000 (15:01 +0300)]
srp doc fix. closes #16

5 years ago(cargo-release) start next development iteration spake2-v0.2.1-alpha.0
Brian Warner [Thu, 20 Dec 2018 21:15:43 +0000 (16:15 -0500)]
(cargo-release) start next development iteration spake2-v0.2.1-alpha.0

5 years ago(cargo-release) spake2-v0.2.0
Brian Warner [Thu, 20 Dec 2018 21:15:21 +0000 (16:15 -0500)]
(cargo-release) spake2-v0.2.0

5 years agosrp: release srp-0.4.0
Brian Warner [Thu, 20 Dec 2018 21:04:35 +0000 (16:04 -0500)]
srp: release srp-0.4.0

5 years agoMerge branch 'edition-2018'
Brian Warner [Thu, 20 Dec 2018 21:01:37 +0000 (16:01 -0500)]
Merge branch 'edition-2018'

5 years agosrp/Cargo.toml: remember to bump minor version for next release
Brian Warner [Thu, 20 Dec 2018 20:57:00 +0000 (15:57 -0500)]
srp/Cargo.toml: remember to bump minor version for next release

Since edition=2018 means we'll require rust-1.31

5 years agoUse curve25519-dalek v1
Henry de Valence [Fri, 14 Dec 2018 00:15:22 +0000 (16:15 -0800)]
Use curve25519-dalek v1

5 years agoupdate srp to idioms of edition-2018
Brian Warner [Thu, 6 Dec 2018 20:02:13 +0000 (12:02 -0800)]
update srp to idioms of edition-2018

5 years agosrp: fix to work with edition-2018
Brian Warner [Thu, 6 Dec 2018 19:57:53 +0000 (11:57 -0800)]
srp: fix to work with edition-2018

5 years agosrp: fix some low-hanging clippy warnings
Brian Warner [Thu, 6 Dec 2018 19:56:51 +0000 (11:56 -0800)]
srp: fix some low-hanging clippy warnings

5 years agoupdate spake2 to edition-2018
Brian Warner [Thu, 6 Dec 2018 19:48:10 +0000 (11:48 -0800)]
update spake2 to edition-2018

5 years agoreformat using rustfmt from latest 1.31.0
Brian Warner [Thu, 6 Dec 2018 19:17:51 +0000 (11:17 -0800)]
reformat using rustfmt from latest 1.31.0

5 years agospake2: Merge PR11: better Debug impl
Brian Warner [Thu, 6 Dec 2018 22:54:25 +0000 (14:54 -0800)]
spake2: Merge PR11: better Debug impl

5 years agoadd group name to SPAKE2 Debug impl
Brian Warner [Thu, 6 Dec 2018 19:30:21 +0000 (11:30 -0800)]
add group name to SPAKE2 Debug impl

5 years agoMore idiomatic Debug impl
Richo Healey [Tue, 4 Dec 2018 03:51:29 +0000 (19:51 -0800)]
More idiomatic Debug impl

5 years agotravis: update RUSTFMT to use rust-1.30 instead of 1.29
Brian Warner [Thu, 29 Nov 2018 18:19:39 +0000 (10:19 -0800)]
travis: update RUSTFMT to use rust-1.30 instead of 1.29

5 years agoMerge PR10: update-deps
Brian Warner [Thu, 29 Nov 2018 18:17:40 +0000 (10:17 -0800)]
Merge PR10: update-deps

5 years agofix rustfmt
Brian Warner [Thu, 29 Nov 2018 17:30:07 +0000 (09:30 -0800)]
fix rustfmt

5 years agodeps: update srp to lazy_static-1.2
Brian Warner [Wed, 28 Nov 2018 19:28:10 +0000 (11:28 -0800)]
deps: update srp to lazy_static-1.2

5 years agodeps: update to rand-0.6
Brian Warner [Tue, 27 Nov 2018 23:10:36 +0000 (15:10 -0800)]
deps: update to rand-0.6

5 years agofix spake2 doctests
Brian Warner [Tue, 30 Oct 2018 02:38:40 +0000 (19:38 -0700)]
fix spake2 doctests

5 years agospake2: add docs and basic doctest to lib.rs
Brian Warner [Mon, 29 Oct 2018 22:46:14 +0000 (15:46 -0700)]
spake2: add docs and basic doctest to lib.rs

5 years agoupdate SRP dependencies
Артём Павлов [Artyom Pavlov] [Mon, 22 Oct 2018 21:01:17 +0000 (00:01 +0300)]
update SRP dependencies

5 years agoREADME: add deps.rs badge
Brian Warner [Sat, 20 Oct 2018 16:39:12 +0000 (09:39 -0700)]
README: add deps.rs badge

5 years agoupdate spake2 deps (sha2-0.8, hkdf-0.7)
Brian Warner [Wed, 17 Oct 2018 17:44:37 +0000 (10:44 -0700)]
update spake2 deps (sha2-0.8, hkdf-0.7)

5 years agotravis: allow rustfmt to fail
Brian Warner [Wed, 17 Oct 2018 18:06:24 +0000 (11:06 -0700)]
travis: allow rustfmt to fail

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.

5 years agospake2 code reorganization (#6)
Artyom Pavlov [Wed, 17 Oct 2018 18:11:24 +0000 (18:11 +0000)]
spake2 code reorganization (#6)

5 years agoadd doc logo
newpavlov [Wed, 17 Oct 2018 17:07:08 +0000 (20:07 +0300)]
add doc logo

5 years agoreplaced / with OR in license fields
newpavlov [Wed, 17 Oct 2018 17:04:59 +0000 (20:04 +0300)]
replaced / with OR in license fields

5 years ago(cargo-release) start next development iteration spake2-v0.1.2-alpha.0
Brian Warner [Tue, 16 Oct 2018 22:38:54 +0000 (15:38 -0700)]
(cargo-release) start next development iteration spake2-v0.1.2-alpha.0

5 years ago(cargo-release) spake2-v0.1.1
Brian Warner [Tue, 16 Oct 2018 22:38:38 +0000 (15:38 -0700)]
(cargo-release) spake2-v0.1.1

5 years agospake2/Cargo.toml: update keywords, description, categories
Brian Warner [Tue, 16 Oct 2018 22:29:36 +0000 (15:29 -0700)]
spake2/Cargo.toml: update keywords, description, categories

5 years agospake2: update to latest deps (curve25519-dalek-0.21)
Brian Warner [Tue, 16 Oct 2018 22:25:36 +0000 (15:25 -0700)]
spake2: update to latest deps (curve25519-dalek-0.21)