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

Preserve original data and headers in the parsed packet. #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mitchellrj
Copy link

This allows programs to reconstruct the original packet(s) for an individual key in a stream of keys, amongst other things.

Many uses for this library may require the key data to be distributed completely unchanged. In the case where a file being parsed contains multiple PGP keys (e.g. from a keyserver dump), this is not possible without preserving the original data in the packets.

…programs to reconstruct the original packet(s) for an individual key in a stream of keys.
@tyll
Copy link
Contributor

tyll commented Apr 30, 2014

I implemented this also in issue 14, there is also an idea for a test case: commit 4b4810c

@mitchellrj
Copy link
Author

Ah, great, thanks. Any idea when there might be a new release?

@tyll
Copy link
Contributor

tyll commented May 15, 2014

No, @toofishes needs to merge the pull requests.

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

Successfully merging this pull request may close these issues.

2 participants