summaryrefslogtreecommitdiffstats
path: root/openpgp/src/packet
AgeCommit message (Expand)Author
2020-04-07openpgp: Allow setting multiple designated revokersNeal H. Walfield
2020-04-07openpgp: Simplify some default time unwrappingIgor Matuszewski
2020-04-07openpgp: Simplify Key4::has_unencrypted_secretIgor Matuszewski
2020-04-03openpgp: Return impl Iterator instead of a concrete typeNeal H. Walfield
2020-04-03Change function names to align to Rust naming conventions.Wiktor Kwapisiewicz
2020-04-03openpgp: Convert `CTB::from_ptag` to `TryFrom<u8>`Wiktor Kwapisiewicz
2020-04-02openpgp: Implement Default for packet::Literal.Justus Winter
2020-04-02openpgp: Drop Fingerprint::from_hex in favor of FromStr.Justus Winter
2020-04-02openpgp: Drop KeyID::from_hex in favor of FromStr.Justus Winter
2020-04-01openpgp: New rountrip test for equality on Packet.Justus Winter
2020-04-01openpgp: New roundtrip test for Packet.Justus Winter
2020-04-01openpgp: Implement Arbitrary for some Key<_, _>.Justus Winter
2020-04-01openpgp: Rename.Justus Winter
2020-04-01openpgp: Implement Arbitrary for Signature.Justus Winter
2020-04-01openpgp: Implement Arbitrary for CompressedData.Justus Winter
2020-04-01openpgp: Implement Arbitrary for Packet.Justus Winter
2020-04-01openpgp: Fix Subpacket's debug formatting.Justus Winter
2020-03-31openpgp: Implement Arbitrary for packet::Common.Justus Winter
2020-03-31openpgp: Implement Arbitrary for OnePassSig, PKESK.Justus Winter
2020-03-31openpgp: Improve summary line of modules and types.Justus Winter
2020-03-31openpgp: Move definition of enum Packet.Justus Winter
2020-03-27openpgp: Improve documentation.Justus Winter
2020-03-27openpgp: Define equality using the serialized OpenPGP form.Justus Winter
2020-03-27openpgp: Simplify semantics of Signature::normalize.Justus Winter
2020-03-26Remove redundant field names.Wiktor Kwapisiewicz
2020-03-26openpgp: Change packet bodies to be tristate.Justus Winter
2020-03-26openpgp: Drop trivial tests.Justus Winter
2020-03-20openpgp: Drop Container::body_mut().Justus Winter
2020-03-20openpgp: Add test demonstrating partial reads of literal packets.Justus Winter
2020-03-20openpgp: Remove `to_hex` in KeyHandle, KeyID and Fingerprint.Wiktor Kwapisiewicz
2020-03-19openpgp: Fix typo.Nora Widdecke
2020-03-19openpgp: Add test.Nora Widdecke
2020-03-19openpgp: Use the signing key's issuer and issuer_fingerprint by default.Nora Widdecke
2020-03-19openpgp: Put issuer and issuer_fingerprint subpackets in unhashed area.Nora Widdecke
2020-03-16openpgp: Avoid array-into-iter warning.Justus Winter
2020-03-11openpgp: Improve notation data documentation.Justus Winter
2020-03-10openpgp: Pick the fastest SHA2 sum based on the architecture.Justus Winter
2020-03-10openpgp: Sort signature subpackets before signing.Justus Winter
2020-03-10openpgp: Sort fingerprints to the front in Signature::get_issuers.Justus Winter
2020-03-09Switch from failure to anyhow.Justus Winter
2020-03-09openpgp: Update nettle to 7.0.0.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-02-26openpgp: Don't unnecessarily use ComponentAmalgamation::bundle.Neal H. Walfield
2020-02-26openpgp: Rework KeyAmalgamation to preserve the key's role.Neal H. Walfield
2020-02-26openpgp: Fix macro.Neal H. Walfield
2020-02-26openpgp: Add a prelude file to import things related to certificatesNeal H. Walfield
2020-02-24openpgp: Drop XXX.Justus Winter
2020-02-24openpgp: Add missing docs.Justus Winter
2020-02-24openpgp: Implement Display for SubpacketTag.Justus Winter