summaryrefslogtreecommitdiffstats
path: root/openpgp/src/packet/signature.rs
AgeCommit message (Expand)Author
2022-01-27openpgp: Make the test even less timing-sensitive.Justus Winter
2022-01-27openpgp: Make test less timing-sensitive.Justus Winter
2022-01-06openpgp: Generalize test to all curves.Justus Winter
2021-12-13ipc, openpgp: Bump quickcheck to 1.0.3.Nora Widdecke
2021-11-29Remove unnecessary slicing.Nora Widdecke
2021-11-29openpgp: Apply clippy::manual_map.Nora Widdecke
2021-11-29Remove unnecessary borrows.Nora Widdecke
2021-11-18openpgp: Use a WASM-friendly SystemTime::now wrapper.Justus Winter
2021-10-11openpgp: Use fragment syntax.Nora Widdecke
2021-09-30Join nested if statements with logical and into one statementLars Wirzenius
2021-09-30Avoid naming field setting it from variable of the same nameLars 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-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-05-19openpgp: Improve Cert::insert_packets.Neal H. Walfield
2021-04-26openpgp: Make SignatureBuilder::pre_sign public.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 links to draft spec.Justus Winter
2021-04-20lint: Remove unnecessary trailing semicolons.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 matches! macro.Nora Widdecke
2021-04-09Lint: Remove unnecessary conversions.Nora Widdecke
2021-03-18openpgp: fix a few typos in docsEli Flanagan
2021-01-19openpgp: Support attested key signatures in certs.Justus Winter
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: Add functions that only return valid signatures.Wiktor Kwapisiewicz
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-07openpgp: Drop hash::Context in favor of a pub trait hash::Digest.Justus Winter
2020-12-04openpgp: Make Key::verify more low-level.Justus Winter
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-27openpgp: Reset the hash algorithm when creating a SignatureBuilder.Neal H. Walfield
2020-11-24openpgp: Move the compound hashing functions to SignatureFields.Justus Winter
2020-11-24openpgp: Align hashing of compound objects with primitive objects.Justus Winter
2020-11-18openpgp: Return iterator over bad signatures.Justus Winter
2020-11-12openpgp: Make crypto::Hash::digest fallible.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-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