forked from RustCrypto/MACs
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[pull] master from RustCrypto:master #2
Open
pull
wants to merge
134
commits into
mesalock-linux:master
Choose a base branch
from
RustCrypto:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fixed a typo ('carefull' instead of 'careful')
The MSRV bump is necessary to check in a merge-friendly Cargo.lock (which is helpful for caching). We'll want to do this bump anyway soon for `generic-array` v0.14. See: <RustCrypto/traits#95>
Switch to GitHub Actions; MSRV 1.41+
.github: set environment variables at workflow level
…directory .github: set working directory globally
Add README.mds to all crates
Upgrades to Rust 2018 edition and the (now 2018 edition) `crypto-mac` v0.8.0-pre crate.
…ipher-upgrade cmac: 2018 edition and `crypto-mac` crate upgrade
The stanza for them was accidentally deleted
.github: fix cmac push runs
Upgrades to Rust 2018 edition and the (now 2018 edition) `crypto-mac` v0.8.0-pre crate.
…pher-upgrade daa: 2018 edition and `crypto-mac` crate upgrade
Upgrades to Rust 2018 edition and the (now 2018 edition) `crypto-mac` v0.8.0-pre crate.
…ipher-upgrade pmac: 2018 edition and `crypto-mac` crate upgrade
Upgrades to Rust 2018 edition and the (now 2018 edition) `crypto-mac` v0.8.0-pre crate.
…ipher-upgrade hmac: 2018 edition and `crypto-mac` crate upgrade
...to reflect the breaking `crypto-mac` crate update
Bump all versions to `*-pre`
Lints for: - 2018 idioms - Unsafe code (where possible)
Add standard set of attributes to all crates
…g-and-clippy-cleanups .github: run rustfmt + clippy in CI; clippy fixups
Implements the API changes from: RustCrypto/traits#161 The `crypto-mac` crate now uses `update` and `finalize` nomenclature ala the Initialize-Update-Finalize (IUF) interface naming scheme.
Rename `*result*` to `finalize`
Bumps [digest](https://github.com/RustCrypto/traits) from 0.10.6 to 0.10.7. - [Commits](RustCrypto/traits@digest-v0.10.6...digest-v0.10.7) --- updated-dependencies: - dependency-name: digest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Avoids bumping the patch version requirements for `digest` which occurred in #139
Bumps [aes](https://github.com/RustCrypto/block-ciphers) from 0.8.2 to 0.8.3. - [Commits](RustCrypto/block-ciphers@aes-v0.8.2...aes-v0.8.3) --- updated-dependencies: - dependency-name: aes dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.3 to 4.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.5.3...v4.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This prerelease of `digest` notably includes a migration from `generic-array` to `hybrid-array`. Bumps the crate version to v0.13.0-pre to denote this is a breaking change, however note there is not a crate release associated with this version bump. The edition has also been bumped to 2021, and `hex-literal` has been upgraded to v0.4.
Also cuts a v0.13.0-pre.1 release of `hmac`
Also cuts a v0.13.0-pre.3 prerelease of `hmac`
Bumps [aes](https://github.com/RustCrypto/block-ciphers) from 0.8.3 to 0.8.4. - [Commits](RustCrypto/block-ciphers@aes-v0.8.3...aes-v0.8.4) --- updated-dependencies: - dependency-name: aes dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Cuts the following prereleases: - `cbc-mac` v0.2.0-pre.1 - `cmac` v0.8.0-pre.1 - `pmac` v0.8.0-pre.1
Among other use cases, Retail MAC is used, in combination with DES and ISO 7816 padding, when communicating with the chip in ICAO machine-readable travel documents.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )