summaryrefslogtreecommitdiffstats
path: root/ipc/src/gnupg.rs
AgeCommit message (Expand)Author
2024-03-10ipc: Remove gnupg::Agent, and gnupg::KeyPair.neal/remove-gnupg-agentNeal H. Walfield
2024-03-06ipc: Add callbacks to simplify tracing client-server interactions.Justus Winter
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-01-07ipc: Make gnupg::KeyPair usable in async contexts.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-09-29ipc: Drop unused attribute.Justus Winter
2022-04-21ipc: Use platform!.Justus Winter
2022-04-21ipc: Make KeyPair own the public key.Justus Winter
2022-04-21ipc: Provide a password prompt to pinentry.Justus Winter
2021-12-01ipc: Update to tokio 1.0.Nora Widdecke
2021-09-30Simplify &foo == &bar into foo == barLars Wirzenius
2021-09-30Drop unnecessary lifetime notationsLars Wirzenius
2021-06-14ipc: Invoke GnuPG in background without flashing terminals.Wiktor Kwapisiewicz
2021-04-09Lint: Use is_empty().Nora Widdecke
2020-11-28ipc: do not implement openpgp::serialize traitsAzul
2020-11-01ipc: Don't process GnuPG directories if we only want socketsIgor Matuszewski
2020-11-01ipc: Drop unused gnupg component/directory functionsIgor Matuszewski
2020-11-01ipc: Support GnuPG on Cygwin/MinGWIgor Matuszewski
2020-11-01ipc: Percent-decode gpgconf directory listings under WindowsIgor Matuszewski
2020-10-23ipc: Migrate to std::futuresIgor Matuszewski
2020-08-17openpgp: Move crypto::Keygrip to the ipc crate.Justus Winter
2020-08-17openpgp: Rename PublicKey::keygrip to Keygrip::of.Justus Winter
2020-08-17openpgp: Move crypto::sexp to the ipc crate.Justus Winter
2020-04-08openpgp: Change key's role function names.Wiktor Kwapisiewicz
2020-04-08openpgp: Rename crypto::mpis to crypto::mpiIgor Matuszewski
2020-04-03openpgp: Convert `Sexp::from_ciphertext` to `TryFrom<&mpis::Ciphertext>`Wiktor Kwapisiewicz
2020-03-31ipc/gnupg: Use ttyname only under UNIXIgor Matuszewski
2020-03-19ipc: Don't use extern crate in 2018 editionIgor Matuszewski
2020-03-09Switch from failure to anyhow.Justus Winter
2020-03-09ipc: Define ipc's Errors using thiserror.Justus Winter
2020-02-20openpgp: Typo.Justus Winter
2020-02-12openpgp: Add optional plaintext length to Decryptor::decrypt.Justus Winter
2019-12-05openpgp: Make crypto::{Signer,Decryptor} non-polymorphic.Justus Winter
2019-12-03openpgp: Rename openpgp::conversions to openpgp::fmt.Justus Winter
2019-11-25openpgp: Rename openpgp::constants to openpgp::types.Justus Winter
2019-08-23openpgp: Use marker types to denote a Key's type.Neal H. Walfield
2019-07-15Prepare for Rust 2018.Justus Winter
2019-06-26ipc: GnuPG RPC support.Justus Winter