summaryrefslogtreecommitdiffstats
path: root/openpgp/build.rs
AgeCommit message (Expand)Author
2021-10-05openpgp: Add a RustCrypto backend.Nikhil Benesch
2021-09-30openpgp: Add features to opt-in to experimental crypto backends.Justus Winter
2021-09-16openpgp: Sanity-check selected cryptographic backends.Justus Winter
2021-04-09Lint: Remove unecessary imports.Nora Widdecke
2020-10-14Replace most 'extern crate' directives with 'use'.Justus Winter
2019-06-06openpgp, rfc2822: Drop force-rerun hack.Justus Winter
2019-05-17openpgp: Use `/` to separate path components in the test map.Justus Winter
2019-05-14openpgp: Add a filesystem-like framework for test data.Justus Winter
2018-07-20openpgp: Add a formal grammar for validating and building TPKsNeal H. Walfield
2018-07-11openpgp: Instead of using an ad-hoc parser, use a parser generator.Neal H. Walfield