summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2022-12-09openpgp: Add OpenSSL cryptographic backend.wiktor/workwork2Wiktor Kwapisiewicz
2022-12-08openpgp: Check for supported AEAD ciphersuite in tests.Wiktor Kwapisiewicz
2022-12-08openpgp: Add tests for correct ordering of Ed/Cv25519.Wiktor Kwapisiewicz
2022-12-08openpgp: Adjust test suite to filter out unsupported AEAD algorithms.Wiktor Kwapisiewicz
2022-12-08openpgp: Adjust error messages on decryption failures.Wiktor Kwapisiewicz
2022-12-08openpgp: Make AEAD interface functions fallible.Wiktor Kwapisiewicz
2022-12-08openpgp: Change `decrypt` into `decrypt_verify`.Wiktor Kwapisiewicz
2022-12-08openpgp: Add tests for SKESK5::decrypt.Wiktor Kwapisiewicz
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
2022-10-30sq: The argument to --signer-cert, etc. is a cert file, not a certNeal H. Walfield
2022-10-30sq: Rename --signer-key, etc. to --signer-fileNeal H. Walfield
2022-10-30sq: The argument to --signer-key, etc. is a key file, not a keyNeal H. Walfield
2022-10-29openpgp: Note that OpenPGP is a standardized form of PGPNeal H. Walfield
2022-10-29openpgp: widen dependency on idna to include 0.3 and upDaniel Kahn Gillmor
2022-10-28openpgp: Document the existence of the sequoia-policy-config crate.Neal H. Walfield
2022-10-19openpgp: Explicitly drop the Box.941-rfe-future-proofing-against-newly-added-algorithmsJustus Winter
2022-10-18Document how to update MSRV.Nora Widdecke
2022-10-18Update READMEs for new MSRV.Nora Widdecke
2022-10-18Document MSRV in Cargo.toml.Nora Widdecke
2022-10-14sq: Add Heiko and Lars to crate authorsWiktor Kwapisiewicz
2022-10-07Align msrv with rust-toolchain.Heiko Schaefer
2022-10-07rust-toolchain: bump MSRV to 1.60.0Heiko Schaefer
2022-10-07sq: drop now-unnecessary allow for a clippy warningHeiko Schaefer
2022-10-07net: derive Default implementation instead of hand coding itHeiko Schaefer
2022-10-07net: use Option::and_then instead of .map and .flattenHeiko Schaefer
2022-10-07autocrypt: use a char instead of a string with one characterHeiko Schaefer
2022-10-07openpgp: make effect of the code more obvious to readers.Heiko Schaefer