-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Hello, I'm writing on behalf of the @RustCrypto project.
In our https://github.com/rustcrypto/formats repo we implement several cryptography-related formats which are mandated to support BER. We currently implement these using the der crate which performs canonicalization checks on decoding, however several of the formats are mandated (as in "MUST") to support BER.
If you're willing to part with it, we would love to extract the BER-specific functionality of der out into a ber crate and use it to implement formats that require BER (such as PKCS#7, PKCS#8, and PKCS#12).
Is that something you'd be willing to do?
Metadata
Metadata
Assignees
Labels
No labels