summaryrefslogtreecommitdiffstats
path: root/openpgp
AgeCommit message (Expand)Author
2020-11-27openpgp: Drop dependency on the digest crate.Justus Winter
2020-11-27openpgp: Reset the hash algorithm when creating a SignatureBuilder.Neal H. Walfield
2020-11-27openpgp: Improve debugging output.Neal H. Walfield
2020-11-27openpgp: Mention the Cert::retain_userids and friends.Justus Winter
2020-11-27openpgp: Improve documentation.Justus Winter
2020-11-27openpgp: Add Cert::merge_public and Cert::merge_public_and_secret.Justus Winter
2020-11-26openpgp: Don't derive Clone, Debug for CertBuilder.Justus Winter
2020-11-26openpgp: Remove unused lifetimes.Justus Winter
2020-11-26openpgp: Assert that CertBuilder is Send + Sync.Justus Winter
2020-11-26openpgp: Add a lifetime to CertBuilder.Justus Winter
2020-11-25openpgp: Add test.Justus Winter
2020-11-24openpgp: Accept any number of (unicode) dashes in armor framing.Justus Winter
2020-11-24openpgp: Improve tests.Justus Winter
2020-11-24openpgp: Rework footer detection.Justus Winter
2020-11-24openpgp: Return header length in armor::Kind::detect.Justus Winter
2020-11-24openpgp: Assert that Error is Send + Sync.Justus Winter
2020-11-24openpgp: Assert that KeyHandle is Send + Sync.Justus Winter
2020-11-24openpgp: Move the compound hashing functions to SignatureFields.Justus Winter
2020-11-24openpgp: Align hashing of compound objects with primitive objects.Justus Winter
2020-11-24openpgp: Handle truncated armor prefixes.Justus Winter
2020-11-24openpgp: Drop comment.Justus Winter
2020-11-24openpgp: seal traits in cert::amalgamationAzul
2020-11-24openpgp: seal Aead trait.Azul
2020-11-24openpgp: seal KeyRole and KeyPartsAzul
2020-11-24openpgp: Avoid direct dependency on generic-array.Justus Winter
2020-11-20openpgp: Fix PartialEq, Hash for key::Encrypted.Justus Winter
2020-11-20openpgp: Dump armored packets in tests.Justus Winter
2020-11-18openpgp: Add mutation tests for key packets.Justus Winter
2020-11-18openpgp: Return iterator over bad signatures.Justus Winter
2020-11-17openpgp: minor: fix typos.Azul
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-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: Move dump to buffered_reader.Nora Widdecke
2020-11-09buffered-reader: Add Debug trait bound to Cookie.Nora Widdecke
2020-11-06openpgp: Use non_exhaustive attribute.Nora Widdecke
2020-11-01openpgp: Update documentation w.r.t packets added to hashed area.Wiktor Kwapisiewicz
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-26openpgp: seal the Preferences traitAzul
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