summaryrefslogtreecommitdiffstats
path: root/openpgp/src/policy.rs
AgeCommit message (Expand)Author
2020-02-26openpgp: Don't unnecessarily use ComponentAmalgamation::bundle.Neal H. Walfield
2020-02-26openpgp: Rework KeyAmalgamation to preserve the key's role.Neal H. Walfield
2020-02-26openpgp: Add a prelude file to import things related to certificatesNeal H. Walfield
2020-02-24openpgp: Return a more appropriate error.Justus Winter
2020-02-24openpgp: Test that StandardPolicy can be a global const.Justus Winter
2020-02-24openpgp: Check critical notations against good-list.Justus Winter
2020-02-24openpgp: Extend StandardPolicy to check critical subpackets.Justus Winter
2020-02-21openpgp: Extend policy to check AEAD algorithms.Justus Winter
2020-02-21openpgp: Fix rendering of docs.Justus Winter
2020-02-21openpgp: Extend StandardPolicy to check for asymmetric algorithms.Justus Winter
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