Commit d3ae8c9
authored
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 />
[](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
- vendor
- github.com/miekg/pkcs11
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments