summaryrefslogtreecommitdiffstats
path: root/openpgp
AgeCommit message (Expand)Author
2021-11-18openpgp: Use a WASM-friendly SystemTime::now wrapper.Justus Winter
2021-11-16openpgp: Release 1.6.0.openpgp/v1.6.0Justus 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-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-10-28net, openpgp: Fix private documentation.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-18Relicense to LGPL 2.0 or later.Neal H. Walfield
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-11openpgp: Correct link.Nora Widdecke
2021-10-11openpgp: Use fragment syntax.Nora Widdecke
2021-10-11openpgp: Correct links.Nora Widdecke
2021-10-11openpgp: Fix links.Nora Widdecke
2021-10-06openpgp: Remove dependency unicode-normalization.Nora Widdecke
2021-10-05openpgp: Release 1.4.0.openpgp/v1.4.0Justus Winter
2021-10-05openpgp: Fix crash in the CNG backend.Justus Winter
2021-10-05Fix typos.Neal H. Walfield
2021-10-05openpgp: Implement ECDH and ECDSA over NistP256 with RustCrypto.Justus Winter
2021-10-05openpgp: Add a RustCrypto backend.Nikhil Benesch
2021-09-30openpgp: Add features to opt-in to experimental crypto backends.Justus Winter
2021-09-30openpgp: Use new padding methods in the CNG backend.Justus Winter
2021-09-30openpgp: Simplify code.Justus Winter
2021-09-30Annotate functions where single_match is OKLars Wirzenius
2021-09-30Annotate functions where clippy::redundant_pattern_matching is OKLars Wirzenius
2021-09-30Use strip_{prefix,suffix} for code that's easier to followLars Wirzenius
2021-09-30Use match for tri-state conditionLars Wirzenius
2021-09-30Allow a pointer-to-pointer transmutationLars Wirzenius
2021-09-30Allow short single-character argument and variable namesLars Wirzenius
2021-09-30Allow if conditions that use complex codeLars Wirzenius
2021-09-30Avoid casting a usize to isize in the argument to pointer::offsetLars Wirzenius
2021-09-30Avoid calling .map with function returning the unit typeLars Wirzenius
2021-09-30Remove evaluation order dependenceLars Wirzenius
2021-09-30Use as_derefLars Wirzenius
2021-09-30Tell clippy it's OK not to implement traitsLars Wirzenius