summaryrefslogtreecommitdiffstats
path: root/openpgp/tests/for-each-artifact.rs
AgeCommit message (Expand)Author
2021-04-08Update MSRV to 1.48.0Nora Widdecke
2020-11-27openpgp: Improve debugging output.Neal H. Walfield
2020-10-18openpgp: Change Cert::into_packets to not drop any information.Neal H. Walfield
2020-10-14Replace most 'extern crate' directives with 'use'.Justus Winter
2020-04-20openpgp: Add armor::Writer::with_headers.Justus Winter
2020-04-16Revert "openpgp: Make PacketParserResult a std::result::Result."Justus Winter
2020-04-09openpgp: Make PacketParserResult a std::result::Result.Justus Winter
2020-04-09openpgp: Rename PacketParserBuilder::finalize to build.Justus Winter
2020-03-26openpgp: Fix test.Justus Winter
2020-03-13openpgp: Avoid casts.Justus Winter
2020-03-09Switch from failure to anyhow.Justus Winter
2020-03-03openpgp: Only impl Serialize for objects that are normally exported.Neal H. Walfield
2020-02-05openpgp: Make Cert::into_packets() and to_vec() agree on sig order.Justus Winter
2020-02-05openpgp: Dump certificate if they do not match.Justus Winter
2019-12-20openpgp: Improve test.Justus Winter
2019-11-28Call TPKs Certificates, update identifiers, documentation.Justus Winter
2019-09-03openpgp: Improve debugging outputNeal H. Walfield
2019-07-15Prepare for Rust 2018.Justus Winter
2019-05-03openpgp: Improve test to also SerializeInto.Justus Winter
2019-04-29openpgp: New TSK type.Justus Winter
2019-04-24openpgp: Improve test.Justus Winter
2019-04-05openpgp: Improve test by roundtripping all messages.Justus Winter
2019-04-05openpgp: Improve test by roundtripping all TPKs.Justus Winter
2019-04-04openpgp: Add a new test.Justus Winter