summaryrefslogtreecommitdiffstats
path: root/openpgp/src/serialize
AgeCommit message (Expand)Author
2021-09-30Allow short single-character argument and variable namesLars Wirzenius
2021-09-30Allow ::new to not return SelfLars Wirzenius
2021-09-30Join nested if statements with logical and into one statementLars Wirzenius
2021-09-30Replace .filter_map with just .filter when possibleLars Wirzenius
2021-09-30Drop unnecessary lifetime notationsLars Wirzenius
2021-08-27ffi, openpgp: Cleanup links after cargo intraconv.Nora Widdecke
2021-08-27Convert markdown to intra-doc links.Nora Widdecke
2021-08-19openpgp: Implement PartialEq for TSK.Justus Winter
2021-08-18openpgp: Simplify TSK's filter mechanism.Justus Winter
2021-04-28openpgp: Implement Encryptor::with_session_key.Justus Winter
2021-04-28openpgp: Fix documentation.Justus Winter
2021-04-28openpgp: Simplify code.Justus Winter
2021-04-20openpgp: Fix some more links.Justus Winter
2021-04-20lint: Remove unnecessary trailing semicolons.Nora Widdecke
2021-04-09Lint: Remove unecessary imports.Nora Widdecke
2021-04-09Lint: Use next instead of nth(0).Nora Widdecke
2021-04-09Lint: Use is_empty().Nora Widdecke
2021-04-09Lint: Use matches! macro.Nora Widdecke
2021-04-09Lint: Remove redundant closures.Nora Widdecke
2021-04-09Lint: Remove unnecessary conversions.Nora Widdecke
2021-03-19openpgp: Simplify key serialization code.Justus Winter
2021-03-05openpgp: Do not recommend padding by default.Justus Winter
2021-03-02openpgp: Drop spaces from default string representation.Justus Winter
2021-02-24openpgp: Improve example.Justus Winter
2021-02-24openpgp: Fix links.Justus Winter
2021-02-24openpgp: Verify messages using the Cleartext Signature Framework.Justus Winter
2021-02-24openpgp: Sign messages using the Cleartext Signature Framework.Justus Winter
2021-02-10openpgp: Generalize streaming Signer modes.Justus Winter
2021-01-12openpgp: Simplify certificate serialization.Justus Winter
2020-12-22openpgp: Implement TSK::armored.Neal H. Walfield
2020-12-22openpgp: Clean up documentation.Neal H. Walfield
2020-12-15openpgp: Make ComponentAmalgamation return iterator for signatures.Wiktor Kwapisiewicz
2020-12-11openpgp: Standardize fn main() in doctests.Azul
2020-12-11openpgp: Fix example.Justus Winter
2020-12-08openpgp: Tweak the assert_send_and_sync macro.Justus Winter
2020-12-08openpgp: Add assert_send_and_sync! for more types.Azul
2020-12-08openpgp: Use parens for assert_send_and_sync!.Azul
2020-12-08openpgp: Add assert_send_and_sync! for more types.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-12-07openpgp: Drop hash::Context in favor of a pub trait hash::Digest.Justus Winter
2020-12-07openpgp: Make serialize::stream::Message Send + Sync.Justus Winter
2020-12-01openpgp: take ownership of KeyFlags bitfieldAzul
2020-11-28openpgp: seal the serialize traits.Azul
2020-11-25openpgp: Add test.Justus Winter
2020-11-10openpgp: Use Padme as default padding policy.Wiktor Kwapisiewicz
2020-11-10openpgp: Make stream::Padder use the builder pattern.Wiktor Kwapisiewicz
2020-10-22openpgp: Improve documentation on how to encrypt for multiple certs.Justus Winter
2020-10-22openpgp: Select only supported encryption-capable keys.Justus Winter
2020-10-21openpgp: Don't mention method that is no longer public.Justus Winter