summaryrefslogtreecommitdiffstats
path: root/openpgp/src/packet
AgeCommit message (Expand)Author
2021-11-04openpgp: Use XXH3 to hash packet bodies.Justus Winter
2021-10-11openpgp: Fix link.Nora Widdecke
2021-10-11openpgp: Fix links to SignatureBuilder.Nora Widdecke
2021-10-11openpgp: Use fragment syntax.Nora Widdecke
2021-10-11openpgp: Fix links.Nora Widdecke
2021-09-30Annotate functions where clippy::redundant_pattern_matching is OKLars Wirzenius
2021-09-30Allow a pointer-to-pointer transmutationLars Wirzenius
2021-09-30Use as_derefLars Wirzenius
2021-09-30Allow new() without default()Lars Wirzenius
2021-09-30Join nested if statements with logical and into one statementLars Wirzenius
2021-09-30Use .iter() instead of .into_iter()Lars Wirzenius
2021-09-30Avoid naming field setting it from variable of the same nameLars Wirzenius
2021-09-30Simplify &foo == &bar into foo == barLars Wirzenius
2021-09-30Improve error message for a malformed packetLars Wirzenius
2021-09-30Drop unnecessary lifetime notationsLars Wirzenius
2021-09-28openpgp: Skip test vectors if we don't support the curve.Justus Winter
2021-09-28openpgp: Improve tests.Justus Winter
2021-09-21Avoid matching on &Foo, when a plain Foo pattern worksLars Wirzenius
2021-09-16openpgp: Skip tests if a required algorithm is not supported.Justus Winter
2021-09-16openpgp: Avoid generating RSA keys longer than 2k in tests.Justus Winter
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-08-27openpgp: Fix links in documentation.Nora Widdecke
2021-08-17openpgp: Improve example so that it encrypts every key.Justus Winter
2021-06-07openpgp: Add tests for crashes in Nettle, see CVE-2021-3580.Justus Winter
2021-05-19openpgp: Improve Cert::insert_packets.Neal H. Walfield
2021-05-17openpgp: Mention Key4::new in struct documentationRobin Krahl
2021-04-26openpgp: Make SignatureBuilder::pre_sign public.Justus Winter
2021-04-26openpgp: New constant SubpacketAreas::MAX_SIZE.Justus Winter
2021-04-26openpgp: Expose low-level functions for attestation key signatures.Justus Winter
2021-04-26openpgp: Expose support for attested certifications.Justus Winter
2021-04-20openpgp: Fix some more links.Justus Winter
2021-04-20openpgp: Fix links to draft spec.Justus Winter
2021-04-20lint: Remove unnecessary trailing semicolons.Nora Widdecke
2021-04-09openpgp: Fix link.Justus Winter
2021-04-09Lint: Use char for single characters.Nora Widdecke
2021-04-09Lint: Use get() instead of iter().next().Nora Widdecke
2021-04-09Lint: Do not .clone a Copy type.Nora Widdecke
2021-04-09Lint: Use next instead of nth(0).Nora Widdecke
2021-04-09Lint: Use is_empty().Nora Widdecke
2021-04-09Lint: Remove redundant returns.Nora Widdecke
2021-04-09Lint: Use matches! macro.Nora Widdecke
2021-04-09Lint: Remove redundant closures.Nora Widdecke
2021-04-09Lint: Use byte literals.Nora Widdecke
2021-04-09Lint: Remove unnecessary conversions.Nora Widdecke
2021-04-08openpgp: Improve Packet::arbitrary to also generate unknown packets.Justus Winter
2021-04-08openpgp: Fix Tag::arbitrary.Justus Winter
2021-04-08openpgp: Drop unused lifetime.Justus Winter
2021-04-08openpgp: Improve documentation.Justus Winter