summaryrefslogtreecommitdiffstats
path: root/openpgp/src/packet/unknown.rs
AgeCommit message (Expand)Author
2023-12-05openpgp: Preserve more information when cloning packet::Unknown.Justus Winter
2023-06-14openpgp: Deprecate `Packet::MDC` variant.Wiktor Kwapisiewicz
2022-06-08openpgp: Implement TryFrom<Packet> for Unknown.Justus Winter
2021-11-29Remove unnecessary borrows.Nora Widdecke
2021-08-27ffi, openpgp: Cleanup links after cargo intraconv.Nora Widdecke
2021-08-27Convert markdown to intra-doc links.Nora Widdecke
2020-12-11openpgp: Pass the hash algo's security reqs to Policy::signature.Neal H. Walfield
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-26Remove redundant field names.Wiktor Kwapisiewicz
2020-03-26openpgp: Change packet bodies to be tristate.Justus Winter
2020-03-09Switch from failure to anyhow.Justus Winter
2020-01-08openpgp: Explicitly implement PartialEq, Hash for packets.Justus Winter
2019-12-20openpgp: Fix comparing streamed containers.Justus Winter
2019-12-20openpgp: Use Container for Literal, Unknown.Justus Winter
2019-12-20openpgp: Use weaker ordering function.Justus Winter
2019-12-20openpgp: Embed struct Container in the container packets.Justus Winter
2019-12-20openpgp: Store unknown packet data in struct Unknown.Justus Winter
2019-12-20openpgp: Move fields from Common to Container.Justus Winter
2019-09-02openpgp: Implement Ord for UnknownNeal H. Walfield
2019-09-02openpgp: When comparing Unknowns, only compare their valuesNeal H. Walfield
2019-07-15Prepare for Rust 2018.Justus Winter
2019-02-06openpgp: Return previous value in setters.Justus Winter
2019-02-06openpgp: Store parsing errors in the Unknown packet.Justus Winter
2019-02-06openpgp: Rename consuming conversion functions.Justus Winter
2018-12-13openpgp: Make fields of Unknown private.Justus Winter
2018-10-16openpgp: Refactor.Justus Winter
2018-10-16openpgp: Refactor.Justus Winter