summaryrefslogtreecommitdiffstats
path: root/openpgp/src/packet/signature
AgeCommit message (Expand)Author
2020-12-11openpgp: Replace `.unwrap()` in doctests with `?`Azul
2020-12-11openpgp: Fix documentation.Justus Winter
2020-12-08openpgp: Make unnamed iterators Send + Sync.Justus Winter
2020-12-08openpgp: Use parens for assert_send_and_sync!.Azul
2020-12-08openpgp: Ensure public types are Send and Sync.Azul
2020-12-07openpgp: Include a random salt when creating signatures.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-11-18openpgp: Return iterator over bad signatures.Justus Winter
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-14Replace most 'extern crate' directives with 'use'.Justus Winter
2020-10-05openpgp: Make the embedded signature accessor return an iterator.Justus Winter
2020-10-02openpgp: Make SubpacketArea::new fallible.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-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-19openpgp: Add note to SubpacketAreas::exportable_certification.Neal H. Walfield
2020-08-19openpgp: Improve packet::signature's module-level documentation.Neal H. Walfield
2020-08-19openpgp: Improve Signature's documentation.Neal H. Walfield
2020-08-19openpgp: Improve Signature4's documentation.Neal H. Walfield
2020-08-19openpgp: Improve SignatureFields' documentation.Neal H. Walfield
2020-08-19openpgp: Improve SignatureBuilder's documentation.Neal H. Walfield
2020-08-19openpgp: Add SignatureBuilder::add_regular_expression.Neal H. Walfield
2020-08-19openpgp: Reorder functions.Neal H. Walfield
2020-08-19openpgp: Rename SubpacketArea::lookup to SubpacketArea::subpacket.Neal H. Walfield
2020-08-19openpgp: Minor documentation cleanups.Neal H. Walfield