summaryrefslogtreecommitdiffstats
path: root/openpgp
AgeCommit message (Expand)Author
2019-04-12Release 0.6.0.v0.6.0Justus Winter
2019-04-12openpgp: Do not emit trailing whitespace.Justus Winter
2019-04-12openpgp: Move the hex dumper to conversions::hex.Justus Winter
2019-04-12openpgp: Parse User IDs.Neal H. Walfield
2019-04-09openpgp: New predicates for algorithm support.Justus Winter
2019-04-09openpgp: Improve panic message.Justus Winter
2019-04-09openpgp: Guard signature verifications with a time.Justus Winter
2019-04-09openpgp: Improve documentation for Signature::verify*.Justus Winter
2019-04-05openpgp: Typo.Justus Winter
2019-04-05openpgp: New test key.Justus Winter
2019-04-05openpgp: Improve test by roundtripping all messages.Justus Winter
2019-04-05openpgp: When validating messages, fail on unknown packets.Justus Winter
2019-04-05openpgp: Derive PartialEq for Message.Justus Winter
2019-04-05openpgp: Implement Serialize for Message.Justus Winter
2019-04-05openpgp: Make a Message's packet pile derefable.Justus Winter
2019-04-05openpgp: Improve test by roundtripping all TPKs.Justus Winter
2019-04-05openpgp: Fix serializing of TPKs and TSKs.Justus Winter
2019-04-05openpgp: Typo.Justus Winter
2019-04-04openpgp: Add a new test.Justus Winter
2019-04-04openpgp: Syntax check headers in the parser.Justus Winter
2019-04-04openpgp: Improve transformation of detached signatures.Justus Winter
2019-04-04openpgp: Implement Parse for Packet.Justus Winter
2019-04-04openpgp: Fix serializing of AED packets.Justus Winter
2019-04-04openpgp: Fix bounds on SED and SEIP packets in Header::valid().Justus Winter
2019-04-04openpgp: Typo.Justus Winter
2019-04-04openpgp: Signature::get_issuer should only use the issuer subpacketNeal H. Walfield
2019-04-04openpgp: Extend packet/prelude.rsNeal H. Walfield
2019-04-04openpgp: Avoid key.fingerprint.to_keyid()Neal H. Walfield
2019-04-03openpgp: Reverse the order of signature groups.Justus Winter
2019-04-03openpgp: Refactor.Justus Winter
2019-04-03openpgp: Improve tests.Justus Winter
2019-04-03openpgp: Remove unused type.Justus Winter
2019-04-03openpgp: New test.Justus Winter
2019-04-03openpgp: Simplify code, improve documentation.Justus Winter
2019-04-02openpgp: Support the Trust packet.Justus Winter
2019-04-02openpgp: Improve PacketParser::buffer_unread_content().Justus Winter
2019-04-02openpgp: Improve the VerificationHelper protocol.Justus Winter
2019-04-02openpgp: Delay the checking of signatures in the streaming verifier.Justus Winter
2019-04-02openpgp: Check for truncated packets.Justus Winter
2019-04-02buffered-reader: New predicate BufferedReader::consummated.Justus Winter
2019-04-02openpgp: Fix the compression quine.Justus Winter
2019-04-02openpgp: Improve tracing output.Justus Winter
2019-04-02openpgp: Typos.Justus Winter
2019-04-02openpgp: Mark unreachable match arms.Justus Winter
2019-04-01openpgp: Tighten bounds on literal data packets.Justus Winter
2019-04-01openpgp: Tighten the bound on marker packets.Justus Winter
2019-04-01openpgp: Improve formatting.Justus Winter
2019-04-01openpgp: When serializing User Attribute Subpackets include the lengthNeal H. Walfield
2019-04-01openpgp: Tighten limits on valid headers.Neal H. Walfield
2019-04-01openpgp: Make arbitrary user attribute packets less arbitrary.Neal H. Walfield