summaryrefslogtreecommitdiffstats
path: root/openpgp/src/policy.rs
AgeCommit message (Expand)Author
2020-02-20openpgp: Add the bundle method to the Amalgamation trait.Neal H. Walfield
2020-02-20openpgp: Extend policy to check symmetric algorithms.Justus Winter
2020-02-20openpgp: Extend policy to check packets.Justus Winter
2020-02-19openpgp: Move RevocationStatus to module types.Justus Winter
2020-02-19openpgp: Split VerificationResult.Justus Winter
2020-02-17openpgp: Typo.Justus Winter
2020-02-14openpgp: Add a test.Neal H. Walfield
2020-02-13openpgp: Provide a hook to allow the user to validate keys.Neal H. Walfield
2020-02-12openpgp: Add optional cipher argument to DecryptionHelper::decrypt.Justus Winter
2020-02-10openpgp: Provide a getter for the StandardPolicy's reference time.Neal H. Walfield
2020-02-10openpgp: Extend StandardPolicy to consider hash algorithms.Neal H. Walfield
2020-02-09openpgp: Mark constructor as `const fn`.Neal H. Walfield
2020-02-07openpgp: Add test.Neal H. Walfield
2020-02-06openpgp: Rename methods 'set_policy' to 'with_policy'.Justus Winter
2020-02-02openpgp: Add a test that revocations can be revoked.Neal H. Walfield
2020-02-01openpgp: Add a test for policy objects.Neal H. Walfield
2020-01-31openpgp: Add a policy object.Neal H. Walfield