Skip to content

Commit 8718367

Browse files
Update module github.com/cloudflare/circl to v1.6.4 (#190)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/cloudflare/circl](https://redirect.github.com/cloudflare/circl) | `v1.6.3` → `v1.6.4` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fcloudflare%2fcircl/v1.6.4?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fcloudflare%2fcircl/v1.6.3/v1.6.4?slim=true) | --- ### Release Notes <details> <summary>cloudflare/circl (github.com/cloudflare/circl)</summary> ### [`v1.6.4`](https://redirect.github.com/cloudflare/circl/releases/tag/v1.6.4): CIRCL v1.6.4 [Compare Source](https://redirect.github.com/cloudflare/circl/compare/v1.6.3...v1.6.4) #### What's Changed - Fix typo: it's to its by [@&#8203;04cb](https://redirect.github.com/04cb) in [#&#8203;588](https://redirect.github.com/cloudflare/circl/pull/588) - ci: Bump Go version to 1.26 by [@&#8203;armfazh](https://redirect.github.com/armfazh) in [#&#8203;591](https://redirect.github.com/cloudflare/circl/pull/591) - tss/rsa: polynomial evaluation using Horner's method by [@&#8203;armfazh](https://redirect.github.com/armfazh) in [#&#8203;590](https://redirect.github.com/cloudflare/circl/pull/590) - zk/qndleq: Ensure large security parameter by [@&#8203;armfazh](https://redirect.github.com/armfazh) in [#&#8203;592](https://redirect.github.com/cloudflare/circl/pull/592) - sign/bls: rejects aggregated signatures built with duplicated messages. by [@&#8203;armfazh](https://redirect.github.com/armfazh) in [#&#8203;595](https://redirect.github.com/cloudflare/circl/pull/595) - Bump golang.org/x/crypto from 0.30.0 to 0.45.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;585](https://redirect.github.com/cloudflare/circl/pull/585) - tss/rsa: avoiding overflow in lambda calculation with big.Int by [@&#8203;armfazh](https://redirect.github.com/armfazh) in [#&#8203;598](https://redirect.github.com/cloudflare/circl/pull/598) - deps: Update CIRCL version in code generators. by [@&#8203;armfazh](https://redirect.github.com/armfazh) in [#&#8203;599](https://redirect.github.com/cloudflare/circl/pull/599) - ci: add Semgrep OSS scanning workflow by [@&#8203;hrushikeshdeshpande](https://redirect.github.com/hrushikeshdeshpande) in [#&#8203;601](https://redirect.github.com/cloudflare/circl/pull/601) - zk/qndleq: Fixes challenge calculation by [@&#8203;armfazh](https://redirect.github.com/armfazh) in [#&#8203;596](https://redirect.github.com/cloudflare/circl/pull/596) - sign/bls: Check that signature cannot be the identity point by [@&#8203;armfazh](https://redirect.github.com/armfazh) in [#&#8203;603](https://redirect.github.com/cloudflare/circl/pull/603) - ml-dsa: Don't use tr pointer by [@&#8203;bwesterb](https://redirect.github.com/bwesterb) in [#&#8203;606](https://redirect.github.com/cloudflare/circl/pull/606) - ecc/bls12381: affinize must handle identity elements. by [@&#8203;armfazh](https://redirect.github.com/armfazh) in [#&#8203;604](https://redirect.github.com/cloudflare/circl/pull/604) - pki: check pem.Decode returned nil block. by [@&#8203;z9z](https://redirect.github.com/z9z) in [#&#8203;607](https://redirect.github.com/cloudflare/circl/pull/607) - abe/cpabe/tkn20: fix AND-gate secret sharing. by [@&#8203;cjpatton](https://redirect.github.com/cjpatton) in [#&#8203;610](https://redirect.github.com/cloudflare/circl/pull/610) - hpke: fix verifyPSKInputs() to match spec. by [@&#8203;cjpatton](https://redirect.github.com/cjpatton) in [#&#8203;612](https://redirect.github.com/cloudflare/circl/pull/612) - hpke: Warn about nonce misuse during marshaling by [@&#8203;cjpatton](https://redirect.github.com/cjpatton) in [#&#8203;613](https://redirect.github.com/cloudflare/circl/pull/613) - hpke: don't panic when parsing on hybrid keys/ciphertexts. by [@&#8203;cjpatton](https://redirect.github.com/cjpatton) in [#&#8203;614](https://redirect.github.com/cloudflare/circl/pull/614) - blindsign/blindrsa: reject non-canonical signatures. by [@&#8203;cjpatton](https://redirect.github.com/cjpatton) in [#&#8203;615](https://redirect.github.com/cloudflare/circl/pull/615) - blindsign/blindrsa: reject message unless co-prime with modulus by [@&#8203;cjpatton](https://redirect.github.com/cjpatton) in [#&#8203;616](https://redirect.github.com/cloudflare/circl/pull/616) - oprf: reject identity element as public key. by [@&#8203;cjpatton](https://redirect.github.com/cjpatton) in [#&#8203;619](https://redirect.github.com/cloudflare/circl/pull/619) - Add AGENTS.md and REVIEW\.md for contributor and AI agent guidance by [@&#8203;dotjs](https://redirect.github.com/dotjs) in [#&#8203;620](https://redirect.github.com/cloudflare/circl/pull/620) - ecc/bls12381: check input length for infinity encoding in SetBytes. by [@&#8203;bwesterb](https://redirect.github.com/bwesterb) in [#&#8203;618](https://redirect.github.com/cloudflare/circl/pull/618) - abe/cpabe/tkn20: bound recursion depth when parsing policies. by [@&#8203;cjpatton](https://redirect.github.com/cjpatton) in [#&#8203;622](https://redirect.github.com/cloudflare/circl/pull/622) - abe/cpabe/tkn20: reject ciphertexts with trailing data. by [@&#8203;cjpatton](https://redirect.github.com/cjpatton) in [#&#8203;621](https://redirect.github.com/cloudflare/circl/pull/621) - abe/cpabe/tkn20: handle short ciphertexts as errors. by [@&#8203;cjpatton](https://redirect.github.com/cjpatton) in [#&#8203;611](https://redirect.github.com/cloudflare/circl/pull/611) - abe/cpabe/tkn20: enforce wire count matches policy. by [@&#8203;cjpatton](https://redirect.github.com/cjpatton) in [#&#8203;624](https://redirect.github.com/cloudflare/circl/pull/624) - abe/cpabe/tkn20: handle malformed ciphertext header. by [@&#8203;cjpatton](https://redirect.github.com/cjpatton) in [#&#8203;623](https://redirect.github.com/cloudflare/circl/pull/623) - abe/cpabe/tkn20: reject circuits with invalid topologies. by [@&#8203;cjpatton](https://redirect.github.com/cjpatton) in [#&#8203;625](https://redirect.github.com/cloudflare/circl/pull/625) - Release CIRCL v1.6.4 by [@&#8203;cjpatton](https://redirect.github.com/cjpatton) in [#&#8203;626](https://redirect.github.com/cloudflare/circl/pull/626) #### New Contributors - [@&#8203;04cb](https://redirect.github.com/04cb) made their first contribution in [#&#8203;588](https://redirect.github.com/cloudflare/circl/pull/588) - [@&#8203;z9z](https://redirect.github.com/z9z) made their first contribution in [#&#8203;607](https://redirect.github.com/cloudflare/circl/pull/607) - [@&#8203;dotjs](https://redirect.github.com/dotjs) made their first contribution in [#&#8203;620](https://redirect.github.com/cloudflare/circl/pull/620) **Full Changelog**: <cloudflare/circl@v1.6.3...v1.6.4> </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - Monday through Friday (`* * * * 1-5`) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNTkuMiIsInVwZGF0ZWRJblZlciI6IjQzLjI1OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJpbXBhY3Qvbm8tY2hhbmdlbG9nLXJlcXVpcmVkIl19--> Co-authored-by: pulumi-renovate[bot] <189166143+pulumi-renovate[bot]@users.noreply.github.com>
1 parent 5ae0bfd commit 8718367

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ require (
8989
github.com/cheggaaa/pb v1.0.29 // indirect
9090
github.com/clipperhouse/displaywidth v0.11.0 // indirect
9191
github.com/clipperhouse/uax29/v2 v2.7.0 // indirect
92-
github.com/cloudflare/circl v1.6.3 // indirect
92+
github.com/cloudflare/circl v1.6.4 // indirect
9393
github.com/cncf/xds/go v0.0.0-20260202195803-dba9d589def2 // indirect
9494
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
9595
github.com/djherbis/times v1.6.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2932,8 +2932,8 @@ github.com/clipperhouse/uax29/v2 v2.7.0/go.mod h1:EFJ2TJMRUaplDxHKj1qAEhCtQPW2tJ
29322932
github.com/cloudflare/circl v1.3.7/go.mod h1:sRTcRWXGLrKw6yIGJ+l7amYJFfAXbZG0kBSc8r4zxgA=
29332933
github.com/cloudflare/circl v1.6.0/go.mod h1:uddAzsPgqdMAYatqJ0lsjX1oECcQLIlRpzZh3pJrofs=
29342934
github.com/cloudflare/circl v1.6.1/go.mod h1:uddAzsPgqdMAYatqJ0lsjX1oECcQLIlRpzZh3pJrofs=
2935-
github.com/cloudflare/circl v1.6.3 h1:9GPOhQGF9MCYUeXyMYlqTR6a5gTrgR/fBLXvUgtVcg8=
2936-
github.com/cloudflare/circl v1.6.3/go.mod h1:2eXP6Qfat4O/Yhh8BznvKnJ+uzEoTQ6jVKJRn81BiS4=
2935+
github.com/cloudflare/circl v1.6.4 h1:pOXuDTCEYyzydgUpQ0CQz3LsinKjiSk6nNP5Lt5K64U=
2936+
github.com/cloudflare/circl v1.6.4/go.mod h1:YxarevkLlbaHuWsxG6vmYNWBEsSp4pnp7j+4VljMavY=
29372937
github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc=
29382938
github.com/cncf/udpa/go v0.0.0-20200629203442-efcf912fb354/go.mod h1:WmhPx2Nbnhtbo57+VJT5O0JRkEi1Wbu0z5j0R8u5Hbk=
29392939
github.com/cncf/udpa/go v0.0.0-20201120205902-5459f2c99403/go.mod h1:WmhPx2Nbnhtbo57+VJT5O0JRkEi1Wbu0z5j0R8u5Hbk=

0 commit comments

Comments
 (0)