summaryrefslogtreecommitdiffstats
path: root/openpgp/src/packet/signature/subpacket.rs
AgeCommit message (Expand)Author
2022-06-07openpgp: Fix comment.Heiko Schaefer
2021-12-13ipc, openpgp: Bump quickcheck to 1.0.3.Nora Widdecke
2021-11-29openpgp, sq: Drop unneeded clone on a Copy value.Nora Widdecke
2021-11-29Use range syntax.Nora Widdecke
2021-11-18openpgp: Use a WASM-friendly SystemTime::now wrapper.Justus Winter
2021-10-11openpgp: Fix link.Nora Widdecke
2021-10-11openpgp: Fix links to SignatureBuilder.Nora Widdecke
2021-09-30Annotate functions where clippy::redundant_pattern_matching is OKLars Wirzenius
2021-09-30Use .iter() instead of .into_iter()Lars Wirzenius
2021-09-30Drop unnecessary lifetime notationsLars Wirzenius
2021-08-27openpgp: Correct links.Nora Widdecke
2021-08-27ffi, openpgp: Cleanup links after cargo intraconv.Nora Widdecke
2021-08-27Convert markdown to intra-doc links.Nora Widdecke
2021-04-26openpgp: New constant SubpacketAreas::MAX_SIZE.Justus Winter
2021-04-26openpgp: Expose support for attested certifications.Justus Winter
2021-04-20openpgp: Fix links to draft spec.Justus Winter
2021-04-09Lint: Use next instead of nth(0).Nora Widdecke
2021-04-09Lint: Use matches! macro.Nora Widdecke
2021-04-09Lint: Remove unnecessary conversions.Nora Widdecke
2021-03-02openpgp: Implement fmt::Display for NotationData.Justus Winter
2021-03-02openpgp: Implement nicer fmt::Debug for NotationData.Justus Winter
2021-03-02openpgp, autocrypt, guide: Make tests more robust.Justus Winter
2021-02-04openpgp: Set critical to false in SignatureBuilder::set_signers_user_id().Heiko
2021-01-19openpgp: Implement verification of attested key signatures.Justus Winter
2020-12-15openpgp: Make ComponentAmalgamation return iterator for signatures.Wiktor Kwapisiewicz
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-09-29openpgp: Put all information into the hashed subpacket area.Justus Winter
2020-09-29openpgp: Implement PartialOrd, Ord for signature-related types.Justus Winter