summaryrefslogtreecommitdiffstats
path: root/openpgp/src/packet
AgeCommit message (Expand)Author
2020-10-14Replace most 'extern crate' directives with 'use'.Justus Winter
2020-10-13openpgp: When complementing issuers, mark issuers as authenticated.Justus Winter
2020-10-13openpgp: Sort the unhashed subpacket area in Signature::normalize.Justus Winter
2020-10-13openpgp: Add issuers and sort subpackets when canonicalizing Certs.Justus Winter
2020-10-13openpgp: Avoid allocation if nothing has to be done.Justus Winter
2020-10-13openpgp: Make Signature::add_missing_issuers public.Justus Winter
2020-10-13openpgp: Use the more idiomatic contains function to search issuers.Justus Winter
2020-10-09openpgp: Allow HashSet with mutable key type.Nora Widdecke
2020-10-07openpgp: Use correct checksum method when parsing encrypted keys.Justus Winter
2020-10-06openpgp: Support encrypted keys protected by two octet sum.Justus Winter
2020-10-06openpgp: Implement two-octet checksums over secret key material.Justus Winter
2020-10-06openpgp: Improve documentation.Justus Winter
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-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: Rename Cert::merge_packets to Cert::insert_packets.Justus Winter
2020-10-02openpgp: Rename file.Justus Winter
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: Fix signature deduplication.Justus Winter
2020-09-29openpgp: Implement PartialOrd, Ord for signature-related types.Justus Winter
2020-09-25openpgp: Either derive both Eq and Hash, or impl both.Justus Winter
2020-09-25openpgp: Fix documentation.Justus Winter
2020-09-22openpgp: Remove `quickcheck` feature.Wiktor Kwapisiewicz
2020-09-22openpgp: Remove trailing whitespace.Wiktor Kwapisiewicz
2020-09-21openpgp: Fix typos.Nora Widdecke
2020-09-21openpgp: Typo.Justus Winter
2020-09-17openpgp: Make conventional User ID documentation available.Justus Winter
2020-09-17openpgp: Make UserID::assemble use concrete types.Justus Winter
2020-09-17openpgp: Rename file.Justus Winter
2020-09-17openpgp: Simplify examples.Justus Winter
2020-09-17openpgp: Add documentation for the new function.Justus Winter
2020-09-17openpgp: Make function more ergonomic.Justus Winter
2020-09-17Revert "openpgp: Remove SignatureBuilder::set_key_expiration_time."Justus Winter
2020-09-15openpgp: Ensure signatures created from templates take precedence.Justus Winter
2020-09-15openpgp: Backdate created certificates by a minute.Justus Winter
2020-09-14openpgp: Add missing doc reference tag.Wiktor Kwapisiewicz
2020-08-20openpgp: Add optional parameters to unknown S2K variants.Justus Winter
2020-08-20openpgp: Make SKESK5::aead_iv fail with unknown S2K.Justus Winter
2020-08-20openpgp: Make SKESK4::esk fail with unknown S2K.Justus Winter