summaryrefslogtreecommitdiffstats
path: root/openpgp/src/packet/user_attribute.rs
AgeCommit message (Expand)Author
2021-12-13ipc, openpgp: Bump quickcheck to 1.0.3.Nora Widdecke
2021-09-30Simplify &foo == &bar into foo == barLars Wirzenius
2021-08-27ffi, openpgp: Cleanup links after cargo intraconv.Nora Widdecke
2021-08-27Convert markdown to intra-doc links.Nora Widdecke
2021-04-09Lint: Use is_empty().Nora Widdecke
2020-12-11openpgp: Pass the hash algo's security reqs to Policy::signature.Neal H. Walfield
2020-12-08openpgp: Use parens for assert_send_and_sync!.Azul
2020-12-08openpgp: Allow generic types in assert_send_and_sync!.Azul
2020-12-08openpgp: Ensure public types are Send and Sync.Azul
2020-09-22openpgp: Remove `quickcheck` feature.Wiktor Kwapisiewicz
2020-07-15openpgp: Fix serialization of UserAttribute subpackets.Justus Winter
2020-07-15openpgp: Fix implementation of Arbitrary for UA subpackets.Justus Winter
2020-06-08openpgp: Introduce feature flag for quickcheck.Nora Widdecke
2020-03-27openpgp: Define equality using the serialized OpenPGP form.Justus Winter
2020-03-03openpgp: Only impl Serialize for objects that are normally exported.Neal H. Walfield
2020-01-03openpgp: Explicitly implement Eq and Hash if PartialEq is.Justus Winter
2019-09-27openpgp: Clean up deprecated range syntaxDaniel Silverstone
2019-09-18openpgp: Make Parse::from_bytes polymorphic over AsRef<[u8]>.Justus Winter
2019-09-11openpgp: Move packet::BodyLength to packet::header.Justus Winter
2019-09-02openpgp: Implement Ord for UserAttributeNeal H. Walfield
2019-07-15Prepare for Rust 2018.Justus Winter
2019-05-22openpgp: Trait Serialize/Parse cleanup.Justus Winter
2019-04-01openpgp: Make arbitrary user attribute packets less arbitrary.Neal H. Walfield
2019-04-01openpgp: Change the User Attribute constructor to accept subpacketsNeal H. Walfield
2019-03-21openpgp: Rename UserAttribute's accessors.Justus Winter
2019-03-21openpgp: Simplify User{ID,Attribute}::arbitrary().Justus Winter
2019-03-21openpgp: Drop nonsensical constructor.Justus Winter
2019-03-01buffered-reader: Drop BufferedReader prefix.Justus Winter
2019-02-20openpgp: Support user attribute subpackets.Justus Winter
2019-02-18openpgp: Move Serialize::to_vec to SerializeInto::to_vec.Justus Winter
2019-02-06openpgp: Return previous value in setters.Justus Winter
2019-02-06openpgp: Rename consuming conversion functions.Justus Winter
2018-12-14openpgp: Add roundtrip tests for packages.Justus Winter
2018-12-13openpgp: Make fields of UserAttribute private.Justus Winter
2018-12-06openpgp: Add ways to construct user ids and attributes.Justus Winter
2018-10-16openpgp: Refactor.Justus Winter