summaryrefslogtreecommitdiffstats
path: root/openpgp/src/policy.rs
AgeCommit message (Expand)Author
2023-03-21openpgp: Delay non-trivial context computations.Justus Winter
2023-03-01openpgp: Add support for brainpoolP384r1.Justus Winter
2022-11-18openpgp: Fix use of Error::PolicyViolation.Neal H. Walfield
2022-11-17openpgp: Allow setting a policy for specific versions of a packet.Neal H. Walfield
2022-11-17openpgp: Fix test.Neal H. Walfield
2022-11-15openpgp: Simplify using a good list with a StandardPolicy.Neal H. Walfield
2022-11-15openpgp: Add a method to iterate over all variants of some enums.Neal H. Walfield
2022-10-31openpgp: Synchronize AsymmetricAlgorithm's derives.Neal H. Walfield
2022-10-28openpgp: Document the existence of the sequoia-policy-config crate.Neal H. Walfield
2022-05-06autocrypt, net: openpgp: Rewrite all usages of `Reader::new`.Wiktor Kwapisiewicz
2022-04-27openpgp: Consider ECDH KDF and KEK parameters in StandardPolicy.Justus Winter
2021-11-18openpgp: Use a WASM-friendly SystemTime::now wrapper.Justus Winter
2021-09-16openpgp: Avoid generating RSA keys longer than 2k in tests.Justus Winter
2021-08-27ffi, openpgp: Cleanup links after cargo intraconv.Nora Widdecke
2021-08-27Convert markdown to intra-doc links.Nora Widdecke
2021-04-29openpgp: Fix error message wording on policy rejection.Wiktor Kwapisiewicz
2021-04-26openpgp: Expose support for attested certifications.Justus Winter
2021-04-09Lint: Use next instead of nth(0).Nora Widdecke
2021-04-09Lint: Remove redundant lifetime.Nora Widdecke
2021-04-09Lint: Use matches! macro.Nora Widdecke
2021-04-09Lint: Use lazy evaluation.Nora Widdecke
2021-03-05openpgp: Use fallible time operations.Nora Widdecke
2021-01-20openpgp: Change StandardPolicy to accept trust signatures.Neal H. Walfield
2021-01-05openpgp: Fix link.Justus Winter
2020-12-15openpgp: Use Feb. 1st instead of Jan. 1st as the cutoff day.Neal H. Walfield
2020-12-15openpgp: Extend StandardPolicy's hash policy API.Neal H. Walfield
2020-12-14openpgp: Simplify hash policies.Neal H. Walfield
2020-12-11openpgp: Suggest StandardPolicy in NullPolicy docs.Wiktor Kwapisiewicz
2020-12-11openpgp: Add an example of building a custom policy.Wiktor Kwapisiewicz
2020-12-11openpgp: Change Policy trait default to reject.Wiktor Kwapisiewicz
2020-12-11openpgp: Pass the hash algo's security reqs to Policy::signature.Neal H. Walfield
2020-12-08openpgp: Add assert_send_and_sync! for more types.Azul
2020-12-08openpgp: Use parens for assert_send_and_sync!.Azul
2020-12-08openpgp: Require Policies to be Send and Sync.Azul
2020-12-08openpgp: Allow generic types in assert_send_and_sync!.Azul
2020-12-08openpgp: Ensure public types are Send and Sync.Azul
2020-12-01openpgp: take ownership of KeyFlags bitfieldAzul
2020-12-01openpgp: Allow using `None` to indicate signer's key should be used as the `k...Wiktor Kwapisiewicz
2020-11-06openpgp: Use non_exhaustive attribute.Nora Widdecke
2020-10-19openpgp: Make StandardPolicy::at polymorphic over time.Justus Winter
2020-10-02openpgp: Make signature verification use a mutable self reference.Justus Winter
2020-10-02openpgp: Rename Cert::merge_packets to Cert::insert_packets.Justus Winter
2020-08-13openpgp: Add note to enums that cannot be exhaustively matched.Justus Winter
2020-08-05openpgp: Don't implement Default for the Bitflags types.Justus Winter
2020-07-28openpgp: Reimplement the KeyFlags struct using Bitfield.Justus Winter
2020-06-29openpgp: Don't unnecessarily set signature subpackets.Neal H. Walfield
2020-05-28openpgp: Change the `decrypt` proxy in the decryption helper.Justus Winter
2020-05-28openpgp: Change PKESK::decrypt to return an Option<_>.Justus Winter
2020-05-13openpgp, buffered-reader, ffi: Fix documentation warnings.Wiktor Kwapisiewicz
2020-05-07openpgp: Use a builder to construct Decryptor.Justus Winter