summaryrefslogtreecommitdiffstats
path: root/openpgp/src/types
AgeCommit message (Expand)Author
2020-02-21openpgp: Mark enum SymmetricAlgorithm as non-exhaustive.Justus Winter
2020-02-21openpgp: Mark enum Curve as non-exhaustive.Justus Winter
2020-02-21openpgp: Mark enum PublicKeyAlgorithm as non-exhaustive.Justus Winter
2020-02-20openpgp: Typo.Justus Winter
2020-02-20openpgp: Improve debug formatting of the bitfield types.Justus Winter
2020-02-19openpgp: Move RevocationStatus to module types.Justus Winter
2020-02-11openpgp: New function to normalize SystemTime.Justus Winter
2020-02-10openpgp: New type RevocationKey.Justus Winter
2020-02-10openpgp: Add Timestamp::MAX.Neal H. Walfield
2020-02-09openpgp: Provide some convenient constants.Neal H. Walfield
2020-02-06openpgp: Fix name of setter.Justus Winter
2020-02-06openpgp: Rename methods 'set_policy' to 'with_policy'.Justus Winter
2020-01-31openpgp: Add a policy object.Neal H. Walfield
2020-01-20openpgp: Use the new framework for Cert::userid.Justus Winter
2020-01-15openpgp: Add application example for Timestamp::round_down.Justus Winter
2020-01-15openpgp: Implement addition and subtraction of durations.Justus Winter
2020-01-08openpgp: Add convenience functions for masking timestamps.Justus Winter
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