summaryrefslogtreecommitdiffstats
path: root/ipc
AgeCommit message (Expand)Author
2020-12-16Release 1.0.0.v1.0.0Justus Winter
2020-12-15Relax dependency lalrpop-util.Nora Widdecke
2020-12-11Release 0.21.0.v0.21.0Justus Winter
2020-12-11Relax minimum dependencies.Nora Widdecke
2020-12-11Correct minimal versions.Nora Widdecke
2020-12-10buffered-reader: Require Cookies to be Send and Sync.Azul
2020-12-07openpgp: Drop hash::Context in favor of a pub trait hash::Digest.Justus Winter
2020-11-28ipc: do not implement openpgp::serialize traitsAzul
2020-11-12openpgp: Make crypto::Hash::digest fallible.Justus Winter
2020-11-06ipc: Handle matching on non_exhaustive enums.Nora Widdecke
2020-11-06openpgp: Use non_exhaustive attribute.Nora Widdecke
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-11-01ipc: Support UDS emulation as TCP + nonce for Assuan protocolIgor Matuszewski
2020-11-01ipc: Port libassuan's socket connection logic for WindowsIgor Matuszewski
2020-10-26ipc: Use std::matches! instead of custom destructures_to macroIgor Matuszewski
2020-10-23ipc: Migrate to std::futuresIgor Matuszewski
2020-10-14Release 0.20.0.v0.20.0Justus Winter
2020-10-14Use 'Examples' for the examples section.Justus Winter
2020-10-14Replace most 'extern crate' directives with 'use'.Justus Winter
2020-10-12Allow to opt out of default features for sequoia-* dependenciesIgor Matuszewski
2020-10-06Don't use OS-specific extensions from memsecIgor Matuszewski
2020-10-06Bump memsec to 0.6Igor Matuszewski
2020-09-25openpgp, ipc: Make clippy ignore lalrpop output.Nora Widdecke
2020-09-23ipc: Typo.Nora Widdecke
2020-09-22openpgp: Remove `quickcheck` feature.Wiktor Kwapisiewicz
2020-09-21openpgp, ipc: Update lalrpop to 0.19.Nora Widdecke
2020-09-21ipc: Unpin dependency socket2.Nora Widdecke
2020-08-21Release 0.19.0.v0.19.0Justus Winter
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: Rename {en,de}crypt_shared to better reflect their use.Justus Winter
2020-08-17openpgp: Move crypto::sexp to the ipc crate.Justus Winter
2020-07-31Release 0.18.0.v0.18.0Justus Winter
2020-06-23ipc, sq: Copy the MSRV comment from openpgp.Jakub Kądziołka
2020-06-12Release 0.17.0.v0.17.0Justus Winter
2020-05-28openpgp: Change the `decrypt` proxy in the decryption helper.Justus Winter
2020-05-28openpgp: Change PKESK::decrypt to return an Option<_>.Justus Winter
2020-05-13openpgp: Make Encryptor::for_recipients polymorphic.Justus Winter
2020-05-07openpgp: Use a builder to construct Decryptor.Justus Winter
2020-05-07openpgp: Use a builder to construct Verifier.Justus Winter
2020-04-20openpgp: Add armor::Writer::with_headers.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-06openpgp: Rename VerificationHelper::get_public_keys to get_certs.Justus Winter
2020-04-03Release 0.16.0.v0.16.0Justus Winter
2020-04-03Pin dependencies to keep our MSRV stable.Justus Winter
2020-04-03openpgp: Unawkwardify the streaming encryptor.Justus Winter