gpg-migrate.git
2013-12-20 W. Trevor KingAdd PGPPacket._symmetric_key_algorithms
2013-12-20 W. Trevor KingAdd PGPPacket._public_key_algorithms
2013-12-20 W. Trevor KingAdd public key parsing to PGPPacket
2013-12-20 W. Trevor KingAdd a flexible packet-parsing framework
2013-12-20 W. Trevor Kinggpg-migrate.py: Convert PGPPacket 'packet-tag' key...
2013-12-20 W. Trevor KingPull PGPPacket header parsing out into _parse_header
2013-12-20 W. Trevor KingAdd packets_from_bytes to help parse multi-packet streams
2013-12-19 W. Trevor KingCheck for short packets in PGPPacket.from_bytes
2013-12-19 W. Trevor KingTrack data offset in bytes, and extract the packet...
2013-12-19 W. Trevor KingExtract the packet length from the old-format length...
2013-12-19 W. Trevor KingAdd PGPPacket._old_format_packet_lengths
2013-12-19 W. Trevor KingExtract the packet tag
2013-12-19 W. Trevor KingStub out gpg-migrate.py