summaryrefslogtreecommitdiffstats
path: root/openpgp/src/serialize.rs
AgeCommit message (Expand)Author
2022-04-28openpgp: Rework handing of unknown compression algorithms.Justus Winter
2022-03-02openpgp: Fix test failure if compression features are disabled.Justus Winter
2022-02-22openpgp: Support v5 fingerprints.Justus Winter
2022-02-22openpgp: Generalize fingerprint serialization.Justus Winter
2022-01-21openpgp: Fix parsing and serializing keys on 32-bit time_t systems.Justus Winter
2021-11-29openpgp, sq: Drop unneeded clone on a Copy value.Nora Widdecke
2021-11-29Remove unnecessary slicing.Nora Widdecke
2021-11-29Fix Acronym spelling.Nora Widdecke
2021-11-29Remove unnecessary borrows.Nora Widdecke
2021-10-11openpgp: Correct link.Nora Widdecke
2021-09-21Avoid matching on &Foo, when a plain Foo pattern worksLars Wirzenius
2021-08-27ffi, openpgp: Cleanup links after cargo intraconv.Nora Widdecke
2021-08-27Convert markdown to intra-doc links.Nora Widdecke
2021-08-27openpgp: Add links.Nora Widdecke
2021-04-26openpgp: Expose support for attested certifications.Justus Winter
2021-04-20openpgp: Fix some more links.Justus Winter
2021-04-08openpgp: Improve Packet::serialized_len.Justus Winter
2021-04-08openpgp: New test for SerializeInto::serialized_len.Justus Winter
2021-04-08openpgp: Fix serialized length computation.Justus Winter
2021-04-08openpgp: Improving debugging of SerializeInto::serialized_len.Justus Winter
2021-04-08openpgp: Use Serialize::export for keys for consistency.Justus Winter
2021-04-08openpgp: Import Deref at the top level.Justus Winter
2021-04-08openpgp: Fix checking for exportability.Justus Winter
2021-03-19openpgp: Simplify key serialization code.Justus Winter
2021-03-19openpgp: Align equality, serialization of Key packets.Justus Winter
2020-12-11openpgp: Standardize fn main() in doctests.Azul
2020-12-07openpgp: Make serialize::stream::Message Send + Sync.Justus Winter
2020-11-28openpgp: seal the serialize traits.Azul
2020-11-12openpgp: Make crypto::Hash::digest fallible.Justus Winter
2020-11-06openpgp: Use non_exhaustive attribute.Nora Widdecke
2020-10-14Replace most 'extern crate' directives with 'use'.Justus Winter
2020-10-06openpgp: Support encrypted keys protected by two octet sum.Justus Winter
2020-10-06openpgp: Use common mpi::SecretKeyMaterial::serialize_with_checksum.Justus Winter
2020-10-06openpgp: Avoid compile-time polymorphism.Justus Winter
2020-10-06openpgp: Implement two-octet checksums over secret key material.Justus Winter
2020-08-20openpgp: Add optional parameters to unknown S2K variants.Justus Winter
2020-08-20openpgp: Make SKESK5::aead_iv fail with unknown S2K.Justus Winter
2020-08-20openpgp: Make SKESK4::esk fail with unknown S2K.Justus Winter
2020-08-20openpgp: Make key::Encrypted::ciphertext fail with unknown S2K.Justus Winter
2020-08-20openpgp: Make SKESK?::esk and SKESK5::aead_iv fallible.Justus Winter
2020-08-20openpgp: Make key::Encrypted::ciphertext fallible.Justus Winter
2020-08-17openpgp: Move crypto::sexp to the ipc crate.Justus Winter
2020-08-14openpgp: Fix error handling serializing PublicKey and Ciphertext.Justus Winter
2020-08-11openpgp: Mark S2K as non-exhaustive to allow future extensions.Justus Winter
2020-08-11openpgp: Mark S2K::Simple and S2K::Salted as deprecated.Justus Winter
2020-08-05openpgp: Implement NotationDataFlags using Bitfield.Justus Winter
2020-07-28openpgp: Reimplement the KeyFlags struct using Bitfield.Justus Winter
2020-07-28openpgp: Reimplement the KeyServerPreferences struct using Bitfield.Justus Winter
2020-07-27openpgp: Avoid monomorphization of generic_serialize_into.Justus Winter
2020-07-22openpgp: Rework the Features implementation and interface.Neal H. Walfield