summaryrefslogtreecommitdiffstats
path: root/openpgp/src/packet/userid
AgeCommit message (Expand)Author
2020-09-17openpgp: Rename file.Justus Winter
2020-06-08openpgp: Introduce feature flag for quickcheck.Nora Widdecke
2020-03-27openpgp: Define equality using the serialized OpenPGP form.Justus Winter
2020-03-26Remove redundant field names.Wiktor Kwapisiewicz
2020-03-09Switch from failure to anyhow.Justus Winter
2020-03-03openpgp: Only impl Serialize for objects that are normally exported.Neal H. Walfield
2020-01-08openpgp: Explicitly implement PartialEq, Hash for packets.Justus Winter
2019-11-25OpenPGP User ID convention is "de facto" not "de factor"Daniel Kahn Gillmor
2019-11-25openpgp: Fix regular expression.Neal H. Walfield
2019-11-21openpgp: When parsing User IDs, recognize URIs.Neal H. Walfield
2019-11-18Fix more spellingDaniel Kahn Gillmor
2019-11-06openpgp: Replace RFC 2822 parser with a de factor parserNeal H. Walfield
2019-10-27Fix more spelling errors caught by codespellDaniel Kahn Gillmor
2019-10-25rfc2822,openpgp: Move rfc2822 crate to be a private mod in openpgpNeal H. Walfield