summaryrefslogtreecommitdiffstats
path: root/openpgp/src/packet/header
AgeCommit message (Expand)Author
2024-03-13openpgp: Add support for v6 OPS packets, inline-signed messages.Justus Winter
2023-04-28openpgp: Add test for alignment of packet parser and heuristics.Justus Winter
2021-11-29Use range syntax.Nora Widdecke
2021-08-27Convert markdown to intra-doc links.Nora Widdecke
2021-04-09Lint: Use byte literals.Nora Widdecke
2020-12-08openpgp: Use parens for assert_send_and_sync!.Azul
2020-12-08openpgp: Ensure public types are Send and Sync.Azul
2020-10-26openpgp: Refactor some matches for legibilityIgor Matuszewski
2020-10-26openpgp: Use std::matches! instead of custom destructures_to macroIgor Matuszewski
2020-05-27openpgp: Improve documentation for packet::ctb.Neal H. Walfield
2020-05-20openpgp: Make field private, provide an accessorNeal H. Walfield
2020-05-20openpgp: Improve documentation for packet::header.Neal H. Walfield
2020-04-03openpgp: Convert `CTB::from_ptag` to `TryFrom<u8>`Wiktor Kwapisiewicz
2020-03-26Remove redundant field names.Wiktor Kwapisiewicz
2020-03-09Switch from failure to anyhow.Justus Winter
2020-02-24openpgp: Drop XXX.Justus Winter
2020-01-07Fix broken links in the documentation.Justus Winter
2020-01-06openpgp: Move packet::header::ctb::* into header.Justus Winter
2020-01-06openpgp: Fix link.Justus Winter
2019-10-27Fix more spelling errors caught by codespellDaniel Kahn Gillmor
2019-09-27openpgp: Clean up deprecated range syntaxDaniel Silverstone
2019-09-11openpgp: Move packet::BodyLength to packet::header.Justus Winter
2019-09-11openpgp: Move the ctb module to the header module.Justus Winter
2019-09-11openpgp: Move header module to subdirectory.Justus Winter