Skip to content

add a PKCS 12 builder to pkcs12 crate#2299

Open
carl-wallace wants to merge 3 commits intoRustCrypto:masterfrom
carl-wallace:pkcs12_builder
Open

add a PKCS 12 builder to pkcs12 crate#2299
carl-wallace wants to merge 3 commits intoRustCrypto:masterfrom
carl-wallace:pkcs12_builder

Conversation

@carl-wallace
Copy link
Copy Markdown
Contributor

This PR adds a PKCS 12 builder to the pkcs12 crate as Pkcs12Builder. A high level parser is included as parse_pkcs12. The builder is gated on the builder feature (similar to the builder in the cms crate). It includes legacy algorithm support gated on the legacy feature. Interop tests with openssl are included and there's a command line utility that uses the builder here at https://github.com/carl-wallace/pkcs12-rs (on the formats branch) for ad hoc testing.

@carl-wallace carl-wallace requested review from baloo and tarcieri April 23, 2026 11:24
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.

1 participant