Skip to content

Add ASCII armor support #5

@csssuf

Description

@csssuf

ASCII armor is widely used, so we should support it.

Ideally we'd support it transparently, so we should add support for it directly to the parsers in src/packet.rs. We also want to support writing it, so a new function to_armor should be added to Packet.

Reading through RFC4880 section 6 would be a good start here. For an initial implementation throwing away the armor headers would be acceptable, but eventually we'll want to support those too, which will require some refactoring of Packet.

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