summaryrefslogtreecommitdiffstats
path: root/openpgp/src/packet
AgeCommit message (Expand)Author
2020-05-28openpgp: Use u64 for AEAD chunk sizes.Justus Winter
2020-05-28openpgp: Improve Key::decrypt_secret's discoverabilityNeal H. Walfield
2020-05-27openpgp: Fix referenceNeal H. Walfield
2020-05-27openpgp: Add methods to Key to handle encrypted secret key materialNeal H. Walfield
2020-05-27openpgp: Add SecretKeyMaterial::{decrypt,encrypt}Neal H. Walfield
2020-05-27openpgp: Make SecretKeyMaterial less brittleNeal H. Walfield
2020-05-27openpgp: Improve documentation for packet::trust.Neal H. Walfield
2020-05-27openpgp: Improve documentation for packet::ctb.Neal H. Walfield
2020-05-25openpgp: Fix documentation.Justus Winter
2020-05-20openpgp: Make field private, provide an accessorNeal H. Walfield
2020-05-20openpgp: Improve documentation for packet::header.Neal H. Walfield
2020-05-20openpgp: Improve documentation for packet::aed.Neal H. Walfield
2020-05-19openpgp: Improve documentation in packetNeal H. Walfield
2020-05-13openpgp, buffered-reader, ffi: Fix documentation warnings.Wiktor Kwapisiewicz
2020-05-12openpgp: Implement From<&Packet> for TagNeal H. Walfield
2020-05-11openpgp: Use {to,from}_be_bytes.Nora Widdecke
2020-05-08openpgp: Add a conversion from Packet to Result<Packet>.Neal H. Walfield
2020-04-29openpgp: Implement IntoIterator for Packet, Signature, et al.Neal H. Walfield
2020-04-21openpgp: Rename signature::Builder to signature::SignatureBuilder.Wiktor Kwapisiewicz
2020-04-16Revert "openpgp: Make PacketParserResult a std::result::Result."Justus Winter
2020-04-09openpgp: Make PacketParserResult a std::result::Result.Justus Winter
2020-04-09openpgp: Rename PacketParserBuilder::finalize to build.Justus Winter
2020-04-08openpgp: Change key's role function names.Wiktor Kwapisiewicz
2020-04-08openpgp: Rename crypto::mpis to crypto::mpiIgor Matuszewski
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