Skip to content

Commit d3ae8c9

Browse files
Bump github.com/miekg/pkcs11 from 1.1.1 to 1.1.2 in the go group (#50)
Bumps the go group with 1 update: [github.com/miekg/pkcs11](https://github.com/miekg/pkcs11). Updates `github.com/miekg/pkcs11` from 1.1.1 to 1.1.2 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/miekg/pkcs11/commit/b7c7893ab1a71197aabf7c9c9ff069644f1714c3"><code>b7c7893</code></a> Release 1.1.2</li> <li><a href="https://github.com/miekg/pkcs11/commit/9dd1a7f4859393bd11a27a8cacfc3e48cdbbd94e"><code>9dd1a7f</code></a> Allow setting pReserved in Initialize (<a href="https://redirect.github.com/miekg/pkcs11/issues/187">#187</a>)</li> <li><a href="https://github.com/miekg/pkcs11/commit/9078ad6b9d4b17a548e56959b10e8949afab10ec"><code>9078ad6</code></a> const_generate: hardcode CK_TRUE/CK_FALSE to golang bool values (<a href="https://redirect.github.com/miekg/pkcs11/issues/176">#176</a>)</li> <li><a href="https://github.com/miekg/pkcs11/commit/e678cf59e528fbe282ec77c9211fcf7d73a52f3e"><code>e678cf5</code></a> update to newer Go versions in workflow (<a href="https://redirect.github.com/miekg/pkcs11/issues/167">#167</a>)</li> <li><a href="https://github.com/miekg/pkcs11/commit/e93055c24cd44e2a23b12f2cd27fe771ec2e37d5"><code>e93055c</code></a> Add RSA AES key wrap mechanism parameters (<a href="https://redirect.github.com/miekg/pkcs11/issues/166">#166</a>)</li> <li><a href="https://github.com/miekg/pkcs11/commit/54342472734aa46d354f5e891c71c86d4dba84ec"><code>5434247</code></a> Call Finalize on Module destroy (<a href="https://redirect.github.com/miekg/pkcs11/issues/164">#164</a>)</li> <li><a href="https://github.com/miekg/pkcs11/commit/3e7a4ed852d9ac7c553ee5b5a5fde4a4cb2aee1c"><code>3e7a4ed</code></a> Add NSS vendor attributes from Mozilla Bug 1465613 (<a href="https://redirect.github.com/miekg/pkcs11/issues/163">#163</a>)</li> <li><a href="https://github.com/miekg/pkcs11/commit/8bb176f4d2f74fc42354cee62f9678e80f57888c"><code>8bb176f</code></a> p11: Add Mechanism.Type() and Mechanism.Parameter() (<a href="https://redirect.github.com/miekg/pkcs11/issues/160">#160</a>)</li> <li><a href="https://github.com/miekg/pkcs11/commit/9a05b233a04393b430371a1a65383098c9c79f71"><code>9a05b23</code></a> Remove unnecessary memory copies by C.GoBytes() calls (<a href="https://redirect.github.com/miekg/pkcs11/issues/154">#154</a>)</li> <li><a href="https://github.com/miekg/pkcs11/commit/ae8b1252b9ce99c7b8dcdac571d45c1f557f2b7a"><code>ae8b125</code></a> Add the p11 PrivateKey.Derive() function (<a href="https://redirect.github.com/miekg/pkcs11/issues/128">#128</a>)</li> <li>Additional commits viewable in <a href="https://github.com/miekg/pkcs11/compare/v1.1.1...v1.1.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/miekg/pkcs11&package-manager=go_modules&previous-version=1.1.1&new-version=1.1.2)](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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 81e720a commit d3ae8c9

9 files changed

Lines changed: 880 additions & 676 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.24.0
55
require (
66
github.com/google/uuid v1.6.0
77
github.com/gorilla/mux v1.8.1
8-
github.com/miekg/pkcs11 v1.1.1
8+
github.com/miekg/pkcs11 v1.1.2
99
github.com/pkg/errors v0.9.1
1010
github.com/spf13/pflag v1.0.10
1111
go.uber.org/zap v1.27.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
44
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
55
github.com/gorilla/mux v1.8.1 h1:TuBL49tXwgrFYWhqrNgrUNEY92u81SPhu7sTdzQEiWY=
66
github.com/gorilla/mux v1.8.1/go.mod h1:AKf9I4AEqPTmMytcMc0KkNouC66V3BtZ4qD5fmWSiMQ=
7-
github.com/miekg/pkcs11 v1.1.1 h1:Ugu9pdy6vAYku5DEpVWVFPYnzV+bxB+iRdbuFSu7TvU=
8-
github.com/miekg/pkcs11 v1.1.1/go.mod h1:XsNlhZGX73bx86s2hdc/FuaLm2CPZJemRLMA+WTFxgs=
7+
github.com/miekg/pkcs11 v1.1.2 h1:/VxmeAX5qU6Q3EwafypogwWbYryHFmF2RpkJmw3m4MQ=
8+
github.com/miekg/pkcs11 v1.1.2/go.mod h1:XsNlhZGX73bx86s2hdc/FuaLm2CPZJemRLMA+WTFxgs=
99
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
1010
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
1111
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=

vendor/github.com/miekg/pkcs11/params.go

Lines changed: 29 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/miekg/pkcs11/pkcs11.go

Lines changed: 34 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/miekg/pkcs11/release.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/miekg/pkcs11/types.go

Lines changed: 13 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/miekg/pkcs11/vendor.go

Lines changed: 8 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)