[PR #366] [CLOSED] fix(deps): bump golang.org/x/crypto from 0.13.0 to 0.14.0 #392

Closed
opened 2026-03-04 00:25:35 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/SignTools/SignTools/pull/366
Author: @dependabot[bot]
Created: 11/6/2023
Status: Closed

Base: masterHead: dependabot/go_modules/golang.org/x/crypto-0.14.0


📝 Commits (1)

  • c7a15fd fix(deps): bump golang.org/x/crypto from 0.13.0 to 0.14.0

📊 Changes

2 files changed (+7 additions, -6 deletions)

View changed files

📝 go.mod (+2 -2)
📝 go.sum (+5 -4)

📄 Description

Bumps golang.org/x/crypto from 0.13.0 to 0.14.0.

Commits
  • e3cc52e go.mod: update golang.org/x dependencies
  • 833695f ssh: add server side support for ping@openssh.com protocol extension
  • ec07f4e chacha20: drop Go 1.10 compatibility for arm64
  • b665ba6 all: use crypto/ed25519 instead of golang.org/x/crypto/ed25519
  • a1aeb9b ssh: add test cases for compatibility with old (buggy) clients
  • 28c53ff ssh: add MultiAlgorithmSigner
  • 3f0842a sha3: have ShakeHash extend hash.Hash
  • e90f1e1 cryptobyte: add uint48 methods
  • d359caa ssh: support for marshaling keys using the OpenSSH format
  • c5370d2 ssh: check the declared public key algo against decoded one
  • See full diff 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/SignTools/SignTools/pull/366 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/6/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/go_modules/golang.org/x/crypto-0.14.0` --- ### 📝 Commits (1) - [`c7a15fd`](https://github.com/SignTools/SignTools/commit/c7a15fd1422e0095412aa869f0568a6f22823d04) fix(deps): bump golang.org/x/crypto from 0.13.0 to 0.14.0 ### 📊 Changes **2 files changed** (+7 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+2 -2) 📝 `go.sum` (+5 -4) </details> ### 📄 Description 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 /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/crypto&package-manager=go_modules&previous-version=0.13.0&new-version=0.14.0)](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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 00:25:35 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/SignTools#392
No description provided.