summaryrefslogtreecommitdiffstats
path: root/openpgp/src/packet/mod.rs
AgeCommit message (Expand)Author
2022-05-11openpgp: Implement downcasting of Packets to Packet Bodies.Justus Winter
2022-03-25openpgp: New function Packet::version.Justus Winter
2022-01-21openpgp: Fix parsing and serializing keys on 32-bit time_t systems.Justus Winter
2021-12-13ipc, openpgp: Bump quickcheck to 1.0.3.Nora Widdecke
2021-12-03openpgp: Derive Default.Nora Widdecke
2021-11-29Remove unnecessary borrows.Nora Widdecke
2021-10-11openpgp: Fix links.Nora Widdecke
2021-09-21Avoid matching on &Foo, when a plain Foo pattern worksLars Wirzenius
2021-08-27ffi, openpgp: Cleanup links after cargo intraconv.Nora Widdecke
2021-08-27Convert markdown to intra-doc links.Nora Widdecke
2021-08-17openpgp: Improve example so that it encrypts every key.Justus Winter
2021-05-19openpgp: Improve Cert::insert_packets.Neal H. Walfield
2021-04-20openpgp: Fix some more links.Justus Winter
2021-04-20openpgp: Fix links to draft spec.Justus Winter
2021-04-09Lint: Remove redundant returns.Nora Widdecke
2021-04-09Lint: Remove redundant closures.Nora Widdecke
2021-04-09Lint: Remove unnecessary conversions.Nora Widdecke
2021-04-08openpgp: Improve Packet::arbitrary to also generate unknown packets.Justus Winter
2021-04-08openpgp: Drop unused lifetime.Justus Winter
2021-04-06openpgp: Fix link.Justus Winter
2021-03-19openpgp: Align equality, serialization of Key packets.Justus Winter
2020-12-14openpgp: Drop the doc-hack in favor of doc(inline).Justus Winter
2020-12-08openpgp: Tweak the assert_send_and_sync macro.Justus Winter
2020-12-08openpgp: Make unnamed iterators Send + Sync.Justus Winter
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