summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-11-04make stream::Message::finalize asyncjustus/fix-607Justus Winter
2020-11-04sq: Execute main using the tokio runtime.Justus Winter
2020-11-04cngJustus Winter
2020-11-04ipc: Do not block on remote signing operations. XXXJustus Winter
2020-11-03start fixing testsJustus Winter
2020-11-03make Signer::sign async, first stepJustus Winter
2020-11-01openpgp: Update documentation w.r.t packets added to hashed area.Wiktor Kwapisiewicz
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-27openpgp: Fix wording on functions returning iterators.Wiktor Kwapisiewicz
2020-10-26openpgp: Refactor some matches for legibilityIgor Matuszewski
2020-10-26openpgp: Use std::matches! instead of custom destructures_to macroIgor Matuszewski
2020-10-26ipc: Use std::matches! instead of custom destructures_to macroIgor Matuszewski
2020-10-26Don't specify openpgp crate version number in README.md examplesIgor Matuszewski
2020-10-26Add an example on how to surface Sequoia backends for consumersIgor Matuszewski
2020-10-26Address review comments in README.mdIgor Matuszewski
2020-10-26Mention Cargo features and how to build with CNG in README.mdIgor Matuszewski
2020-10-26openpgp: seal the Preferences traitAzul
2020-10-23sq: Migrate to tokio 0.2Igor Matuszewski
2020-10-23ffi: Migrate to tokio 0.2Igor Matuszewski
2020-10-23store: Migrate to std::futuresIgor Matuszewski
2020-10-23ipc: Migrate to std::futuresIgor Matuszewski
2020-10-23update net to futures=0.2amesgen
2020-10-22openpgp: Introduce symbol for the magic value.Justus Winter
2020-10-22openpgp: Improve documentation on how to encrypt for multiple certs.Justus Winter
2020-10-22openpgp: Select only supported encryption-capable keys.Justus Winter
2020-10-21openpgp: Don't mention method that is no longer public.Justus Winter
2020-10-21openpgp: Fix references.Justus Winter
2020-10-21openpgp: Add KeyAmalgamationIter::supported.Justus Winter
2020-10-20openpgp: Support reading certificates from multiple armor blocks.Justus Winter
2020-10-20openpgp: Pop the armor filter off the stack after parsing.Justus Winter
2020-10-20openpgp: Improve tracing.Justus Winter
2020-10-20openpgp: Typo.Justus Winter
2020-10-20openpgp: Fix indentation.Justus Winter
2020-10-20openpgp: Avoid now unnecessary wrapping.Justus Winter
2020-10-20openpgp: Implement BufferedReader<Cookie> for armor::Reader.Justus Winter
2020-10-20buffered-reader: Fix error propagation.Justus Winter
2020-10-20buffered-reader: Improve documentation.Justus Winter
2020-10-20openpgp: Harmonize the BufferedReader type.Justus Winter
2020-10-20openpgp: Return the reader in PacketParserEOF.Justus Winter
2020-10-20openpgp: Make struct Cookie public.Justus Winter
2020-10-19openpgp: Fix documentation.Justus Winter
2020-10-19buffered-reader: Embed the reader in struct Generic.Justus Winter
2020-10-19buffered-reader: Warn about missing documentation for public items.Justus Winter
2020-10-19buffered-reader: Make Generic::reader private and add accessors.Justus Winter
2020-10-19openpgp: Avoid buffering.Justus Winter