summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-11-29xxxjustus/tokio10-debuggingJustus Winter
2021-11-24remove me: test tokioNora Widdecke
2021-11-23draft ipc: Update assuan to tokio 1.0.Nora Widdecke
2021-11-23ipc: Update to tokio 1.0.Nora Widdecke
2021-11-23store: Update to tokio 1.0.Nora Widdecke
2021-11-22sq: Fix argument parsing.Nora Widdecke
2021-11-21a missed negation flips the meaning of the documentation for KeyHandle::is_in...Alexander Kjäll
2021-11-18openpgp: Hint at WASM support in the README.md.Justus Winter
2021-11-18openpgp: Enable feature wasm-bindgen for rand.Justus Winter
2021-11-18openpgp: Enable js feature for getrandom.Justus Winter
2021-11-18Bump sha1collisiondetection.Justus Winter
2021-11-18openpgp: Use a WASM-friendly SystemTime::now wrapper.Justus Winter
2021-11-17Bump subplot and subplotlib.Justus Winter
2021-11-16openpgp: Release 1.6.0.openpgp/v1.6.0Justus Winter
2021-11-16buffered-reader: Release 1.1.1.buffered-reader/v1.1.1Justus Winter
2021-11-09openpgp: Fix documentation, add missing KeyFlags::clear_group_key.Justus Winter
2021-11-05openpgp: Implement CRC24 using a precomputed table.Justus Winter
2021-11-05openpgp: Move CRC computation to its own module.Justus Winter
2021-11-05openpgp: Change armor encoder to work on larger chunks.Justus Winter
2021-11-05openpgp: Improve performance of symmetric::Encryptor.Justus Winter
2021-11-04openpgp: Use XXH3 to hash packet bodies.Justus Winter
2021-11-04openpgp: Improve the streaming Decryptor's buffer strategy.Justus Winter
2021-11-04openpgp: Improve tracing.Justus Winter
2021-11-04openpgp: Don't try to fill the buffer if we reached the end.Justus Winter
2021-11-03openpgp: Try to get back on the happy path.Justus Winter
2021-11-03openpgp: Recycle buffers.Justus Winter
2021-11-03buffered-reader: Recycle buffers.Justus Winter
2021-11-03openpgp: Avoid double buffering in symmetric::Decryptor.Justus Winter
2021-11-03openpgp: Avoid wrapping the reader again.Justus Winter
2021-11-03openpgp: Use dynamically dispatched buffered reader in Decryptor.Justus Winter
2021-11-03openpgp: Reuse crypto::symmetric::Decryptor's ciphertext buffer.Justus Winter
2021-11-03sq: Delegate crypto operations to private key store if set.Wiktor Kwapisiewicz
2021-11-03sq: Add parameter for specifying private key storeWiktor Kwapisiewicz
2021-11-03net: Implement Signer and Decryptor for remote keys.Wiktor Kwapisiewicz
2021-10-28net, openpgp: Fix private documentation.Nora Widdecke
2021-10-28ci: Use stable compiler for doc job.Nora Widdecke
2021-10-27sq: add scaffolding for an integration/acceptance test suiteLars Wirzenius
2021-10-25ffi, net, sq: Update to tokio 1.0.Nora Widdecke
2021-10-25openpgp: Fix trailing semicolon in macro warning.Nora Widdecke
2021-10-25openpgp: Add notation setters to RevocationBuilders.Nora Widdecke
2021-10-18openpgp: Release 1.5.0.openpgp/v1.5.0Justus Winter
2021-10-18buffered-reader: Release 1.1.0.buffered-reader/v1.1.0Justus Winter
2021-10-18Relicense to LGPL 2.0 or later.Neal H. Walfield
2021-10-15sq: When merging keyrings, produce output in a reproducible orderLars Wirzenius
2021-10-14Add clippy to CILars Wirzenius
2021-10-14Allow clippy::unnecessary_lazy_evaluationsLars Wirzenius
2021-10-11openpgp: Fix link.Nora Widdecke
2021-10-11openpgp: Fix links to SignatureBuilder.Nora Widdecke
2021-10-11Update dependency tracing to 0.1.29.Nora Widdecke
2021-10-11openpgp: Correct link.Nora Widdecke