Skip to content

Implement PemLabel for ContentInfo#2353

Merged
tarcieri merged 2 commits into
RustCrypto:masterfrom
richvdh:contentinfo_pemlabel
Jun 19, 2026
Merged

Implement PemLabel for ContentInfo#2353
tarcieri merged 2 commits into
RustCrypto:masterfrom
richvdh:contentinfo_pemlabel

Conversation

@richvdh

@richvdh richvdh commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

We should be able to encode and decode ContentInfo objects encoded as PEM strings.

Fixes: #2352

@richvdh richvdh force-pushed the contentinfo_pemlabel branch from 79d9c73 to a747229 Compare June 19, 2026 01:00
We should be able to encode and decode ContentInfo objects encoded as PEM
strings.
@richvdh richvdh force-pushed the contentinfo_pemlabel branch from a747229 to 5749c88 Compare June 19, 2026 01:01
@richvdh

richvdh commented Jun 19, 2026

Copy link
Copy Markdown
Contributor Author

Since this requires enabling the pem feature of the der crate, I thought it best to put it behind a feature flag.

@tarcieri tarcieri merged commit d6231ba into RustCrypto:master Jun 19, 2026
18 checks passed
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.

cms::content_info::ContentInfo should implement PemLabel

2 participants