Skip to content

pkcs7: make types for creating messages public - #991

Merged
tarcieri merged 9 commits into
RustCrypto:masterfrom
bkstein:bk/pkcs7-creation
Apr 10, 2023
Merged

pkcs7: make types for creating messages public#991
tarcieri merged 9 commits into
RustCrypto:masterfrom
bkstein:bk/pkcs7-creation

Conversation

@bkstein

@bksteinbkstein commented Apr 6, 2023

Copy link
Copy Markdown
Contributor

This is a proposal (say: a trial ballon) for how PKSC #7 messages could be created. The work is not done with this request. Signing and encryption is missing, but by making some types public, we can at least get a PKSC #7 scaffolding with certificates.
Is this a good way? Should I proceed with it? Or do you already have other plans?

@bkstein
bkstein marked this pull request as draft April 6, 2023 18:35
@bkstein

Copy link
Copy Markdown
ContributorAuthor

Oh oh, looks like I activated std. I'll check that.

Comment threadpkcs7/Cargo.toml Outdated
@bkstein
bkstein requested a review from tarcieriApril 8, 2023 11:35
@bkstein
bkstein marked this pull request as ready for review April 8, 2023 11:35
Comment threadpkcs7/tests/content_tests.rs Outdated
@tarcieri

Copy link
Copy Markdown
Member

Looks good overall. One nit about what seems like it was leftover debugging code.

Comment threadpkcs7/Cargo.toml Outdated
Comment threadpkcs7/tests/content_tests.rs Outdated
@tarcieri
tarcieri merged commit 35b6130 into RustCrypto:masterApr 10, 2023
@tarcieritarcieri changed the title Creating PKCS #7 messagespkcs7: make types for creating messages publicApr 10, 2023
Sign up for freeto 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.

3 participants

@bkstein@tarcieri@kletterstein