summaryrefslogtreecommitdiffstats
path: root/openpgp/src/serialize
AgeCommit message (Expand)Author
2019-05-13openpgp: New module containing the test data.Justus Winter
2019-05-13openpgp: Fix worst-case estimate of compressed data size.Justus Winter
2019-05-13openpgp: Typo.Justus Winter
2019-05-10openpgp: New type for the flags of notation data subpackets.Justus Winter
2019-05-09openpgp: Communicate message structure from the decryptor.Justus Winter
2019-05-07openpgp: Rename TPKBuilder::default to TPKBuilder::newNeal H. Walfield
2019-05-03openpgp: Account for every octet in the size calculation.Justus Winter
2019-05-03openpgp: Implement SerializeInto for TPK, TSK.Justus Winter
2019-05-03openpgp: Implement and use trait NetLength.Justus Winter
2019-05-03openpgp: Optimize generic_serialize_into.Justus Winter
2019-05-03openpgp: Move TPK/TSK serialization code to mod serialize.Justus Winter
2019-04-30openpgp: Avoid monomorphization of serializaton functions.Justus Winter
2019-04-24openpgp: Implement creation and serialization of Autocrypt headers.Justus Winter
2019-04-09openpgp: Guard signature verifications with a time.Justus Winter
2019-04-05openpgp: Implement Serialize for Message.Justus Winter
2019-04-04openpgp: Fix serializing of AED packets.Justus Winter
2019-04-04openpgp: Avoid key.fingerprint.to_keyid()Neal H. Walfield
2019-04-02openpgp: Support the Trust packet.Justus Winter
2019-04-02openpgp: Improve the VerificationHelper protocol.Justus Winter
2019-04-01openpgp: When serializing User Attribute Subpackets include the lengthNeal H. Walfield
2019-04-01openpgp: Add serialization support for user attribute subpacketsNeal H. Walfield
2019-04-01openpgp: Support the marker packet.Justus Winter
2019-03-28openpgp: Rename methods related to symmetric algorithms.Justus Winter
2019-03-26openpgp: Add enum Key.Justus Winter
2019-03-26openpgp: Add enum PKESK.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-21openpgp: Rename `UserID::userid()` to `value()`.Justus Winter
2019-03-21openpgp: Remove UserID::new() and the mutators.Justus Winter
2019-03-21openpgp: Rename UserAttribute's accessors.Justus Winter
2019-03-18openpgp: Make cipher algorithm configurable in streaming Encryptor.Justus Winter
2019-03-18openpgp: Make hash algorithm configurable in streaming Signer.Justus Winter
2019-03-18openpgp: Improve tests.Justus Winter
2019-03-15openpgp: Improve examples.Justus Winter
2019-03-14openpgp: Replace TPK::select_keys with an iterator.Neal H. Walfield
2019-02-18openpgp: Improve documentation.Justus Winter
2019-02-18openpgp: Move Serialize::to_vec to SerializeInto::to_vec.Justus Winter
2019-02-18openpgp: New traits SerializeInto and SerializeKeyInto.Justus Winter
2019-02-18openpgp: Return error instead of panicking.Justus Winter
2019-02-17openpgp: Implement Serialize for Fingerprint.Justus Winter
2019-02-17openpgp: Move the serialization traits.Justus Winter
2019-02-17openpgp: Implement From<Vec<Packets>> for PacketPile.Justus Winter
2019-02-13openpgp: use nettle 4.0Kai Michaelis
2019-02-13openpgp: Use unqualified variants.Justus Winter
2019-02-06openpgp: Rename PKESK::new to PKESK::for_recipient.Justus Winter
2019-02-06openpgp: Replace MDC::new with From.Justus Winter
2019-02-06openpgp: Rename consuming conversion functions.Justus Winter