Commit 010e00a
⬆️ Bump golang.org/x/crypto from 0.13.0 to 0.14.0 in /utils (#324)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from
0.13.0 to 0.14.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/golang/crypto/commit/e3cc52e598e302f8c613a645bb7231264d8ec995"><code>e3cc52e</code></a>
go.mod: update golang.org/x dependencies</li>
<li><a
href="https://github.com/golang/crypto/commit/833695f0a57b3037385dc9c0073bc88773cae6f3"><code>833695f</code></a>
ssh: add server side support for <a
href="mailto:ping@openssh.com">ping@openssh.com</a> protocol
extension</li>
<li><a
href="https://github.com/golang/crypto/commit/ec07f4e35b9ef2fcfd790dd9437ef46bd64b3a4b"><code>ec07f4e</code></a>
chacha20: drop Go 1.10 compatibility for arm64</li>
<li><a
href="https://github.com/golang/crypto/commit/b665ba6f6f9abc2ab124f8ec2cb44de0e44ce077"><code>b665ba6</code></a>
all: use crypto/ed25519 instead of golang.org/x/crypto/ed25519</li>
<li><a
href="https://github.com/golang/crypto/commit/a1aeb9b34eb6b8f469bbd66b9cd1c9d905cb3714"><code>a1aeb9b</code></a>
ssh: add test cases for compatibility with old (buggy) clients</li>
<li><a
href="https://github.com/golang/crypto/commit/28c53ff63c09fc7df7793600caa30989bc69e194"><code>28c53ff</code></a>
ssh: add MultiAlgorithmSigner</li>
<li><a
href="https://github.com/golang/crypto/commit/3f0842a46434ea6f56bf6e684c2b83d90e9cff07"><code>3f0842a</code></a>
sha3: have ShakeHash extend hash.Hash</li>
<li><a
href="https://github.com/golang/crypto/commit/e90f1e17ee2ffe351a8295e8ae8b66afda2969c6"><code>e90f1e1</code></a>
cryptobyte: add uint48 methods</li>
<li><a
href="https://github.com/golang/crypto/commit/d359caa4a39d59a440003b37a6cc7ace3871fd4a"><code>d359caa</code></a>
ssh: support for marshaling keys using the OpenSSH format</li>
<li><a
href="https://github.com/golang/crypto/commit/c5370d2cc696bb18a6ddc151cee09673f06e8497"><code>c5370d2</code></a>
ssh: check the declared public key algo against decoded one</li>
<li>See full diff in <a
href="https://github.com/golang/crypto/compare/v0.13.0...v0.14.0">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
You can trigger a rebase of this PR 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>
Co-authored-by: Monty Bot <monty-bot@arm.com>
Co-authored-by: Adrien CABARBAYE <adrien.cabarbaye@arm.com>1 parent 4d88f5f commit 010e00a
File tree
13 files changed
+13
-0
lines changed- changes
13 files changed
+13
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments