Skip to content

password-hash: v0.2 breaking changes - #615

Merged
tarcieri merged 1 commit into
masterfrom
password-hash/v0.2-changes
Apr 28, 2021
Merged

password-hash: v0.2 breaking changes#615
tarcieri merged 1 commit into
masterfrom
password-hash/v0.2-changes

Conversation

@tarcieri

@tarcieritarcieri commented Apr 25, 2021

Copy link
Copy Markdown
Member

This commit contains a set of breaking changes intended to be released as part of password-hash v0.2, addressing a number of currently open issues about the crate discovered when integrating it into the crates in the https://github.com/RustCrypto/password-hashes repo.

This fixes the following issues:

@tarcieri
tarcieriforce-pushed the password-hash/v0.2-changes branch from 04b5077 to a13208cCompareApril 25, 2021 17:55
tarcieri added a commit to RustCrypto/password-hashes that referenced this pull request Apr 27, 2021
This is a set of changes which corresponds to the proposed breaking
changes to the `password-hash` crate:
RustCrypto/traits#615
tarcieri added a commit to RustCrypto/password-hashes that referenced this pull request Apr 27, 2021
This is a set of changes which corresponds to the proposed breaking
changes to the `password-hash` crate:
RustCrypto/traits#615
tarcieri added a commit to RustCrypto/password-hashes that referenced this pull request Apr 27, 2021
This is a set of changes which corresponds to the proposed breaking
changes to the `password-hash` crate:
RustCrypto/traits#615
@tarcieri
tarcieriforce-pushed the password-hash/v0.2-changes branch 2 times, most recently from fb944c0 to 784fa01CompareApril 28, 2021 17:23
tarcieri added a commit to RustCrypto/password-hashes that referenced this pull request Apr 28, 2021
This is a set of changes which corresponds to the proposed breaking
changes to the `password-hash` crate:
RustCrypto/traits#615
@tarcieri
tarcieriforce-pushed the password-hash/v0.2-changes branch from 784fa01 to c643fbfCompareApril 28, 2021 17:54
@tarcieritarcieri changed the title [WIP] password-hash: v0.2 breaking changespassword-hash: v0.2 breaking changesApr 28, 2021
@tarcieri
tarcieri marked this pull request as ready for review April 28, 2021 17:55
tarcieri added a commit to RustCrypto/password-hashes that referenced this pull request Apr 28, 2021
This is a set of changes which corresponds to the proposed breaking
changes to the `password-hash` crate:
RustCrypto/traits#615
This commit contains a set of breaking changes intended to be released
as part of `password-hash` v0.2, addressing a number of currently open
issues about the crate discovered when integrating it into the crates in
the https://github.com/RustCrypto/password-hashes repo.
This includes:
- Allow specifying output length and version with params (#505)
- Allow passing `&str`, `&Salt`, or `&SaltString` as salt (#529)
- Simplify error handling (#547)
@tarcieri
tarcieriforce-pushed the password-hash/v0.2-changes branch from c643fbf to c920298CompareApril 28, 2021 18:03
tarcieri added a commit to RustCrypto/password-hashes that referenced this pull request Apr 28, 2021
This is a set of changes which corresponds to the proposed breaking
changes to the `password-hash` crate:
RustCrypto/traits#615
@tarcieri
tarcieri merged commit d6a1e12 into masterApr 28, 2021
@tarcieri
tarcieri deleted the password-hash/v0.2-changes branch April 28, 2021 18:10
tarcieri added a commit to RustCrypto/password-hashes that referenced this pull request Apr 28, 2021
This is a set of changes which corresponds to the proposed breaking
changes to the `password-hash` crate:
RustCrypto/traits#615
tarcieri added a commit to RustCrypto/password-hashes that referenced this pull request Apr 28, 2021
This is a set of changes which corresponds to the breaking changes to
the `password-hash` crate:
RustCrypto/traits#615
@tarcieritarcieri mentioned this pull request Apr 29, 2021
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@tarcieri