summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-05-19buffered-reader: Release v1.0.2.buffered-reader/v1.0.2buffered-reader-1.0.2Neal H. Walfield
2023-05-19ci: Disable all_commits job.Neal H. Walfield
2023-05-19buffered-reader: Update NEWS.Neal H. Walfield
2023-05-19buffered-reader: Fix returning partial reads ending in errors.Justus Winter
2021-03-02buffered-reader: Release 1.0.1.buffered-reader/v1.0.1Justus Winter
2021-03-02sq: Be smarter about emitting the unstable CLI warning.Justus Winter
2021-03-02sq: Refactor opening of output streams.Justus Winter
2021-03-02ffi_macros: Fix import of ToTokens.Nora Widdecke
2021-03-02sq: Hexdump non human-readable notation values.Justus Winter
2021-03-02openpgp: Implement fmt::Display for NotationData.Justus Winter
2021-03-02openpgp: Implement nicer fmt::Debug for NotationData.Justus Winter
2021-03-02openpgp: Fix documentation.Justus Winter
2021-03-02openpgp: Drop spaces from default string representation.Justus Winter
2021-03-02openpgp: Fix documentation.Justus Winter
2021-03-02openpgp: Add methods for hexadecimal representation with spaces.Justus Winter
2021-03-02openpgp, autocrypt, guide: Make tests more robust.Justus Winter
2021-02-24sq: Improve --signatures defaults, document error handling.Justus Winter
2021-02-24sq: Improve hint to use "--force".Justus Winter
2021-02-24sq: Improve output.Justus Winter
2021-02-24sq: Fix warning.Justus Winter
2021-02-24sq: Improve wording.Justus Winter
2021-02-24openpgp: Improve example.Justus Winter
2021-02-24openpgp: Fix links.Justus Winter
2021-02-24openpgp: Verify messages using the Cleartext Signature Framework.Justus Winter
2021-02-24openpgp: Rework certificate lookup in the streaming decryptor.Justus Winter
2021-02-24sq: Implement creation of cleartext signatures.Justus Winter
2021-02-24openpgp: Sign 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-20readme: List python dependency pip.Nora Widdecke
2021-02-19openpgp: Simplify code.Justus Winter
2021-02-19openpgp: Use high-level interface to create direct key signature.Justus Winter
2021-02-17Revert "openpgp: Only drop unread data from the top buffered reader."Justus Winter
2021-02-17buffered-reader: Reorder fields.Justus Winter
2021-02-17openpgp: Improve tracing.Justus Winter
2021-02-17openpgp: Generalize test.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
2021-02-11sq: Fix setting signature creation times.Justus Winter
2021-02-10Update smallvec to 1.6.1.Nora Widdecke
2021-02-10openpgp: Add HashAlgorithm::text_name.Justus Winter
2021-02-10openpgp: Make HashAlgorithm::from_str ignore case.Justus Winter
2021-02-10openpgp: Generalize streaming Signer modes.Justus Winter
2021-02-09make: Pass on exit codes in test task so it can fail.Azul
2021-02-09ci: Use make test instead of cargo test.Nora Widdecke
2021-02-09ci: Use prebuild rust-stable image.Azul