summaryrefslogtreecommitdiffstats
path: root/openpgp/src/serialize/mod.rs
AgeCommit message (Expand)Author
2020-04-02openpgp: Rename.Justus Winter
2020-04-01openpgp: Fix worst-case estimate of compressed data size.Justus Winter
2020-03-31openpgp: Improve summary line of modules and types.Justus Winter
2020-03-26openpgp: Change packet bodies to be tristate.Justus Winter
2020-03-18openpgp: Use the hex::Dumper in the tests.Justus Winter
2020-03-10openpgp: Qualify trait objects using 'dyn'.Justus Winter
2020-03-03openpgp: Only impl Serialize for objects that are normally exported.Neal H. Walfield
2020-02-26openpgp: Add a prelude file to import things related to certificatesNeal H. Walfield
2020-02-24openpgp: Improve protection of unencrypted key material.Justus Winter
2020-02-21openpgp: Mark enum Signature as non-exhaustive.Justus Winter
2020-02-21openpgp: Mark enum Ciphertext as non-exhaustive.Justus Winter
2020-02-21openpgp: Mark enum SecretKeyMaterial as non-exhaustive.Justus Winter
2020-02-21openpgp: Mark enum PublicKey as non-exhaustive.Justus Winter
2020-02-20openpgp: Typo.Justus Winter
2020-02-18openpgp: Improve tracking of secret keys.Justus Winter
2020-02-17openpgp: Move secret predicates.Justus Winter
2020-02-10openpgp: Consider sensitive designated revokers when exporting sigs.Justus Winter
2020-02-10openpgp: New type RevocationKey.Justus Winter
2020-02-10openpgp: Drop SubpacketValue::len in favor of serialized_len.Justus Winter
2020-02-06autocrypt: New crate.Justus Winter
2020-01-21openpgp: Rename Cert::primary to Cert::primary_key.Justus Winter
2020-01-21openpgp: Avoid use of Cert::primary_key.Justus Winter
2020-01-21openpgp: Rename Cert::primary to Cert::primary_key.Neal H. Walfield
2020-01-21openpgp: Remove debugging artifacts.Justus Winter
2020-01-08openpgp: Remove creation time argument from *::bind.Justus Winter
2020-01-07Fix broken links in the documentation.Justus Winter
2020-01-07openpgp: Improve documentation.Justus Winter
2020-01-06openpgp: Notation data keys are UTF-8 strings.Justus Winter
2020-01-06openpgp: Move packet::header::ctb::* into header.Justus Winter
2020-01-03openpgp: Abbreviate CompressedData::algorithm to algo.Justus Winter
2020-01-03openpgp: Move crypto::s2k::S2K to crypto.Justus Winter
2020-01-02openpgp: Align function name.Justus Winter
2020-01-02openpgp: Mark enum SignatureValue non-exhaustive.Justus Winter
2020-01-02openpgp: Change SubpacketValue::Unknown to store the tag.Justus Winter
2020-01-02openpgp: Mark packet version enums as non-exhaustive.Justus Winter
2020-01-02openpgp: Mark enum Packet non-exhaustive.Justus Winter
2020-01-02openpgp: Make serialize::PacketRef private.Justus Winter
2019-12-20openpgp: Make Container::body just a Vec.Justus Winter
2019-12-20openpgp: Store unknown packet data in struct Unknown.Justus Winter
2019-12-20openpgp: Store literal data in struct Literal.Justus Winter
2019-12-18openpgp: Make SubpacketValue::EmbeddedSignature take a Signature.Justus Winter
2019-12-18openpgp: Drop SubpacketValue::Invalid.Justus Winter
2019-12-17openpgp: Make Subpacket own the data.Justus Winter
2019-12-17openpgp: Improve SubpacketLength.Justus Winter
2019-12-13openpgp: Rename the hash prefix to digest prefix.Justus Winter
2019-12-13openpgp: Likewise for MDC.Justus Winter
2019-12-06openpgp: Rename signature types.Justus Winter
2019-12-03openpgp: Convert uses of Time::to_pgp.Justus Winter
2019-12-03openpgp: Use Duration in KeyExpirationTime.Justus Winter
2019-12-03openpgp: Use Duration in SignatureExpirationTime.Justus Winter