summaryrefslogtreecommitdiffstats
path: root/ipc
AgeCommit message (Expand)Author
2023-11-15ipc: Track the offset of records in a Keybox file.Justus Winter
2023-11-14sequoia-ipc uses openpgp::crypto::ecdh::decrypt_unwrap2 that was introduced i...Alexander Kjäll
2023-10-27ipc: Release 0.31.0ipc/v0.31.0Neal H. Walfield
2023-10-27ipc: Upgrade socket2Neal H. Walfield
2023-10-27ipc: Upgrade dirsNeal H. Walfield
2023-10-27ipc: Upgrade ctorNeal H. Walfield
2023-10-27ipc: Upgrade clapNeal H. Walfield
2023-10-27ipc: Upgrade capnpNeal H. Walfield
2023-09-21openpgp: Fix Encryptor's lifetime parameter.Neal H. Walfield
2023-09-15Bump MSRV to 1.67.Wiktor Kwapisiewicz
2023-08-24ipc: Use the new crypto::ecdh::decrypt_unwrap2.Justus Winter
2023-07-25ipc: Make starting the gpg-agent more robust.Justus Winter
2023-07-25ipc: Implement loopback password entry.Justus Winter
2023-07-06ipc: Acknowledge unexpected inquiries.Justus Winter
2023-07-06ipc: Add additional constructors.Justus Winter
2023-05-16ipc: Upgrade lalrpop.Neal H. Walfield
2023-05-03Tighten dependenciesNeal H. Walfield
2023-02-02ipc: Release 0.30.1.ipc/v0.30.1Neal H. Walfield
2023-02-01ipc: Fix the keybox parserNeal H. Walfield
2023-02-01ipc: Release 0.30.0.ipc/v0.30.0Neal H. Walfield
2023-01-23ipc: Only build the Unix Domain Socket emulation code on Windows.Justus Winter
2023-01-07ipc: Make gnupg::KeyPair usable in async contexts.Justus Winter
2023-01-05Don't select a cryptograhic backend in non-leaf crates.Justus Winter
2022-12-23Port to Rust Edition 2021.Justus Winter
2022-12-23ipc: Bump clap to 3.Justus Winter
2022-12-07ipc: Rework Agent::sign using async fn.Justus Winter
2022-12-07ipc: Rework Agent::decrypt using async fn.Justus Winter
2022-12-07ipc: Add a convenience function to send simple commands.Justus Winter
2022-12-07ipc: Add a stern warning to assuan::Client::send.Justus Winter
2022-11-07ipc: Release 0.29.0.Nora Widdecke
2022-10-18Document MSRV in Cargo.toml.Nora Widdecke
2022-09-29ipc: Fix computing keygrips.Justus Winter
2022-09-29ipc: Drop unused attribute.Justus Winter
2022-09-09ipc: Reexport capnp_rpc.Neal H. Walfield
2022-08-15ipc: Harmonize indent macro.Nora Widdecke
2022-08-15ipc, net: Fix assert_send_and_sync's doctests.Nora Widdecke
2022-07-05ipc: Securely delete Sexp strings.Justus Winter
2022-07-05ipc: Implement convenience conversions.Justus Winter
2022-06-20ipc: Improve error handling when importing keys.Justus Winter
2022-06-20ipc: Improve assertion message.Justus Winter
2022-06-09ipc: Use full names when referencing external types from public APINeal H. Walfield
2022-06-09ipc: Make sure the socket is non-blocking.Neal H. Walfield
2022-06-09ipc: Update to the latest versions of capnproto and tokio.Neal H. Walfield
2022-05-23ipc, openpgp: Reduce features of dependency lalrpop.Nora Widdecke
2022-04-22ipc: Release 0.28.0.ipc/v0.28.0Justus Winter
2022-04-21ipc: Bump dirs to 4.0Nora Widdecke
2022-04-21ipc: Bump socket2 to 0.4.Nora Widdecke
2022-04-21ipc: Securely erase decrypted session keys from Sexps.Justus Winter
2022-04-21ipc: Rework to make it obviously correct.Justus Winter
2022-04-21ipc: Fix comment.Justus Winter