Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump github.com/ProtonMail/go-crypto from 1.1.3 to 1.1.4 (#312)
Bumps [github.com/ProtonMail/go-crypto](https://github.com/ProtonMail/go-crypto) from 1.1.3 to 1.1.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ProtonMail/go-crypto/releases">github.com/ProtonMail/go-crypto's releases</a>.</em></p> <blockquote> <h2>Release v1.1.4</h2> <h2>What's Changed</h2> <ul> <li>Emit armor headers in sorted order by <a href="https://github.com/andrewgdotcom"><code>@andrewgdotcom</code></a> in <a href="https://redirect.github.com/ProtonMail/go-crypto/pull/255">ProtonMail/go-crypto#255</a></li> <li>Reduce memory usage when AEAD en/decrypting large messages by <a href="https://github.com/twiss"><code>@twiss</code></a> in <a href="https://redirect.github.com/ProtonMail/go-crypto/pull/259">ProtonMail/go-crypto#259</a></li> <li>Update artifact actions to v4 by <a href="https://github.com/twiss"><code>@twiss</code></a> in <a href="https://redirect.github.com/ProtonMail/go-crypto/pull/260">ProtonMail/go-crypto#260</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/ProtonMail/go-crypto/compare/v1.1.3...v1.1.4">https://github.com/ProtonMail/go-crypto/compare/v1.1.3...v1.1.4</a></p> <h2>Release v1.1.4-proton</h2> <h2>What's Changed</h2> <p>This release is v1.1.4 with support for the following non-standardized features:</p> <ul> <li>Presistent symmetric keys <a href="https://www.ietf.org/archive/id/draft-ietf-openpgp-persistent-symmetric-keys-00.html">draft-ietf-openpgp-persistent-symmetric-keys-00</a></li> <li>Automatic forwarding <a href="https://www.ietf.org/archive/id/draft-wussler-openpgp-forwarding-00.html">draft-wussler-openpgp-forwarding-00</a></li> <li>Post-quantum algorithms <a href="https://datatracker.ietf.org/doc/draft-ietf-openpgp-pqc/">draft-ietf-openpgp-pqc</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ProtonMail/go-crypto/commit/3de0301376b64916c60452ffa511647d0f2bc918"><code>3de0301</code></a> Update artifact actions to v4 (<a href="https://redirect.github.com/ProtonMail/go-crypto/issues/260">#260</a>)</li> <li><a href="https://github.com/ProtonMail/go-crypto/commit/be3aef043fdbdabd8239edf24afe70922011212d"><code>be3aef0</code></a> Merge pull request <a href="https://redirect.github.com/ProtonMail/go-crypto/issues/259">#259</a> from ProtonMail/less-memory-large-msgs</li> <li><a href="https://github.com/ProtonMail/go-crypto/commit/1fd5ec842fd37133206b23cba68eda6ae4b905e3"><code>1fd5ec8</code></a> Add tests for reusing buffer in OCB en/decryption</li> <li><a href="https://github.com/ProtonMail/go-crypto/commit/df3ee02d77623299d88df3d8a29486b548300d72"><code>df3ee02</code></a> Buffer decrypted bytes more efficiently</li> <li><a href="https://github.com/ProtonMail/go-crypto/commit/04cfaf2d9d69903d32db0b4012ad102ebff4a511"><code>04cfaf2</code></a> Reuse plaintext slice for ciphertext when encrypting</li> <li><a href="https://github.com/ProtonMail/go-crypto/commit/fee782456821f3ab5f1de998d3e959c7e2cbae98"><code>fee7824</code></a> Reuse ciphertext slice for plaintext when decrypting</li> <li><a href="https://github.com/ProtonMail/go-crypto/commit/6fa7f918eaaa1ff22e1b16dfeed2041ec117fe2a"><code>6fa7f91</code></a> Preallocate the chunk size rather than buffering</li> <li><a href="https://github.com/ProtonMail/go-crypto/commit/add07bdad9c7162c9cd0898ff615669f95076354"><code>add07bd</code></a> Don't allocate the nonce for each chunk</li> <li><a href="https://github.com/ProtonMail/go-crypto/commit/b01f065b251063bcab64bdab933e998ea4315ee1"><code>b01f065</code></a> Emit armor headers in deterministically sorted order (<a href="https://redirect.github.com/ProtonMail/go-crypto/issues/255">#255</a>)</li> <li>See full diff in <a href="https://github.com/ProtonMail/go-crypto/compare/v1.1.3...v1.1.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/ProtonMail/go-crypto&package-manager=go_modules&previous-version=1.1.3&new-version=1.1.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information