-
Notifications
You must be signed in to change notification settings - Fork 86
Open
Description
New API Proposal: PKCS#12 Support
Motivation:
Thinking of X.509, certificates and keys and ways to transport these at once, one must have ran into the PKCS#12 standard. It's an archive file format used for storing all kinds of cryptography objects. It's often used to, but not limited to:
- Combining the private key and X.509 certificate as a container for a digital identity
- Transporting certificate chains
- ...
Importance:
A quick search reveals that there are some existing server side/native implementations that already have some form of PKCS#12 occurrence already (swift-nio-ssl, Uniform Type Idnetifiers, ...) and I feel like this certificate library is a good fit to have some form of PKCS#12 support too, which may be limited to combining a private key and a related certificate into a container, or combining the certificate chain into a container.
Metadata
Metadata
Assignees
Labels
No labels