summaryrefslogtreecommitdiffstats
path: root/openpgp/src/packet/signature.rs
AgeCommit message (Expand)Author
2024-04-23openpgp: Make test more robust.meJustus Winter
2024-04-15openpgp: Fix adding authenticated issuer information.Justus Winter
2024-04-08openpgp: Add Signature::verify_signature.Justus Winter
2024-03-24openpgp: Remember digests during certificate canonicalization.Justus Winter
2024-03-24openpgp: Stash the digest on successful signature verifications.Justus Winter
2024-03-24openpgp: Rework signature verification.Justus Winter
2024-01-24openpgp: Improve documentation.Neal H. Walfield
2024-01-24openpgp: Use SubpacketAreas::issuers to get issuer subpackets.Neal H. Walfield
2023-10-02openpgp: Only add issuer fingerprint information to v4 and up sigs.Justus Winter
2023-10-02openpgp: Update comment.Justus Winter
2023-10-02openpgp: Avoid clone.Justus Winter
2023-09-27openpgp: Fix SignatureBuilder::signature_expiration_time.Justus Winter
2023-09-12openpgp: Fix building without compression support.Justus Winter
2023-07-07openpgp: Simplify expression.Justus Winter
2023-07-07openpgp: Explicitly and selectively enable hashing.Justus Winter
2023-07-06openpgp: Do not try to add subpackets to v3 signatures.Justus Winter
2023-07-03openpgp: Deprecate SubpacketTag::PreferredAEADAlgorithms.Justus Winter
2023-05-15openpgp: SignatureBuilder should return an OpenPGP timestamp.Neal H. Walfield
2023-03-22openpgp: Fix documentation, we need a signing key for sign_message.Justus Winter
2023-02-04openpgp: Fix typo.Heiko Schaefer
2022-11-17openpgp: Remove misleading comment.Neal H. Walfield
2022-11-17openpgp: Remove gratuitous empty line.Neal H. Walfield
2022-11-11openpgp: Add support for verifying v3 signatures.Neal H. Walfield
2022-06-07openpgp: Clarify error message.Heiko Schaefer
2022-03-07openpgp: Add SignatureBuilder::effective_signature_creation_time.Neal H. Walfield
2022-03-07openpgp: Extend SignatureBuilder to include a reference time.Neal H. Walfield
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