summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-11-17openpgp: seal crypto::hash::Hash traitazul/seal-hash-traitAzul
2020-11-13Add build dependency.Justus Winter
2020-11-13openpgp: Add the vectors from The first collision for full SHA-1.Justus Winter
2020-11-12openpgp: Add test vector from SHA-1 is a Shambles.Justus Winter
2020-11-12openpgp: Mitigate collision attacks on SHA-1.Justus Winter
2020-11-12openpgp: Improve tracing.Justus Winter
2020-11-12openpgp: Make crypto::Hash::digest fallible.Justus Winter
2020-11-11openpgp-ffi: Add test.Justus Winter
2020-11-10openpgp: Use Padme as default padding policy.Wiktor Kwapisiewicz
2020-11-10openpgp: Make stream::Padder use the builder pattern.Wiktor Kwapisiewicz
2020-11-09buffered_reader: Explain fmt::Display use.Nora Widdecke
2020-11-09buffered_reader: Derive Debug for implementations.Nora Widdecke
2020-11-09buffered_reader: Use debug_struct for Display.Nora Widdecke
2020-11-09buffered_reader: Move dump to buffered_reader.Nora Widdecke
2020-11-09buffered-reader: Add Debug trait bound to Cookie.Nora Widdecke
2020-11-06ffi, openpgp-ffi: Handle non_exhaustive enum.Nora Widdecke
2020-11-06ipc: Handle matching on non_exhaustive enums.Nora Widdecke
2020-11-06openpgp: Use non_exhaustive attribute.Nora Widdecke
2020-11-05ci: Temporarily drop all Windows builders.Wiktor Kwapisiewicz
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