summaryrefslogtreecommitdiffstats
path: root/ipc/src/sexp.rs
AgeCommit message (Expand)Author
2022-04-21ipc: Securely erase decrypted session keys from Sexps.Justus Winter
2022-04-21ipc: Rework to make it obviously correct.Justus Winter
2021-12-13ipc, openpgp: Bump quickcheck to 1.0.3.Nora Widdecke
2021-09-30Simplify how to create a vector of cloned valuesLars Wirzenius
2021-04-09Lint: Use next instead of nth(0).Nora Widdecke
2021-04-09Lint: Use is_empty().Nora Widdecke
2021-01-20autocrypt, ipc: Add missing documentation.Justus Winter
2020-11-28ipc: do not implement openpgp::serialize traitsAzul
2020-11-06ipc: Handle matching on non_exhaustive enums.Nora Widdecke
2020-11-06openpgp: Use non_exhaustive attribute.Nora Widdecke
2020-10-26ipc: Use std::matches! instead of custom destructures_to macroIgor Matuszewski
2020-09-22openpgp: Remove `quickcheck` feature.Wiktor Kwapisiewicz
2020-08-17openpgp: Rename {en,de}crypt_shared to better reflect their use.Justus Winter
2020-08-17openpgp: Move crypto::sexp to the ipc crate.Justus Winter