summaryrefslogtreecommitdiffstats
path: root/openpgp/src/armor.rs
AgeCommit message (Expand)Author
2023-01-23buffered-reader, openpgp: Fix overflow calculating buffer capacitiesJustus Winter
2023-01-06buffered-reader, openpgp: Change the default buffer size.Neal H. Walfield
2023-01-06buffered-reader, openpgp: Fix buffering.Neal H. Walfield
2022-12-05openpgp: Align armor::Reader::data_helper with Generic::data_helper.Justus Winter
2022-06-09openpgp: Fix armor::Reader::from_reader documentation.Wiktor Kwapisiewicz
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-04-27openpgp: Don't compute the CRC24 when reading armored data.Justus Winter
2022-01-19openpgp: Fix crashes in the cleartext signature parser.Justus Winter
2021-12-13ipc, openpgp: Bump quickcheck to 1.0.3.Nora Widdecke
2021-11-29Remove unnecessary slicing.Nora Widdecke
2021-11-29Fix Acronym spelling.Nora Widdecke
2021-11-29Remove unnecessary borrows.Nora Widdecke
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-10-28net, openpgp: Fix private documentation.Nora Widdecke
2021-09-30Use strip_{prefix,suffix} for code that's easier to followLars Wirzenius
2021-09-30Use .sort_unstable for speedLars Wirzenius
2021-09-30Annotate function so that clippy accepts nonminimal_boolLars Wirzenius
2021-09-21Avoid matching on &Foo, when a plain Foo pattern worksLars Wirzenius
2021-04-09Lint: Use char for single characters.Nora Widdecke
2021-04-09Lint: Remove unecessary imports.Nora Widdecke
2021-04-09Lint: Use is_empty().Nora Widdecke
2021-04-09Lint: Remove redundant returns.Nora Widdecke
2021-04-09Lint: Use matches! macro.Nora Widdecke
2021-04-09Lint: Use byte literals.Nora Widdecke
2021-04-09Lint: Remove unnecessary conversions.Nora Widdecke
2021-04-09Lint: Use lazy evaluation.Nora Widdecke
2021-02-24openpgp: Verify messages using the Cleartext Signature Framework.Justus Winter
2021-02-24openpgp: Inline buffered_reader::Generic.Justus Winter
2021-02-22openpgp: Rename field.Justus Winter
2021-02-22openpgp: Simplify CRC24 generator polynomial.Justus Winter
2021-02-12openpgp: Split armor::Reader::initialize into two functions.Justus Winter
2021-02-12openpgp: Keep track of the prefix, not just the prefix length.Justus Winter
2021-02-12openpgp: Move base64 utilities to their own module.Justus Winter
2021-02-12openpgp: Turn comment into documentation comment.Justus Winter
2021-02-12openpgp: Prepare armored reader for a different mode of operation.Justus Winter
2020-12-11openpgp: Standardize fn main() in doctests.Azul
2020-12-11openpgp: Replace `.unwrap()` in doctests with `?`Azul
2020-12-10openpgp: Add remaining assert_send_and_sync! calls.Azul
2020-12-10buffered-reader: Require Cookies to be Send and Sync.Azul
2020-12-08openpgp: Tweak the assert_send_and_sync macro.Justus Winter
2020-12-08openpgp: Add assert_send_and_sync! for more types.Azul
2020-12-08openpgp: Use parens for assert_send_and_sync!.Azul
2020-12-08openpgp: Add assert_send_and_sync! for more types.Azul
2020-12-08openpgp: Allow generic types in assert_send_and_sync!.Azul
2020-12-08openpgp: Ensure public types are Send and Sync.Azul
2020-11-24openpgp: Accept any number of (unicode) dashes in armor framing.Justus Winter
2020-11-24openpgp: Improve tests.Justus Winter