Bump github.com/cloudflare/circl from 1.3.7 to 1.6.1#77
Merged
NamelessOne91 merged 1 commit intomasterfrom Feb 17, 2026
Merged
Conversation
Bumps [github.com/cloudflare/circl](https://github.com/cloudflare/circl) from 1.3.7 to 1.6.1. - [Release notes](https://github.com/cloudflare/circl/releases) - [Commits](cloudflare/circl@v1.3.7...v1.6.1) --- updated-dependencies: - dependency-name: github.com/cloudflare/circl dependency-version: 1.6.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
There was a problem hiding this comment.
Pull request overview
Updates the vendored Go dependency github.com/cloudflare/circl to a newer release, bringing in upstream security/validation fixes and new transitive vendored packages required by the updated version.
Changes:
- Bump
github.com/cloudflare/circlfromv1.3.7tov1.6.1(go.mod/go.sum + vendor metadata). - Vendor new
golang.org/x/crypto/cryptobytepackages introduced as transitive dependencies. - Incorporate upstream circl changes affecting curve checks, build tags, and serialization helpers.
Reviewed changes
Copilot reviewed 1 out of 17 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| vendor/modules.txt | Updates vendored module versions and adds cryptobyte packages to the vendor manifest. |
| vendor/golang.org/x/crypto/cryptobyte/string.go | Adds vendored cryptobyte parsing helper type. |
| vendor/golang.org/x/crypto/cryptobyte/builder.go | Adds vendored cryptobyte builder implementation. |
| vendor/golang.org/x/crypto/cryptobyte/asn1/asn1.go | Adds ASN.1 tag/constants support for cryptobyte. |
| vendor/golang.org/x/crypto/cryptobyte/asn1.go | Adds DER/ASN.1 parsing/building helpers for cryptobyte. |
| vendor/github.com/cloudflare/circl/sign/sign.go | Adds a new exported error for too-long signature context strings. |
| vendor/github.com/cloudflare/circl/sign/ed448/ed448.go | Adjusts panic formatting for invalid context length. |
| vendor/github.com/cloudflare/circl/sign/ed25519/point.go | Tightens point equality behavior when Z=0. |
| vendor/github.com/cloudflare/circl/math/integer.go | Adds integer utility helper NextPow2. |
| vendor/github.com/cloudflare/circl/math/fp448/fp_amd64.s | Updates build tags to exclude purego. |
| vendor/github.com/cloudflare/circl/math/fp25519/fp_amd64.s | Updates build tags to exclude purego. |
| vendor/github.com/cloudflare/circl/internal/conv/conv.go | Adds (un)marshal helpers using cryptobyte. |
| vendor/github.com/cloudflare/circl/ecc/goldilocks/curve.go | Adds explicit z != 0 check to on-curve validation. |
| vendor/github.com/cloudflare/circl/dh/x448/curve_amd64.s | Updates build tags to exclude purego. |
| vendor/github.com/cloudflare/circl/dh/x25519/curve_amd64.s | Updates build tags to exclude purego. |
| go.sum | Updates checksums for the circl version bump. |
| go.mod | Updates circl requirement to v1.6.1. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps github.com/cloudflare/circl from 1.3.7 to 1.6.1.
Release notes
Sourced from github.com/cloudflare/circl's releases.
... (truncated)
Commits
c6d33e3Release v1.6.10c3868ecurve4q: Shared must fail with low order points.9fd570dcurve4q: Test showing DH does not fails on identity point.c988cebfourq: Correctly unmarshalling point.ef2611dfourq: Test showing point unmarshal fails.05eba44fourq: Handle the case of Z=0 for IsOnCurve and IsEqual.eef0878fourq: Test showing isEqual and IsOnCurve fail.2298474goldilocks; Handling points with z=0.5a940a1goldilocks: Test for IsEqual must fail with Z=048c3b6aed25519: Fix isEqual to handle points with Z=0.You can trigger a rebase of this PR 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)You can disable automated security fix PRs for this repo from the Security Alerts page.