summaryrefslogtreecommitdiffstats
path: root/ipc/src/gnupg.rs
AgeCommit message (Expand)Author
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