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

PKCS#7: Cryptographic Message Syntax Standard support #28

Closed
Tracked by #1
jklong opened this issue Sep 15, 2021 · 7 comments
Closed
Tracked by #1

PKCS#7: Cryptographic Message Syntax Standard support #28

jklong opened this issue Sep 15, 2021 · 7 comments

Comments

@jklong
Copy link
Contributor

jklong commented Sep 15, 2021

Implement PKCS#7 per RFC5652

@jklong jklong mentioned this issue Sep 15, 2021
8 tasks
@tarcieri tarcieri changed the title PKCS#7 support PKCS#7: Cryptographic Message Syntax Standard support Sep 15, 2021
@dskyberg
Copy link

I vote for at least adding signed_data so that the crate handles certificate sets shared as ".p7b" files.

@woodruffw
Copy link
Contributor

I'm happy to take a stab at SignedData support. @tarcieri would you be willing to review changes for that? 🙂

@carl-wallace
Copy link
Contributor

carl-wallace commented Dec 19, 2022 via email

@woodruffw
Copy link
Contributor

I had definitions done for most structs and had started adding tests for SignedData when the shift to owned started and I paused. I could share that and/or collaborate if the timing is right for that work. I’ve not yet sussed out how much the definitions will need change, so what’s been done may or may not be a good starting point.

I'm happy to take a look, at the minimum! Collaboration would also be welcome 🙂

@tarcieri
Copy link
Member

@woodruffw I can do some cursory review but I lack expertise in PKCS#7 and it's rather complex.

@carl-wallace it'd be great if you could push up a WIP

@carl-wallace
Copy link
Contributor

carl-wallace commented Dec 19, 2022 via email

@tarcieri
Copy link
Member

I think we can close this at this point. We've had both the now retired pkcs7 crate and its successor, the cms crate

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

No branches or pull requests

6 participants
@tarcieri @carl-wallace @jklong @woodruffw @dskyberg and others