python-pgpdump icon indicating copy to clipboard operation
python-pgpdump copied to clipboard

Cleaner errors

Open dkg opened this issue 6 years ago • 0 comments

This series of changes does significantly more error checking, and tries to avoid arbitrary exceptions being thrown when handling malformed data.

It also permits the user to use the system logging module when parsing a stream of packets to log malformed packets rather than raising an exception during the generation.

Part of this cleanup also involves identifying new algorithms and packet types.

dkg avatar Sep 16 '19 00:09 dkg