Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cms v0.2.2 #1153

Merged
merged 1 commit into from
Jul 14, 2023
Merged

cms v0.2.2 #1153

merged 1 commit into from
Jul 14, 2023

Conversation

baloo
Copy link
Member

@baloo baloo commented Jul 14, 2023

Added

  • SignedData builder (#1051)

Changed

  • Deprecate pkcs7 in favor of cms (#1062)
  • der: add SetOf(Vec)::insert(_ordered); deprecate add (#1067)
  • Re-enable all minimal-versions checks (#1071)

Fixed

  • Don't insert signing time attribute by default (#1148)
  • Fixed encoding of SubjectKeyIdentifier (#1152)

Added
- `SignedData` builder (RustCrypto#1051)

Changed
- Deprecate `pkcs7` in favor of `cms` (RustCrypto#1062)
- der: add `SetOf(Vec)::insert(_ordered)`; deprecate `add` (RustCrypto#1067)
- Re-enable all minimal-versions checks (RustCrypto#1071)

Fixed
- Don't insert signing time attribute by default (RustCrypto#1148)
- Fixed encoding of `SubjectKeyIdentifier` (RustCrypto#1152)
Comment on lines +20 to +25
[#1051]: https://github.com/RustCrypto/formats/pull/1051
[#1062]: https://github.com/RustCrypto/formats/pull/1062
[#1067]: https://github.com/RustCrypto/formats/pull/1067
[#1071]: https://github.com/RustCrypto/formats/pull/1071
[#1148]: https://github.com/RustCrypto/formats/pull/1148
[#1152]: https://github.com/RustCrypto/formats/pull/1152
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI, I usually copy and paste these into the release PR description as otherwise the links get a little redundant with GitHub's auto-expansion

@baloo baloo merged commit 022a178 into RustCrypto:master Jul 14, 2023
163 checks passed
@baloo baloo deleted the baloo/cms/0.2.2 branch July 14, 2023 20:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants