summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-09-21examples: Convert unwraps to use the try operator.Wiktor Kwapisiewicz
2020-09-17openpgp: Make conventional User ID documentation available.Justus Winter
2020-09-17openpgp: Make UserID::assemble use concrete types.Justus Winter
2020-09-17openpgp: Rename file.Justus Winter
2020-09-17openpgp: Improve parsing examples to demonstrate body handling.Justus Winter
2020-09-17sq: Use buffered_reader::File::open instead of fs::File::open.Justus Winter
2020-09-17openpgp: Simplify examples.Justus Winter
2020-09-17openpgp: Add documentation for the new function.Justus Winter
2020-09-17openpgp: Make function more ergonomic.Justus Winter
2020-09-17Revert "openpgp: Remove SignatureBuilder::set_key_expiration_time."Justus Winter
2020-09-17openpgp: Marker packets must be ignored, adapt heuristics.Justus Winter
2020-09-16openpgp: Update backsig when changing expiration time.Justus Winter
2020-09-16openpgp: Improve documentation.Justus Winter
2020-09-16openpgp: Generalize ValidKeyAmalgamation conversions to references.Justus Winter
2020-09-15doc: Add source distribution step to the release checklist.Justus Winter
2020-09-15openpgp: Make test more robust.Justus Winter
2020-09-15openpgp: Ensure signatures created from templates take precedence.Justus Winter
2020-09-15openpgp: Backdate created certificates by a minute.Justus Winter
2020-09-15Revert "openpgp: TPK -> cert."Justus Winter
2020-09-15openpgp: Replace existing signatures in Cert::merge_packets.Justus Winter
2020-09-15openpgp: TPK -> cert.Justus Winter
2020-09-15openpgp: Improve docs.Justus Winter
2020-09-15buffered-reader: Track file paths and display them in errors.Justus Winter
2020-09-14openpgp: Add missing doc reference tag.Wiktor Kwapisiewicz
2020-09-09openpgp: Explicitly annotate chunk_index type in aead.rsIgor Matuszewski
2020-09-09openpgp: Don't perform no-op en/decryption in AEADIgor Matuszewski
2020-09-09openpgp: Get rid of some write_be_u64 callsIgor Matuszewski
2020-09-03openpgp: Bump win-crypto-ng to v0.2.1Igor Matuszewski
2020-09-02tool: Improve description.Neal H. Walfield
2020-08-21Release 0.19.0.v0.19.0Justus Winter
2020-08-21openpgp: Bump ed25519-dalek to 1.Justus Winter
2020-08-21Update README.md.Justus Winter
2020-08-20ci: Generate larger values in the quickcheck::Arbitrary.Justus Winter
2020-08-20openpgp: Add optional parameters to unknown S2K variants.Justus Winter
2020-08-20openpgp: Drop implementation of Copy for S2K.Justus Winter
2020-08-20openpgp: Make SKESK5::aead_iv fail with unknown S2K.Justus Winter
2020-08-20openpgp: Make SKESK4::esk fail with unknown S2K.Justus Winter
2020-08-20openpgp: Make key::Encrypted::ciphertext fail with unknown S2K.Justus Winter
2020-08-20openpgp: New function S2K::is_supported.Justus Winter
2020-08-20openpgp: Make SKESK?::esk and SKESK5::aead_iv fallible.Justus Winter
2020-08-20openpgp: Make key::Encrypted::ciphertext fallible.Justus Winter
2020-08-20openpgp: Use a boxed slice to store encrypted session keys.Justus Winter
2020-08-20openpgp: Fix documentation.Justus Winter
2020-08-19openpgp: Add note to SubpacketAreas::exportable_certification.Neal H. Walfield
2020-08-19openpgp: Improve packet::signature's module-level documentation.Neal H. Walfield
2020-08-19openpgp: Improve Signature's documentation.Neal H. Walfield
2020-08-19openpgp: Improve Signature4's documentation.Neal H. Walfield
2020-08-19openpgp: Improve SignatureFields' documentation.Neal H. Walfield
2020-08-19openpgp: Improve SignatureBuilder's documentation.Neal H. Walfield
2020-08-19openpgp: Add SignatureBuilder::add_regular_expression.Neal H. Walfield