summaryrefslogtreecommitdiffstats
path: root/openpgp/src/serialize.rs
AgeCommit message (Expand)Author
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
2020-07-15openpgp: Implement MarshalInto for Header.Justus Winter
2020-07-15openpgp: Fix serialization of UserAttribute subpackets.Justus Winter
2020-07-07openpgp: Implement Marshall traits for SubpacketLength.Nora Widdecke
2020-06-11openpgp: Mark enum Fingerprint as non-exhaustive.Justus Winter
2020-06-11openpgp: Mark enum KeyID as non-exhaustive.Justus Winter
2020-05-20openpgp: Make field private, provide an accessorNeal H. Walfield
2020-05-11openpgp: Use {to,from}_be_bytes.Nora Widdecke
2020-04-21openpgp: Rename signature::Builder to signature::SignatureBuilder.Wiktor Kwapisiewicz
2020-04-08openpgp: Rename crypto::mpis to crypto::mpiIgor Matuszewski
2020-04-07openpgp: Improve documentation for the serialize module.Justus Winter
2020-04-06openpgp: Rename as_slice to as_bytes.Nora Widdecke
2020-04-03Change function names to align to Rust naming conventions.Wiktor Kwapisiewicz
2020-04-03openpgp: Rename.Justus Winter
2020-04-02openpgp: Move the writer module to serialize::stream.Justus Winter
2020-04-02openpgp: Move the padding module to serialize::stream.Justus Winter
2020-04-02openpgp: Rename.Justus Winter