Skip to content

Optional feature flags for pkcs8 #68

@grovesNL

Description

@grovesNL

It would be useful to optionally support decrypting DES and 3DES keys. This is enabled by optional features on the pkcs8 dependency. This is similar to #55

From https://docs.rs/pkcs8/latest/pkcs8/#legacy-des-cbc-and-des-ede3-cbc-3des-support-optional

When the des-insecure and/or 3des features are enabled this crate provides support for private keys encrypted with with DES-CBC and DES-EDE3-CBC (3DES or Triple DES) symmetric encryption, respectively.

Some people might not want this enabled so we could either have feature flags that are forwarded to pkcs8.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions