summaryrefslogtreecommitdiffstats
path: root/openpgp/src/armor.rs
AgeCommit message (Expand)Author
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
2018-07-12openpgp: Fix reading large chunks of armored data.Justus Winter
2018-06-27openpgp: Make footer detection more robust.Justus Winter
2018-06-27openpgp: Make armored header detection more robust.Justus Winter
2018-06-27openpgp: Make reading the CRC more robust.Justus Winter
2018-06-25openpgp: Fix off-by-one error in the armor detection.Justus Winter
2018-06-25openpgp: Drop the alias for Kind::SecretKey.Justus Winter
2018-06-20openpgp: Ignore garbage in front of armored data.Justus Winter
2018-06-20openpgp: Rename functions to make their intention clear.Justus Winter
2018-06-20openpgp: Simplify and fix function.Justus Winter
2018-06-20openpgp: Use u8::is_ascii_whitespace().Justus Winter
2018-06-20Make sure there is always a whitespace after every comma.Justus Winter
2018-06-13openpgp: Rename Message to PacketPileNeal H. Walfield
2018-04-13openpgp: Tweak some headlines.Justus Winter
2018-02-06openpgp: Improve armored! macro.Justus Winter
2018-01-24openpgp: Add macro to support armored literals.Justus Winter
2018-01-24openpgp: Make armor::{Reader, Writer} more general.Justus Winter
2018-01-24openpgp: Improve documentation.Justus Winter
2018-01-24openpgp: Use std::io::Result in armor module.Justus Winter
2017-12-13Split up Sequoia.Justus Winter