NOTE: when computing signatures with this release, make sure to enable the
oid crate feature of the digest crate you are using when computing the
signature (e.g. sha2, sha3). If the oid feature doesn't exist, make sure
you're using the latest versions.
Added
pkcs1v15 and pss modules with SigningKey/VerifyingKey types
(#174, #195, #202, #207, #208)
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 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)
Updates the requirements on rsa to permit the latest version.
Changelog
Sourced from rsa's changelog.
... (truncated)
Commits
3c2a3f8
v0.8.0 (#250)b10b924
Bumpsignature
crate dependency to v2 (#249)37c1e14
rsa v0.8.0-rc.0 (#248)35372d9
RefactorPaddingScheme
into a trait (#244)35a3209
Bumpsignature
to v2.0.0-rc.1 (#247)6b5dcc8
Makepadding
module private (#243)47b8aaa
Bumpsignature
to v2.0.0-rc.0 (#242)6b22f50
CHANGELOG.md: fix v0.8.0-pre.0 release date8c96243
v0.8.0-pre.0 (#237)b39752d
feat: switch to version 2.0 (pre) of the signature crate (#217)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 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)