summaryrefslogtreecommitdiffstats
path: root/openpgp/src/policy.rs
AgeCommit message (Expand)Author
2020-05-07openpgp: Use a builder to construct Verifier.Justus Winter
2020-05-07openpgp: Use a builder to construct DetachedVerifier.Justus Winter
2020-05-06openpgp: Streamline iteration over MessageStructure.Justus Winter
2020-04-29openpgp: Change Cert::merge_packets to take an IntoIterator.Neal H. Walfield
2020-04-28openpgp: Rework Cert::revoke_in_place.Neal H. Walfield
2020-04-28openpgp: Rename Cert::revoked, etc. to revocation_statusNeal H. Walfield
2020-04-27openpgp: Fix tests when building without compression support.Justus Winter
2020-04-21openpgp: Rename signature::Builder to signature::SignatureBuilder.Wiktor Kwapisiewicz
2020-04-08openpgp: Rename crypto::mpis to crypto::mpiIgor Matuszewski
2020-04-06openpgp: Rename VerificationHelper::get_public_keys to get_certs.Justus Winter
2020-04-03Change function names to align to Rust naming conventions.Wiktor Kwapisiewicz
2020-03-27openpgp: Improve policy errors, add contexts.Justus Winter
2020-03-27openpgp: Improve context message for policy violations.Justus Winter
2020-03-27openpgp: Explain binding signature lookup failures.Justus Winter
2020-03-26Remove redundant field names.Wiktor Kwapisiewicz
2020-03-25openpgp: Improve performance of detached signature verification.Justus Winter
2020-03-13openpgp: Add a Null Policy.Neal H. Walfield
2020-03-10openpgp: Typo.Justus Winter
2020-03-09Switch from failure to anyhow.Justus Winter
2020-03-03openpgp: Mark experimental features.Justus Winter
2020-03-01openpgp: Only create a CertAmalgamation if it is valid.Neal H. Walfield
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