summaryrefslogtreecommitdiffstats
path: root/openpgp/src/types/mod.rs
AgeCommit message (Expand)Author
2020-07-28openpgp: Reimplement the KeyFlags struct using Bitfield.Justus Winter
2020-07-28openpgp: Extract the Bitfield type from struct 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-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-03openpgp: Rename.Justus Winter
2020-04-02openpgp: Rename PublicKeyAlgorithm::can_encrypt to for_encryption.Justus Winter
2020-04-01openpgp: Implement Arbitrary for Signature.Justus Winter
2020-03-31openpgp: Improve summary line of modules and types.Justus Winter
2020-03-03openpgp: Mark experimental features.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-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-01-02openpgp: Fix roundtripping of KeyFlags, add test.Justus Winter
2019-12-06openpgp: Rename signature types.Justus Winter
2019-12-04openpgp: Rename KeyFlag's accessors.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