summaryrefslogtreecommitdiffstats
path: root/openpgp/src/packet/mod.rs
AgeCommit message (Expand)Author
2020-12-08openpgp: Use parens for assert_send_and_sync!.Azul
2020-12-08openpgp: Allow generic types in assert_send_and_sync!.Azul
2020-12-08openpgp: Ensure public types are Send and Sync.Azul
2020-11-20openpgp: Dump armored packets in tests.Justus Winter
2020-11-06openpgp: Use non_exhaustive attribute.Nora Widdecke
2020-10-02openpgp: Rename Cert::merge_packets to Cert::insert_packets.Justus Winter
2020-09-29openpgp: Implement PartialOrd, Ord for signature-related types.Justus Winter
2020-09-22openpgp: Remove `quickcheck` feature.Wiktor Kwapisiewicz
2020-08-06openpgp: Fix formatting of vector and array literals in examples.Justus Winter
2020-06-09openpgp: Improve documentation for packet::key and KeyNeal H. Walfield
2020-06-09openpgp: Turn redundant code into forwarderNeal H. Walfield
2020-06-08openpgp: Introduce feature flag for quickcheck.Nora Widdecke
2020-05-28openpgp: Improve Key::decrypt_secret's discoverabilityNeal H. Walfield
2020-05-27openpgp: Add methods to Key to handle encrypted secret key materialNeal H. Walfield
2020-05-19openpgp: Improve documentation in packetNeal H. Walfield
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-08openpgp: Change key's role function names.Wiktor Kwapisiewicz
2020-04-03openpgp: Return impl Iterator instead of a concrete typeNeal H. Walfield
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: 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-03-31openpgp: Implement Arbitrary for packet::Common.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-26openpgp: Change packet bodies to be tristate.Justus Winter
2020-03-03openpgp: Mark experimental features.Justus Winter
2020-02-18openpgp: Improve tracking of secret keys.Justus Winter
2020-01-08openpgp: Prevent matching on currently empty struct Common.Justus Winter
2020-01-08openpgp: Do not derive PartialEq, Eq, Hash for Common.Justus Winter
2020-01-02openpgp: Mark packet version enums as non-exhaustive.Justus Winter
2020-01-02openpgp: Mark enum Packet non-exhaustive.Justus Winter
2019-12-20openpgp: Fix comparing streamed containers.Justus Winter
2019-12-20openpgp: Keep track whether a container has been streamed.Justus Winter
2019-12-20openpgp: Move the container support to its own module.Justus Winter
2019-12-20openpgp: Embed struct Container in the container packets.Justus Winter
2019-12-20openpgp: Move fields from Common to Container.Justus Winter
2019-12-20openpgp: Store literal data in struct Literal.Justus Winter
2019-12-05openpgp: Allow Key4?::public_cmp to compare different key flavors.Justus Winter
2019-12-05openpgp: Turn Key4?::public_cmp into a method.Justus Winter
2019-12-05openpgp: Make crypto::{Signer,Decryptor} non-polymorphic.Justus Winter
2019-11-22openpgp: Make constructors specific to their public parts.Justus Winter
2019-09-17openpgp: Make packet::Container pub(crate).Justus Winter
2019-09-17openpgp: Make packet::Common::children private.Justus Winter
2019-09-17openpgp: Make packet::Common::body private.Justus Winter