Skip to content
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

chore(cargo): bump pgp from 0.13.2 to 0.14.0 #6004

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2024

Bumps pgp from 0.13.2 to 0.14.0.

Release notes

Sourced from pgp's releases.

v0.14.0 - Upgrading to RFC9580 aka V6

With this release, rpgp gains support for the latest and greatest version of the OpenPGP spec, namely RFC9580!

⛰️ Features

  • Improve more debug impls - (3d73320)
  • Password protection removal and setting for secret key packets - (700cba2)
  • Improve API of LiteralData to provide more flexibility - (34728e0)
  • Rfc9580 keys - (f09666c)
  • Make SignatureConfig::hash_signature_data more flexible - (c6d6b2c)
  • Rfc9580 encryption - (5d3547a)

🐛 Bug Fixes

  • Decrypted data must contain exactly one message - (00ee8ee)
  • V6 ESK may only be combined with v2 SEIPD - (5ec3578)
  • Parameter ordering for set_password - (39dd449)
  • Add special error message for packet 20 - (49c8403)
  • Revert to producing short padding for ecdh - (7c94189)
  • Parameter name - (c9cdfaf)
  • Reject unknown critical subpackets while hashing for signature verification - (b8b43a7)
  • Implement various constraints that rfc 9580 mandates - (5682b08)
  • Limit the use of S2K KDF with weak hash algorithms - (cb26cfd)
  • When verifying signatures, check alignment between key version and signature version - (b771b78)
  • Message parser: drop esk packets with versions that are not aligned with the encrypted container - (5b27240)
  • Fail composed key parsing on hard errors during packet parsing - (a9de958)

🚜 Refactor

  • Remove bigger macros in favor of direct types - (0b1d778)
  • Smaller refactors - (8dcba01)
  • Derive debug impls - (d714064)
  • Remove unused Deserialize trait - (b18f046)
  • Cleanup and improve Mpi API - (1803407)

📚 Documentation

🧪 Testing

  • Roundtrip ecdh test against rPGP 0.10 - (1dd91ea)
  • Ignore another sks-dump test failure - (1c0cd84)
  • Rename "opengpg-interop" to "openpgp-interop" - (f3292f7)
  • Skip writing files by default (#404) - (6e51094)
  • Add signature verification tests (RFC 9580 Annex A.6 and A.7) (#409) - (0439dd5)
  • Exercise SEIPDv2 encrypt/decrypt for a range of message sizes - (f9c48dd)

... (truncated)

Changelog

Sourced from pgp's changelog.

0.14.0 - 2024-09-25

⛰️ Features

  • Improve more debug impls - (3d73320)
  • Password protection removal and setting for secret key packets - (700cba2)
  • Improve API of LiteralData to provide more flexibility - (34728e0)
  • Rfc9580 keys - (f09666c)
  • Make SignatureConfig::hash_signature_data more flexible - (c6d6b2c)
  • Rfc9580 encryption - (5d3547a)

🐛 Bug Fixes

  • Decrypted data must contain exactly one message - (00ee8ee)
  • V6 ESK may only be combined with v2 SEIPD - (5ec3578)
  • Parameter ordering for set_password - (39dd449)
  • Add special error message for packet 20 - (49c8403)
  • Revert to producing short padding for ecdh - (7c94189)
  • Parameter name - (c9cdfaf)
  • Reject unknown critical subpackets while hashing for signature verification - (b8b43a7)
  • Implement various constraints that rfc 9580 mandates - (5682b08)
  • Limit the use of S2K KDF with weak hash algorithms - (cb26cfd)
  • When verifying signatures, check alignment between key version and signature version - (b771b78)
  • Message parser: drop esk packets with versions that are not aligned with the encrypted container - (5b27240)
  • Fail composed key parsing on hard errors during packet parsing - (a9de958)

🚜 Refactor

  • Remove bigger macros in favor of direct types - (0b1d778)
  • Smaller refactors - (8dcba01)
  • Derive debug impls - (d714064)
  • Remove unused Deserialize trait - (b18f046)
  • Cleanup and improve Mpi API - (1803407)

📚 Documentation

🧪 Testing

  • Roundtrip ecdh test against rPGP 0.10 - (1dd91ea)
  • Ignore another sks-dump test failure - (1c0cd84)
  • Rename "opengpg-interop" to "openpgp-interop" - (f3292f7)
  • Skip writing files by default (#404) - (6e51094)
  • Add signature verification tests (RFC 9580 Annex A.6 and A.7) (#409) - (0439dd5)
  • Exercise SEIPDv2 encrypt/decrypt for a range of message sizes - (f9c48dd)

⚙️ Miscellaneous Tasks

... (truncated)

Commits
  • bb4abd9 chore(pgp): release 0.14.0
  • 92123ee doc: update text about implementation status (#417)
  • 1803407 refactor: cleanup and improve Mpi API
  • 986cc55 Merge pull request #411 from hko-s/rfc9580-misc
  • f9c48dd test: exercise SEIPDv2 encrypt/decrypt for a range of message sizes
  • 276768e chore: rework ecdh public params to be able to represent opaque data
  • a9de958 fix: fail composed key parsing on hard errors during packet parsing
  • 5b27240 fix: message parser: drop esk packets with versions that are not aligned with...
  • b771b78 fix: when verifying signatures, check alignment between key version and signa...
  • cb26cfd fix: limit the use of S2K KDF with weak hash algorithms
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [pgp](https://github.com/rpgp/rpgp) from 0.13.2 to 0.14.0.
- [Release notes](https://github.com/rpgp/rpgp/releases)
- [Changelog](https://github.com/rpgp/rpgp/blob/main/CHANGELOG.md)
- [Commits](rpgp/rpgp@v0.13.2...v0.14.0)

---
updated-dependencies:
- dependency-name: pgp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants