summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2022-06-08sq: Gracefully handle malformed certs in keyring list.Justus Winter
2022-06-08openpgp: Accept unknown packets in production rules.Justus Winter
2022-06-08openpgp: Implement TryFrom<Packet> for Unknown.Justus Winter
2022-06-07openpgp: Fix comment.Heiko Schaefer
2022-06-07openpgp: Clarify error message.Heiko Schaefer
2022-05-23openpgp: Release 1.9.0.openpgp/v1.9.0Justus Winter
2022-05-23ipc, openpgp: Reduce features of dependency lalrpop.Nora Widdecke
2022-05-20openpgp: Add missing forwarder.Justus Winter
2022-05-16sq: Add logging for shell completions.Nora Widdecke
2022-05-16sq: Port command line handling from clap 2 to 3.Nora Widdecke
2022-05-13sq: Fix subplot scenario.Nora Widdecke
2022-05-13sq: Do not try to use non-existent argument.Nora Widdecke
2022-05-12openpgp: Improve tracing.Justus Winter
2022-05-12openpgp: Add Curve::field_size.Justus Winter
2022-05-12openpgp: Add MPI::zero and MPI::is_zero.Justus Winter
2022-05-12openpgp: Deprecate `iv_size` in favor of `nonce_size`.Wiktor Kwapisiewicz
2022-05-12openpgp: Rename `iv_size` to `nonce_size` leaving `iv_size`.Wiktor Kwapisiewicz
2022-05-11sq: Add the cryptographic backend to the version string.Justus Winter
2022-05-11openpgp: Add crypto::backend that identifies the backend.Justus Winter
2022-05-11openpgp: Add explicit forwarder for crypto::random.Justus Winter
2022-05-11openpgp: Fix comments.Justus Winter
2022-05-11openpgp: Update comment.Justus Winter
2022-05-11openpgp: Fix typo.Justus Winter
2022-05-11openpgp: Use the new downcasting methods to reword some tests.Justus Winter
2022-05-11openpgp: Implement downcasting of Packets to Packet Bodies.Justus Winter
2022-05-11openpgp: Drop .skip(0), that's a NOP.Justus Winter
2022-05-11openpgp: Add NEWS entry.Justus Winter
2022-05-09openpgp: Add a v3 certificate and key.Justus Winter
2022-05-06sq: Add scenarios for auth-capable key generation.Nora Widdecke
2022-05-06sq: Add option to generate an auth-capable subkey.Nora Widdecke
2022-05-06openpgp: Add `deprecated` attribute to `Reader::new`.Wiktor Kwapisiewicz
2022-05-06autocrypt, net: openpgp: Rewrite all usages of `Reader::new`.Wiktor Kwapisiewicz
2022-05-06openpgp: Move documentation and warn against armor::Reader::new.Wiktor Kwapisiewicz
2022-05-05openpgp: Fix ECDH parameter selection on generation and import.Justus Winter
2022-05-03openpgp: Make the stern warning sterner, add reference.Justus Winter
2022-05-03openpgp: Don't include decrypted block in error message.Justus Winter
2022-05-03openpgp: Rename function.Justus Winter
2022-04-28openpgp: Rework handing of unknown compression algorithms.Justus Winter
2022-04-28openpgp: Fix comment.Justus Winter
2022-04-28openpgp: Don't mark unknown packets as encrypted.Justus Winter
2022-04-27openpgp: Make Cert::merge_public_and_secret safe and usable.Justus Winter
2022-04-27openpgp: Succinctly express Key4::public_cmp.Justus Winter
2022-04-27openpgp: Improve test.Justus Winter
2022-04-27sq: Improve dumping of KDF and KEK parameters.Justus Winter
2022-04-27openpgp: Improve documentation.Justus Winter
2022-04-27openpgp: Consider ECDH KDF and KEK parameters in StandardPolicy.Justus Winter
2022-04-27openpgp: Don't compute the CRC24 when reading armored data.Justus Winter
2022-04-26openpgp: Remove unused dependencies.Nora Widdecke
2022-04-22ipc: Release 0.28.0.ipc/v0.28.0Justus Winter
2022-04-22net: Assert that public types are Send + Sync.Justus Winter