Skip to content

Commit

Permalink
Bump github.com/ProtonMail/go-crypto from 1.1.3 to 1.1.4 (#312)
Browse files Browse the repository at this point in the history
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
dependabot[bot] authored Jan 13, 2025
1 parent 56c1769 commit 19d993e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.23.3
require (
github.com/Masterminds/sprig/v3 v3.3.0
github.com/Masterminds/squirrel v1.5.4
github.com/ProtonMail/go-crypto v1.1.3
github.com/ProtonMail/go-crypto v1.1.4
github.com/alecthomas/kingpin/v2 v2.4.0
github.com/aws/aws-sdk-go v1.55.5
github.com/bradfitz/gomemcache v0.0.0-20230905024940-24af94b03874
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ github.com/Masterminds/squirrel v1.5.4 h1:uUcX/aBc8O7Fg9kaISIUsHXdKuqehiXAMQTYX8
github.com/Masterminds/squirrel v1.5.4/go.mod h1:NNaOrjSoIDfDA40n7sr2tPNZRfjzjA400rg+riTZj10=
github.com/Microsoft/go-winio v0.6.2 h1:F2VQgta7ecxGYO8k3ZZz3RS8fVIXVxONVUPlNERoyfY=
github.com/Microsoft/go-winio v0.6.2/go.mod h1:yd8OoFMLzJbo9gZq8j5qaps8bJ9aShtEA8Ipt1oGCvU=
github.com/ProtonMail/go-crypto v1.1.3 h1:nRBOetoydLeUb4nHajyO2bKqMLfWQ/ZPwkXqXxPxCFk=
github.com/ProtonMail/go-crypto v1.1.3/go.mod h1:rA3QumHc/FZ8pAHreoekgiAbzpNsfQAosU5td4SnOrE=
github.com/ProtonMail/go-crypto v1.1.4 h1:G5U5asvD5N/6/36oIw3k2bOfBn5XVcZrb7PBjzzKKoE=
github.com/ProtonMail/go-crypto v1.1.4/go.mod h1:rA3QumHc/FZ8pAHreoekgiAbzpNsfQAosU5td4SnOrE=
github.com/alecthomas/kingpin/v2 v2.4.0 h1:f48lwail6p8zpO1bC4TxtqACaGqHYA22qkHjHpqDjYY=
github.com/alecthomas/kingpin/v2 v2.4.0/go.mod h1:0gyi0zQnjuFk8xrkNKamJoyUo382HRL7ATRpFZCw6tE=
github.com/alecthomas/units v0.0.0-20240927000941-0f3dac36c52b h1:mimo19zliBX/vSQ6PWWSL9lK8qwHozUj03+zLoEB8O0=
Expand Down

0 comments on commit 19d993e

Please sign in to comment.