summaryrefslogtreecommitdiffstats
path: root/tool/src/commands/dump.rs
AgeCommit message (Expand)Author
2018-10-23openpgp: Move S2K to openpgp::crypto.Justus Winter
2018-10-23openpgp, tool: Improve iteration over packet maps.Justus Winter
2018-10-23openpgp: Move Map into a new module.Justus Winter
2018-10-16openpgp: Move the CTB module to openpgp::packet.Justus Winter
2018-10-11openpgp: Add support for the AEAD encrypted data packet.Justus Winter
2018-10-10openpgp: Add support for SKESKv5 packets.Justus Winter
2018-10-09openpgp: Support the Preferred AEAD Algorithm subpacket.Justus Winter
2018-10-09openpgp: Don't return the depth from PacketParser::{next,recurse}Neal H. Walfield
2018-10-01tool: Also show the computed MDC's hash.Neal H. Walfield
2018-10-01tool: Fix spelling.Neal H. Walfield
2018-10-01tool: Also display a Signature Expiration Time's absolute valueNeal H. Walfield
2018-09-28tool: Draw a tree of packet when dumping.Justus Winter
2018-09-28tool: Hand in headers, packets, and maps by value.Justus Winter
2018-09-28tool: Introduce struct PacketDumper that handles dumping of packets.Justus Winter
2018-09-27tool: Rework indentation handling.Justus Winter
2018-09-27tool: Print CTB and length when dumping packets.Justus Winter
2018-09-27tool: Move packet dumping code to a new module.Justus Winter