summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-01-06openpgp: Remove unused field.Neal H. Walfield
2023-01-06openpgp: Update NEWS regarding the OpenSSL backend.Neal H. Walfield
2023-01-06openpgp: Add missing NEWS for 1.12.0.Neal H. Walfield
2023-01-06buffered-reader, openpgp: Change the default buffer size.Neal H. Walfield
2023-01-06buffered-reader, openpgp: Fix buffering.Neal H. Walfield
2023-01-06buffered-reader: Set the buffer size using an environment variableNeal H. Walfield
2023-01-06openpgp: Fix typos found by codespellDimitri Papadopoulos
2023-01-05Don't select a cryptograhic backend in non-leaf crates.Justus Winter
2022-12-23Port to Rust Edition 2021.Justus Winter
2022-12-23ipc: Bump clap to 3.Justus Winter
2022-12-22openpgp: Add OpenSSL cryptographic backend.Wiktor Kwapisiewicz
2022-12-21openpgp: Check for supported AEAD ciphersuite in tests.Wiktor Kwapisiewicz
2022-12-21openpgp: Add tests for correct ordering of Ed/Cv25519.Wiktor Kwapisiewicz
2022-12-21openpgp: Adjust test suite to filter out unsupported AEAD algorithms.Wiktor Kwapisiewicz
2022-12-21openpgp: Adjust error messages on decryption failures.Wiktor Kwapisiewicz
2022-12-21openpgp: Make AEAD interface functions fallible.Wiktor Kwapisiewicz
2022-12-21openpgp: Change `decrypt` into `decrypt_verify`.Wiktor Kwapisiewicz
2022-12-21openpgp: Add tests for SKESK5::decrypt.Wiktor Kwapisiewicz
2022-12-16sq: Use std::time::Duration globally in sq/src/commands/inspectDavid Runge
2022-12-16sq: Add --time option to sq inspectDavid Runge
2022-12-13openpgp: Release 1.12.0.openpgp/v1.12.0Neal H. Walfield
2022-12-13openpgp: Fix dependency on base64.Heiko Schaefer
2022-12-12openpgp: Fix how text signatures are hashed.Neal H. Walfield
2022-12-12openpgp: Make hash_update_text more idomatic.Neal H. Walfield
2022-12-11openpgp: Don't implement traits that can just as well be derived.Neal H. Walfield
2022-12-11openpgp: Move HashingMode.Neal H. Walfield
2022-12-07ipc: Rework Agent::sign using async fn.Justus Winter
2022-12-07ipc: Rework Agent::decrypt using async fn.Justus Winter
2022-12-07ipc: Add a convenience function to send simple commands.Justus Winter
2022-12-07ipc: Add a stern warning to assuan::Client::send.Justus Winter
2022-12-05openpgp: Align armor::Reader::data_helper with Generic::data_helper.Justus Winter
2022-12-01sq: Improve error message for key userid add.Nora Widdecke
2022-11-21sq: Make default keyserver explicit.Nora Widdecke
2022-11-18doc: Update the release checklist.Heiko Schaefer
2022-11-18openpgp: Release 1.11.0.openpgp/v1.11.0Neal H. Walfield
2022-11-18openpgp: Improve tests with marker packets.Justus Winter
2022-11-18openpgp: Ignore marker packets when validating cert streams.Justus Winter
2022-11-18openpgp: Fix use of Error::PolicyViolation.Neal H. Walfield
2022-11-18openpgp: Improve error message when rejecting a packet.Neal H. Walfield
2022-11-17openpgp: Allow setting a policy for specific versions of a packet.Neal H. Walfield
2022-11-17openpgp: Remove misleading comment.Neal H. Walfield
2022-11-17openpgp: Remove gratuitous empty line.Neal H. Walfield
2022-11-17openpgp: Fix test.Neal H. Walfield
2022-11-15openpgp: Simplify using a good list with a StandardPolicy.Neal H. Walfield
2022-11-15openpgp: Add a method to iterate over all variants of some enums.Neal H. Walfield
2022-11-11openpgp: Add support for verifying v3 signatures.Neal H. Walfield
2022-11-11openpgp: Allow tracer to be used just for tracing.Neal H. Walfield
2022-11-07ipc: Release 0.29.0.Nora Widdecke
2022-10-31openpgp: Synchronize AsymmetricAlgorithm's derives.Neal H. Walfield
2022-10-30sq: Rename --signer-cert, etc. to --signer-fileNeal H. Walfield