Skip to content

Upstream to RustCrypto? #3

@tarcieri

Description

@tarcieri

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions