summaryrefslogtreecommitdiffstats
path: root/openpgp/src/armor.rs
AgeCommit message (Expand)Author
2020-01-06openpgp: Move packet::header::ctb::* into header.Justus Winter
2019-12-20openpgp: Store literal data in struct Literal.Justus Winter
2019-12-19Don't use misleading `<&[T; N] as IntoIterator>::into_iter`Igor Matuszewski
2019-12-16openpgp: Fix corner case.Justus Winter
2019-11-28Call TPKs Certificates, update identifiers, documentation.Justus Winter
2019-11-18openpgp: Optimize .clear() for byte vectors.Justus Winter
2019-11-18openpgp: Rename field and function.Justus Winter
2019-11-18openpgp: Return inner writer in armor::Writer::finalize.Justus Winter
2019-10-30openpgp,buffered-reader: Optimize Vec<u8>::truncate manuallyNeal H. Walfield
2019-10-30openpgp: Avoid unnecessary allocations.Neal H. Walfield
2019-10-30buffered-reader: Change drop_through to optionally match EOF.Neal H. Walfield
2019-10-09openpgp: Attempt to cope with prefixed armored blocks.Daniel Silverstone
2019-09-27linting: Clear up bare trait object warningsDaniel Silverstone
2019-09-11openpgp: Move packet::BodyLength to packet::header.Justus Winter
2019-09-11openpgp: Move the ctb module to the header module.Justus Winter
2019-09-10openpgp: Make CTBCommon's tag field private.Justus Winter
2019-09-10openpgp: Make fields of packet::Header private.Justus Winter
2019-08-02openpgp: Upgrade to base64 version 0.10.1.Neal H. Walfield
2019-08-02openpgp: Fix test.Neal H. Walfield
2019-08-02openpgp: Import cmp, not cmp::minNeal H. Walfield
2019-07-15Prepare for Rust 2018.Justus Winter
2019-06-11openpgp: Add module to enarmor TPKs with headersjuga
2019-05-14openpgp: Clean up test data handling.Justus Winter
2019-05-13openpgp: Include all the test data.Justus Winter
2019-05-10openpgp: Add a new parsing mode to the Armor ReaderNeal H. Walfield
2019-05-07openpgp: Fix commentNeal H. Walfield
2019-05-03openpgp: Improve base64 decodingNeal H. Walfield
2019-05-03openpgp: Use assert_eq! instead of assert! when asserting equalityNeal H. Walfield
2019-05-03openpgp: More efficiently identify valid ASCII-armorNeal H. Walfield
2019-03-26openpgp: Move Header::plausible to the header module, improve itNeal H. Walfield
2019-03-01buffered-reader: Drop BufferedReader prefix.Justus Winter
2019-02-06openpgp: Remove the armored! macro.Justus Winter
2019-01-31openpgp: Check for plausible OpenPGP packets using Header::plausibleNeal H. Walfield
2019-01-18openpgp: trim_left is deprecatedKai Michaelis
2018-12-14openpgp: Introduce trait Parse.Justus Winter
2018-11-24Rename the openpgp crate to sequoia-openpgp.Justus Winter
2018-11-22openpgp: Make the armor reader work with generic BufferedReadersNeal H. Walfield
2018-11-14Avoid identity slicing.Justus Winter
2018-10-16openpgp: Refactor.Justus Winter
2018-09-17openpgp: Use the new reader.Justus Winter
2018-09-12openpgp: Fix armor roundtrip test.Justus Winter
2018-09-10openpgp: Do not emit empty ASCII armor frame if writer is unused.Justus Winter
2018-09-05openpgp: Fix error handling in the armor encoder.Justus Winter
2018-08-24openpgp: Make struct Literal opaque, add getters and setters.Justus Winter
2018-08-14openpgp: Make armor parsing more robust.Justus Winter
2018-08-13openpgp: Rework Header Line Detection.Justus Winter
2018-08-13openpgp: Rework armor kind handling.Justus Winter
2018-07-25openpgp: Update documentation.Justus Winter
2018-07-24openpgp: Support setting ASCII-armor's headersNeal H. Walfield
2018-07-24openpgp: Return armored headersNeal H. Walfield