core
core copied to clipboard
chore(cargo): bump pgp from 0.11.0 to 0.13.1
Bumps pgp from 0.11.0 to 0.13.1.
Release notes
Sourced from pgp's releases.
v0.12.0-alpha.2
โฐ๏ธ Features
- Basic support for AEAD (#316) - (93ca7d8)
- Avoid Seek - (fa82b12)
- Cleartext framework support - (66b005c)
๐ Bug Fixes
- (packet-parser) Increase buffer size for unknown size - (1013c13)
๐ Refactor
- Improve internal crypto abstractions to allow for more flexibility - (a3dd485)
- Break out ecdh unwrap - (bde459c)
- Move benches to criterion and expand benchmarks - (8e87774)
๐งช Testing
- Approximate decryption and signing operations with an OpenPGP card - (42cfa11)
โ๏ธ Miscellaneous Tasks
- Fix feature = "cargo-clippy" deprecation - (a75db54)
- Set debug in Cargo.toml to the normalized value - (29adca7)
Bench
Changelog
Sourced from pgp's changelog.
0.13.1 - 2024-06-30
๐ Bug Fixes
- Remove stray eprintln - (683c529)
๐ Documentation
0.13.0 - 2024-06-17
๐ Documentation
- Provide more FAQ items and improve comparisons - (374026f)
โ๏ธ Miscellaneous Tasks
- (pgp) Release 0.13.0 - (66fbbb3)
0.12.0-alpha.3 - 2024-05-31
โฐ๏ธ Features
- (ecdh) [breaking] Implement support for nist p curves - (1b6d5dd)
- Update deps - (f0477f4)
- Enable SEIPDv2 decryption via the public API (#345) - (deb8a92)
- Add APIs to create and verify third-party certifications (#349) - (ab39417)
- Use sha1_checked for Sha1 hashing, except MDC - (7c5e6ae)
๐ Refactor
- Improve & simplify packet parsing logic - (3b71f41)
๐ Documentation
- (readme) Fixup copyright - (9773052)
- Nist p521 support for ECDH was merged in #304 (#335) - (8e67756)
- Fix typo "secret" -> "public" - (f68aa3d)
- Update and expand status and readme - (9b27d81)
- Small refinements/typo-fixes (#342) - (34d1c79)
- Add link to interop test suite - (cc46fa5)
๐งช Testing
โ๏ธ Miscellaneous Tasks
... (truncated)
Commits
36023a4chore(pgp): release 0.13.1683c529fix: remove stray eprintln99daf15docs(readme): some more example adjustmentscd7a253docs(readme): fix the example66fbbb3chore(pgp): release 0.13.0374026fdocs: provide more FAQ items and improve comparisons82d49b3chore(pgp): release 0.12.0-alpha.3b20d841Merge pull request #351 from hko-s/ecdh06e840cchore: pacify codespell1b6d5ddfeat(ecdh)!: implement support for nist p curves- Additional commits viewable in compare view
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)