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

Openpgp parser for keyrings #60

Merged
merged 23 commits into from
Jun 28, 2018
Merged

Openpgp parser for keyrings #60

merged 23 commits into from
Jun 28, 2018

Conversation

lambdafu
Copy link
Collaborator

Tracking here the changes for a new OpenPGP parser.

@lambdafu
Copy link
Collaborator Author

lambdafu commented Mar 23, 2018

Next steps:

  • Refactor PublicKeyPacket (because the versioned data can also be used in a secret key or a sub key packet), into PublicKeyPacket and PublicKeyData.
  • Add fingerprint and key id interfaces to PublicKeyData.
  • Add key ID output to "packet filter" subcommand.

@lambdafu
Copy link
Collaborator Author

lambdafu commented Apr 14, 2018

Next steps:

  • Implement signature subpackets (ouch)
  • Implement public key and signature material for Ecdsa, Ecdh, and Eddsa
  • Implement user attribute packets

@lambdafu lambdafu force-pushed the openpgp-parser branch 3 times, most recently from 8048e7f to 31d90b2 Compare May 21, 2018 11:57
@lambdafu lambdafu modified the milestones: v0.0.6, 0.0.5 May 24, 2018
@lambdafu lambdafu self-assigned this May 24, 2018
@lambdafu lambdafu mentioned this pull request May 24, 2018
65 tasks
@codecov
Copy link

codecov bot commented May 24, 2018

Codecov Report

Merging #60 into master will increase coverage by 3.65%.
The diff coverage is 79.27%.

@@            Coverage Diff             @@
##           master      #60      +/-   ##
==========================================
+ Coverage   16.87%   20.53%   +3.65%     
==========================================
  Files         183      294     +111     
  Lines       30790    32769    +1979     
==========================================
+ Hits         5197     6730    +1533     
- Misses      25593    26039     +446

@lambdafu lambdafu force-pushed the openpgp-parser branch 4 times, most recently from 1d3c6ff to 5699ae5 Compare May 30, 2018 00:42
@lambdafu lambdafu force-pushed the openpgp-parser branch 9 times, most recently from 000efd4 to f1af549 Compare June 26, 2018 02:28
@lambdafu
Copy link
Collaborator Author

#77

@lambdafu lambdafu force-pushed the openpgp-parser branch 2 times, most recently from 401c140 to bf19697 Compare June 27, 2018 02:02
@lambdafu lambdafu changed the title Openpgp parser Openpgp parser for keyrings Jun 28, 2018
@lambdafu lambdafu merged commit 1fe5046 into master Jun 28, 2018
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.

1 participant