summaryrefslogtreecommitdiffstats
path: root/openpgp/src/types
AgeCommit message (Expand)Author
2020-01-02openpgp: Correctly handle padding on KeyServerPreferences, add test.Justus Winter
2020-01-02openpgp: Correctly handle padding on Features, add rountrip test.Justus Winter
2020-01-02openpgp: Fix impl std::hash::Hash for KeyFlags.Justus Winter
2020-01-02openpgp: Fix roundtripping of KeyFlags, add test.Justus Winter
2020-01-02openpgp: Align function name.Justus Winter
2020-01-02openpgp: Make KeyFlags::new polymorphic, improve KeyFlags::default.Justus Winter
2019-12-17openpgp: Make Features and KeyServerPreferences impl Eq, Hash.Justus Winter
2019-12-06openpgp: Rename signature types.Justus Winter
2019-12-04openpgp: Rename KeyFlag's accessors.Justus Winter
2019-12-03openpgp: Rename openpgp::conversions to openpgp::fmt.Justus Winter
2019-12-03openpgp: Add two new types, Timestamp and Duration.Justus Winter
2019-11-25openpgp: Rename openpgp::constants to openpgp::types.Justus Winter