summaryrefslogtreecommitdiffstats
path: root/ipc/src/sexp.rs
AgeCommit message (Expand)Author
2024-06-25ipc: Extend the sexp parser to support most of the advanced format.Neal H. Walfield
2024-05-17ipc: Add support for handling secret keys decoded as s-expressions.Neal H. Walfield
2023-08-24ipc: Use the new crypto::ecdh::decrypt_unwrap2.Justus Winter
2023-07-06ipc: Add additional constructors.Justus Winter
2022-07-05ipc: Securely delete Sexp strings.Justus Winter
2022-07-05ipc: Implement convenience conversions.Justus Winter
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