summaryrefslogtreecommitdiffstats
path: root/openpgp/src/types
AgeCommit message (Expand)Author
2020-08-05openpgp: Don't implement Default for the Bitflags types.Justus Winter
2020-08-05openpgp: Fix documentation.Justus Winter
2020-08-03openpgp: Change CertBuilder to use a relative expiration time.Neal H. Walfield
2020-07-28openpgp: Reimplement the KeyFlags struct using Bitfield.Justus Winter
2020-07-28openpgp: Reimplement the KeyServerPreferences struct using Bitfield.Justus Winter
2020-07-28openpgp: Rename Features::check to Features::get.Justus Winter
2020-07-28openpgp: Extract the Bitfield type from struct Features.Justus Winter
2020-07-28openpgp: Derive Eq, Hash for Features.Justus Winter
2020-07-22openpgp: Don't implement Default for Features.Neal H. Walfield
2020-07-22openpgp: Rework the Features implementation and interface.Neal H. Walfield
2020-07-01openpgp: Typo.Nora Widdecke
2020-06-08openpgp: Introduce feature flag for quickcheck.Nora Widdecke
2020-06-01openpgp: Add doctests to types module.Wiktor Kwapisiewicz
2020-05-30openpgp: Derive Debug for RevocationType.Wiktor Kwapisiewicz
2020-04-08openpgp: Implement From<&Cert> for RevocationKeyNeal H. Walfield
2020-04-03openpgp: Rename.Justus Winter
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