summaryrefslogtreecommitdiffstats
path: root/openpgp/src/types
AgeCommit message (Expand)Author
2020-04-02openpgp: Add limits to round_down and round_up.Nora Widdecke
2020-04-02openpgp: Rename PublicKeyAlgorithm::can_encrypt to for_encryption.Justus Winter
2020-04-01openpgp: Implement Arbitrary for Signature.Justus Winter
2020-04-01openpgp: Fix RevocationKey::arbitrary.Justus Winter
2020-03-31openpgp: Implement Arbitrary for RevocationKey.Justus Winter
2020-03-31openpgp: Implement Arbitrary for the bit field types.Justus Winter
2020-03-31openpgp: Fix KeyServerPreferences::{PartialEq, Hash}.Justus Winter
2020-03-31openpgp: Clarify PartialEq for bit field types.Justus Winter
2020-03-31openpgp: Fix KeyServerPreferences::no_modify.Justus Winter
2020-03-31openpgp: Improve summary line of modules and types.Justus Winter
2020-03-27openpgp: Implement fmt::Display for Timestamp, improve fmt::Debug.Justus Winter
2020-03-26Remove redundant field names.Wiktor Kwapisiewicz
2020-03-18openpgp: Add a conversion from Timestamp to Option<SystemTime>.Neal H. Walfield
2020-03-16openpgp: Remove superfluous parenthesis.Justus Winter
2020-03-09Switch from failure to anyhow.Justus Winter
2020-03-03openpgp: Mark experimental features.Justus Winter
2020-02-24openpgp: Clarify field documentation.Justus Winter
2020-02-21openpgp: Change default hash algorithm to SHA512.Justus Winter
2020-02-21openpgp: Mark enum DataFormat as non-exhaustive.Justus Winter
2020-02-21openpgp: Mark enum ReasonForRevocation as non-exhaustive.Justus Winter
2020-02-21openpgp: Mark enum SignatureType as non-exhaustive.Justus Winter
2020-02-21openpgp: Mark enum HashAlgorithm as non-exhaustive.Justus Winter
2020-02-21openpgp: Mark enum CompressionAlgorithm as non-exhaustive.Justus Winter
2020-02-21openpgp: Mark enum AEADAlgorithm as non-exhaustive.Justus Winter
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