summaryrefslogtreecommitdiffstats
path: root/openpgp/examples/statistics.rs
AgeCommit message (Expand)Author
2022-04-12openpgp: Collect ECDH parameters in statistics example.Justus Winter
2021-11-29Remove unnecessary borrows.Nora Widdecke
2021-04-09Lint: Use is_empty().Nora Widdecke
2020-09-21openpgp: Convert `extern crate` to `use` in examples.Wiktor Kwapisiewicz
2020-09-21openpgp: Adjust examples to use try operator.Wiktor Kwapisiewicz
2020-07-15openpgp: Collect statistics about public key algorithms.Justus Winter
2020-04-16Revert "openpgp: Make PacketParserResult a std::result::Result."Justus Winter
2020-04-09openpgp: Make PacketParserResult a std::result::Result.Justus Winter
2020-03-03openpgp: Only impl Serialize for objects that are normally exported.Neal H. Walfield
2020-01-02openpgp: Change SubpacketValue::Unknown to store the tag.Justus Winter
2019-12-17openpgp: Make Subpacket own the data.Justus Winter
2019-12-06openpgp: Count first party vs third party signatures.Justus Winter
2019-11-28Call TPKs Certificates, update identifiers, documentation.Justus Winter
2019-11-25openpgp: Rename openpgp::constants to openpgp::types.Justus Winter
2019-11-05openpgp: Make fields of SubpacketValue private.Justus Winter
2019-09-29openpgp: Collect statistics about regular expressions.Justus Winter
2019-09-29openpgp: Collect statistics about exportable certs.Justus Winter
2019-09-29openpgp: Collect statistics on algorithm preferences.Justus Winter
2019-09-29openpgp: Collect KeyFlags statistics.Justus Winter
2019-09-29openpgp: Add per-signature subpacket statistics.Justus Winter
2019-09-29openpgp: Collect per-TPK subpacket statistics.Justus Winter
2019-09-27openpgp: Clean up deprecated range syntaxDaniel Silverstone
2019-09-11openpgp: Move packet::BodyLength to packet::header.Justus Winter
2019-09-10openpgp: Make fields of packet::Header private.Justus Winter
2019-08-19openpgp: Rename sigtype to typ, set_sigtype to set_typ.Justus Winter
2019-07-15Prepare for Rust 2018.Justus Winter
2019-03-04openpgp: Collect Signature Subpacket statistics.Justus Winter
2019-03-04openpgp: Only print signature stats if we saw some.Justus Winter
2019-02-20openpgp: Collect statistics over user attribute subpackets.Justus Winter
2019-02-20openpgp: Improve statistics.Justus Winter
2019-02-20openpgp: Parse more than one file.Justus Winter
2019-02-20openpgp: Update build instructions.Justus Winter
2018-12-14openpgp: Introduce trait Parse.Justus Winter
2018-12-07openpgp: Make PacketParser's header field private.Justus Winter
2018-11-24Rename the openpgp crate to sequoia-openpgp.Justus Winter
2018-11-16openpgp: Improve example.Justus Winter
2018-10-16openpgp: Improve examples.Justus Winter
2018-10-09openpgp: Don't return the depth from PacketParser::{next,recurse}Neal H. Walfield
2018-09-17openpgp: Simplify example.Justus Winter
2018-08-24openpgp: Make PacketParser's next() and recurse() return two tuples.Justus Winter
2018-07-02openpgp: Create a special Option-like type for PacketParser.Neal H. Walfield
2018-06-14openpgp: Move Tag into the packet module.Justus Winter
2018-05-31openpgp: Add example computing statistics over packets.Justus Winter