summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-10-05WIP: Let's pretend nettle doesn't existigor/ci-msvc-capnpIgor Matuszewski
2020-10-05WIP: See what's missing if we only assume CNG buildIgor Matuszewski
2020-10-05ci: See if capnp helps with MSVC check buildsIgor Matuszewski
2020-10-05ci: Don't check every package under Windows MSVC imageIgor Matuszewski
2020-10-04ci: Format .gitlab-ci.ymlIgor Matuszewski
2020-10-04ci: Use our pre-built docker images for testing WindowsIgor Matuszewski
2020-10-02openpgp: Use the new Signature::merge function to merge certs.Justus Winter
2020-10-02openpgp: Add an intelligent Signature::merge operation.Justus Winter
2020-10-02openpgp: Add Signature::verify_hash analogous to sign_hash.Justus Winter
2020-10-02openpgp: Make SubpacketArea::new fallible.Justus Winter
2020-10-02openpgp: Track missing issuer information when verifying sigs.Justus Winter
2020-10-02openpgp: Align Signature4::cmp with Signature::normalized_cmp.Justus Winter
2020-10-02openpgp: Mark subpackets as authenticated when verifying signatures.Justus Winter
2020-10-02openpgp: Add an 'authenticated' flag to struct Subpacket.Justus Winter
2020-10-02openpgp: Make signature verification use a mutable self reference.Justus Winter
2020-10-02openpgp: Explicitly implement Eq, Hash, and Ord for Subpacket.Justus Winter
2020-10-02openpgp: Add SubpacketAreas::embedded_signature_mut.Justus Winter
2020-10-02openpgp: Add SubpacketArea{,s}::subpacket_mut.Justus Winter
2020-10-02openpgp: Avoid eagerly referencing signature in errors.Justus Winter
2020-10-02openpgp: Avoid shadowing variable.Justus Winter
2020-10-02openpgp: Rename Cert::merge_packets to Cert::insert_packets.Justus Winter
2020-10-02openpgp: Rename file.Justus Winter
2020-10-01doc: Unindent lines in code blocks.Wiktor Kwapisiewicz
2020-09-29openpgp: Align Signature::normalized_cmp with Signature::cmp.Justus Winter
2020-09-29openpgp: Put all information into the hashed subpacket area.Justus Winter
2020-09-29openpgp: Add comment.Justus Winter
2020-09-29openpgp: Fix signature deduplication.Justus Winter
2020-09-29openpgp: Implement PartialOrd, Ord for signature-related types.Justus Winter
2020-09-28ffi: only build during build-release target instead of installingLevente Polyak
2020-09-25openpgp, ipc: Make clippy ignore lalrpop output.Nora Widdecke
2020-09-25openpgp: Adjust default algorithm preferences.Justus Winter
2020-09-25openpgp: Either derive both Eq and Hash, or impl both.Justus Winter
2020-09-25openpgp: Properly deduplicate signatures when canonicalizing certs.Justus Winter
2020-09-25openpgp: Fix documentation.Justus Winter
2020-09-25openpgp: Fix deprecation notices.Nora Widdecke
2020-09-24openpgp: Ensure entire header is read.Nora Widdecke
2020-09-23ipc: Typo.Nora Widdecke
2020-09-23openpgp: Typos.Nora Widdecke
2020-09-22openpgp: Consider subkeys of expired certs also expired.Justus Winter
2020-09-22openpgp: Replace certificate with one that does not expire.Justus Winter
2020-09-22openpgp: Remove erroneous assertion.Justus Winter
2020-09-22openpgp: Hide stream::Encryptor::aead_algo from public API.Wiktor Kwapisiewicz
2020-09-22openpgp: Remove `quickcheck` feature.Wiktor Kwapisiewicz
2020-09-22openpgp: Remove trailing whitespace.Wiktor Kwapisiewicz
2020-09-21ci: Use Rust 1.46.0 on windows.Nora Widdecke
2020-09-21ci: Extract codespell job.Nora Widdecke
2020-09-21ci: Enable valgrind test on bullseye.Nora Widdecke
2020-09-21ci: Remove buster runner.Nora Widdecke
2020-09-21autocrypt: Extract test data to files.Nora Widdecke
2020-09-21openpgp: Improve comment.Nora Widdecke