summaryrefslogtreecommitdiffstats
path: root/openpgp/src/parse
AgeCommit message (Expand)Author
2019-05-11openpgp: Include the path in the MessageValidator errorNeal H. Walfield
2019-05-11openpgp: Make {is,possible}_{message,keyring,tpk} return a ResultNeal H. Walfield
2019-05-10openpgp: Add a new parsing mode to the Armor ReaderNeal H. Walfield
2019-05-09openpgp: Communicate message structure from the decryptor.Justus Winter
2019-05-07openpgp, net: Improve panic messages.Justus Winter
2019-05-07openpgp: Rename TPKBuilder::default to TPKBuilder::newNeal H. Walfield
2019-04-25openpgp: Improve map of the frame.Justus Winter
2019-04-24openpgp: Fix roundtripping of packets with unknown MPIs.Justus Winter
2019-04-09openpgp: Improve panic message.Justus Winter
2019-04-09openpgp: Guard signature verifications with a time.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: 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-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: Improve tracing output.Justus Winter
2019-04-02openpgp: Typos.Justus Winter
2019-04-01openpgp: Remove tracing from MPI::parse.Neal H. Walfield
2019-04-01openpgp: Support the marker packet.Justus Winter
2019-03-28openpgp: Consistently abbreviate symmetric algorithm.Justus Winter
2019-03-28openpgp: Rename methods related to symmetric algorithms.Justus Winter
2019-03-27openpgp: Move fingerprint calculation.Justus Winter
2019-03-27openpgp: Move test file.Justus Winter
2019-03-26openpgp: Add enum Key.Justus Winter
2019-03-26openpgp: Add enum PKESK.Justus Winter
2019-03-26openpgp: Add enum SEIP.Justus Winter
2019-03-26openpgp: Add enum OnePassSig.Justus Winter
2019-03-26openpgp: Add enum Signature.Justus Winter
2019-03-26openpgp: Add enum AED.Justus Winter
2019-03-26openpgp: Introduce explicit packet versions, move enum SKESK.Justus Winter
2019-03-26openpgp: Add openpgp::packet::prelude.Justus Winter
2019-03-26openpgp: Move Header::plausible to the header module, improve itNeal H. Walfield
2019-03-26openpgp: Move destructures_to macro to macros.rsNeal H. Walfield
2019-03-25openpgp: Rework the DecryptionHelper trait.Justus Winter
2019-03-18openpgp: Make hash algorithm configurable in streaming Signer.Justus Winter
2019-03-18openpgp: Annotate MPI lengths with the fields name.Justus Winter
2019-03-14openpgp: Replace TPK::select_keys with an iterator.Neal H. Walfield
2019-03-13openpgp: Fix typo, rename parsed field names.Justus Winter
2019-03-01buffered-reader: Drop BufferedReader prefix.Justus Winter
2019-02-18openpgp: New traits SerializeInto and SerializeKeyInto.Justus Winter