summaryrefslogtreecommitdiffstats
path: root/openpgp/src/packet/seip.rs
AgeCommit message (Expand)Author
2021-09-30Allow new() without default()Lars Wirzenius
2020-12-08openpgp: Use parens for assert_send_and_sync!.Azul
2020-12-08openpgp: Ensure public types are Send and Sync.Azul
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-26openpgp: Drop trivial tests.Justus Winter
2020-01-08openpgp: Explicitly implement PartialEq, Hash for packets.Justus Winter
2020-01-07openpgp: Do not Deref to Common for the container types.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: Make Container::body just a Vec.Justus Winter
2019-12-20openpgp: Embed struct Container in the container packets.Justus Winter
2019-07-15Prepare for Rust 2018.Justus Winter
2019-03-26openpgp: Add enum SEIP.Justus Winter
2019-02-06openpgp: New public constructor SEIP::new.Justus Winter
2019-02-06openpgp: Rename consuming conversion functions.Justus Winter
2018-12-13openpgp: Make fields of SEIP private.Justus Winter
2018-10-16openpgp: Refactor.Justus Winter