Open
Description
Hi! I'm looking for an alternative to rust-openssl's X509ReqBuilder
for building and signing certificate signing requests. Ideally an alternative that supports:
- Custom EKUs (supported by OpenSSL)
- Custom certificate extensions (supported by OpenSSL)
- Custom ASN.1/DER-encoded CSR attributes in the PKCS#9/10 sense (not supported in any sane way by OpenSSL AFAIK, but this would be amazing)
I've had a great experience with other Rustls projects, so I checked here first and found rcgen
. Of course, I understand if a CSR builder is out of scope here.
Motivation: I'm implementing a subset of the MS-WCCE certificate enrollment protocol, which involves crafting CSRs with many interesting extensions and attributes. I'm also open to suggestions for other crates that might be able to help out with this!
Metadata
Metadata
Assignees
Labels
No labels
Activity