summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-12-04openpgp: Make digest computation more robust.justus/fix-615Justus Winter
2020-12-04openpgp: Make serialize::stream::Message Send + Sync.Justus Winter
2020-12-04openpgp: Make Digest Send + Sync.Justus Winter
2020-12-04openpgp: Require Mode to be Send + Sync.Justus Winter
2020-12-04openpgp: Use pure Rust EAX implementation under CNG backendIgor Matuszewski
2020-12-04openpgp: Make Key::verify more low-level.Justus Winter
2020-12-04Revert "ci: Temporarily drop all Windows builders."Justus Winter
2020-12-04Bump version of sha1collisiondetection.Justus Winter
2020-12-04Fix toml fragment to use Sequoia, cosmetic improvements.Justus Winter
2020-12-01openpgp: take ownership of Features bitfieldAzul
2020-12-01openpgp: take ownership of KeyFlags bitfieldAzul
2020-12-01openpgp: Allow using `None` to indicate signer's key should be used as the `k...Wiktor Kwapisiewicz
2020-12-01openpgp: Don't mention the unreleased sequoia-core.Justus Winter
2020-12-01openpgp: Clarify.Justus Winter
2020-11-30openpgp: Improve documentation of Fingerprint, KeyID, and KeyHandle.Nora Widdecke
2020-11-28openpgp: seal the serialize traits.Azul
2020-11-28autocrypt: do not implement openpgp::serialize traitsAzul
2020-11-28net: do not implement openpgp::serialize traits for KeyRingAzul
2020-11-28ipc: do not implement openpgp::serialize traitsAzul
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-26sop: Correctly handle keyrings in CERTS.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