summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-10-06openpgp: Use common SecretKeyMaterial::parse_with_checksum.Justus Winter
2020-10-06openpgp: Move checksum processing to SecretKeyMaterial::_parse.Justus Winter
2020-10-06openpgp: Use common mpi::SecretKeyMaterial::serialize_with_checksum.Justus Winter
2020-10-06openpgp: Avoid compile-time polymorphism.Justus Winter
2020-10-06openpgp: Implement two-octet checksums over secret key material.Justus Winter
2020-10-06openpgp: Improve documentation.Justus Winter
2020-10-06openpgp: Add TSK::emit_secret_key_stubs.Justus Winter
2020-10-06openpgp: Improve documentation.Justus Winter
2020-10-06Update README.md for MSRV 1.46.Nora Widdecke
2020-10-06openpgp: Use padding instead of alignment in one more placeIgor Matuszewski
2020-10-06openpgp: Create Protected first before zero-padding for CNGIgor Matuszewski
2020-10-06openpgp: Pad RSA ciphertext and ECC scalars for CNGIgor Matuszewski
2020-10-05openpgp: Make the embedded signature accessor return an iterator.Justus Winter
2020-10-05openpgp: Pull more subpacket types into the module.Justus Winter
2020-10-05openpgp: Improve cert canonicalization.Justus Winter
2020-10-05openpgp: Avoid allocating backing arrays.Justus Winter
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