summaryrefslogtreecommitdiffstats
path: root/openpgp/src/serialize
AgeCommit message (Expand)Author
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
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-27openpgp: Explain binding signature lookup failures.Justus Winter
2020-03-26Remove redundant field names.Wiktor Kwapisiewicz
2020-03-26openpgp: Change packet bodies to be tristate.Justus Winter
2020-03-25openpgp: Improve performance of detached signature verification.Justus Winter
2020-03-18openpgp: Fix documentation.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-09Switch from failure to anyhow.Justus Winter
2020-03-03openpgp: Only impl Serialize for objects that are normally exported.Neal H. Walfield
2020-03-03openpgp: Mark experimental features.Justus Winter
2020-03-01openpgp: Use a policy to determine what components are valid.Neal H. Walfield
2020-02-26openpgp: Remove unnecessary use of .mark_role_primary{,_ref}().Neal H. Walfield
2020-02-26openpgp: Don't unnecessarily use ComponentAmalgamation::bundle.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: Add the bundle method to the Amalgamation trait.Neal H. Walfield
2020-02-20openpgp: Typo.Justus Winter
2020-02-20openpgp: Rename the Amalgamation trait to ValidAmalgamation.Neal H. Walfield
2020-02-19openpgp: Move RevocationStatus to module types.Justus Winter
2020-02-19openpgp: Split VerificationResult.Justus Winter
2020-02-18openpgp: Improve tracking of secret keys.Justus Winter
2020-02-18openpgp: Use predicate Key4::has_secret.Justus Winter
2020-02-17openpgp: Move secret predicates.Justus Winter
2020-02-17openpgp: Make Recipient::new polymorphic over key variants.Justus Winter
2020-02-17openpgp: Reduce the number of explicit key conversions.Justus Winter
2020-02-12openpgp: Add optional cipher argument to DecryptionHelper::decrypt.Justus Winter
2020-02-12openpgp: Add optional cipher argument to PKESK3::decrypt.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-02-06openpgp: Use CertBuilder::general_purpose in tests.Justus Winter
2020-02-06openpgp: Rename methods 'set_policy' to 'with_policy'.Justus Winter
2020-02-06openpgp: Rename ComponentBinding to ComponentBundle, etc.Justus Winter
2020-02-05openpgp: Make Cert::into_packets() and to_vec() agree on sig order.Justus Winter
2020-02-05openpgp: Fix serialization of armored certificates.Justus Winter
2020-01-31openpgp: Add a policy object.Neal H. Walfield
2020-01-24openpgp: Make 'direct_key_signature' a part of trait Amalgamation.Justus Winter
2020-01-24openpgp: Optimize drop(Vec<u8>::drain(..n)) in debug mode.Justus Winter
2020-01-24openpgp: Improve test.Justus Winter