summaryrefslogtreecommitdiffstats
path: root/openpgp/src/types
AgeCommit message (Expand)Author
2020-12-01openpgp: take ownership of Features bitfieldAzul
2020-12-01openpgp: take ownership of KeyFlags bitfieldAzul
2020-11-10openpgp: Use Padme as default padding policy.Wiktor Kwapisiewicz
2020-11-10openpgp: Make stream::Padder use the builder pattern.Wiktor Kwapisiewicz
2020-11-06openpgp: Use non_exhaustive attribute.Nora Widdecke
2020-10-14buffered-reader, openpgp: Port to bzip2 0.4.Justus Winter
2020-10-02openpgp: Rename Cert::merge_packets to Cert::insert_packets.Justus Winter
2020-09-29openpgp: Implement PartialOrd, Ord for signature-related types.Justus Winter
2020-09-25openpgp: Fix deprecation notices.Nora Widdecke
2020-09-22openpgp: Remove `quickcheck` feature.Wiktor Kwapisiewicz
2020-08-19openpgp: Rename SubpacketArea::lookup to SubpacketArea::subpacket.Neal H. Walfield
2020-08-14openpgp: Fix Curve::arbitrary.Justus Winter
2020-08-13openpgp: Add note to enums that cannot be exhaustively matched.Justus Winter
2020-08-13openpgp: Adjust for SymmetricAlgorithm support diff. across backendsIgor Matuszewski
2020-08-06openpgp: Fix formatting of vector and array literals in examples.Justus Winter
2020-08-05openpgp: Implement NotationDataFlags using Bitfield.Justus Winter
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