Tony Arcieri
3292db138d
v0.9.0-pre.2 ( #302 )
2023-04-19 09:06:51 -06:00
Dmitry Baryshkov
a6fd36d5c5
feat: switch to RsaPssParams::new() ( #299 )
...
Switch to using RsaPssParams::new() from pkcs1 crate. This fixes the
issue reported by zlint for x509-cert, where SHA* digest algorithms had
empty parameters instead of NULL parameters (as required by Mozilla
policy and permitted by RFC4055).
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2023-04-18 11:13:52 -06:00
Tony Arcieri
534eca6ae8
v0.9.0-pre.1 ( #286 )
2023-04-04 21:10:12 -06:00
Dmitry Baryshkov
cf90255057
AssociatedAlgorithmIdentifier implementation ( #278 )
...
Implement associated AlgorithmIdentifier traits for PKCS1v15 and PSS keys
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2023-04-04 20:12:08 -06:00
dependabot[bot]
11fd84f3eb
build(deps): bump base64ct from 1.5.3 to 1.6.0 ( #279 )
...
Bumps [base64ct](https://github.com/RustCrypto/formats ) from 1.5.3 to 1.6.0.
- [Release notes](https://github.com/RustCrypto/formats/releases )
- [Commits](https://github.com/RustCrypto/formats/compare/base64ct/v1.5.3...base64ct/v1.6.0 )
---
updated-dependencies:
- dependency-name: base64ct
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-01 09:05:50 -06:00
dependabot[bot]
c9ecfb60f1
build(deps): bump zeroize from 1.5.7 to 1.6.0 ( #282 )
...
Bumps [zeroize](https://github.com/RustCrypto/utils ) from 1.5.7 to 1.6.0.
- [Release notes](https://github.com/RustCrypto/utils/releases )
- [Commits](https://github.com/RustCrypto/utils/compare/zeroize-v1.5.7...zeroize-v1.6.0 )
---
updated-dependencies:
- dependency-name: zeroize
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-01 09:05:23 -06:00
Tony Arcieri
31f25dacee
v0.9.0-pre.0 ( #271 )
2023-03-06 13:51:13 -07:00
Tony Arcieri
54ddb2802f
Bump pkcs1
to v0.7, pkcs8
to v0.10; MSRV 1.65 ( #270 )
2023-03-06 13:31:16 -07:00
Tony Arcieri
99397db9ca
Use namespaced features for serde
; MSRV 1.60 ( #268 )
...
Reverts-the-revert from #254 , reinstating #251
This reverts commit 26f38ad66a09fc42ed6d73e3b1864f0251db4e2d.
Since we need to upgrade `pkcs1` and `pkcs8`, which are MSRV 1.65, now
is a good time to start making brekaing changes again.
2023-03-05 18:34:51 -07:00
Tony Arcieri
c2a16aac47
v0.8.2 ( #266 )
2023-03-01 21:54:18 -07:00