Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ASCII armor support #5

Open
csssuf opened this issue Oct 1, 2018 · 0 comments
Open

Add ASCII armor support #5

csssuf opened this issue Oct 1, 2018 · 0 comments

Comments

@csssuf
Copy link
Owner

csssuf commented Oct 1, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant