summaryrefslogtreecommitdiffstats
path: root/openpgp/src/cert/amalgamation.rs
AgeCommit message (Expand)Author
2022-10-07openpgp: make effect of the code more obvious to readers.Heiko Schaefer
2021-11-29Remove unnecessary borrows.Nora Widdecke
2021-11-18openpgp: Use a WASM-friendly SystemTime::now wrapper.Justus Winter
2021-10-11openpgp: Fix links.Nora Widdecke
2021-10-05Fix typos.Neal H. Walfield
2021-09-30Avoid casting a usize to isize in the argument to pointer::offsetLars Wirzenius
2021-09-30Return a value without first assigning it to a variableLars Wirzenius
2021-09-30Avoid naming field setting it from variable of the same nameLars Wirzenius
2021-08-27ffi, readme: Remove mention of sequoia_core.Nora Widdecke
2021-08-27openpgp: Correct links.Nora Widdecke
2021-08-27ffi, openpgp: Cleanup links after cargo intraconv.Nora Widdecke
2021-08-27Convert markdown to intra-doc links.Nora Widdecke
2021-07-16openpgp: Add missing ValidAmalgamation::revocation_keys.Justus Winter
2021-07-08cert: support policy_uri subpacketEli Flanagan
2021-04-26openpgp: Add high-level interface for attested certifications.Justus Winter
2021-04-20openpgp: Fix links to draft spec.Justus Winter
2021-04-09Lint: Use next instead of nth(0).Nora Widdecke
2021-04-09Lint: Remove redundant returns.Nora Widdecke
2021-04-09Lint: Use lazy evaluation.Nora Widdecke
2021-01-12openpgp: Add an accessor for all component signatures.Justus Winter
2020-12-15openpgp: Use hash_algo_security for self signatures and revocations.Wiktor Kwapisiewicz
2020-12-15openpgp: Make ComponentAmalgamation return iterator for signatures.Wiktor Kwapisiewicz
2020-12-11openpgp: Remove ComponentAmalgamation::revocation_keys.Wiktor Kwapisiewicz
2020-12-11openpgp: Standardize fn main() in doctests.Azul
2020-12-11openpgp: Replace `.unwrap()` in doctests with `?`Azul
2020-12-11openpgp: Add functions that only return valid signatures.Wiktor Kwapisiewicz
2020-12-11openpgp: Pass the hash algo's security reqs to Policy::signature.Neal H. Walfield
2020-12-08openpgp: Tweak the assert_send_and_sync macro.Justus Winter
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-11-24openpgp: seal traits in cert::amalgamationAzul
2020-10-26openpgp: Use std::matches! instead of custom destructures_to macroIgor Matuszewski
2020-10-26openpgp: seal the Preferences traitAzul
2020-10-14Replace most 'extern crate' directives with 'use'.Justus Winter
2020-09-21openpgp: Fix typos.Nora Widdecke
2020-08-06openpgp: Fix formatting of vector and array literals in examples.Justus Winter
2020-04-28openpgp: Rename Cert::revoked, etc. to revocation_statusNeal H. Walfield
2020-04-15openpgp: Drop Cert::primary_userid.Justus Winter
2020-04-15openpgp: Consider all self signatures for designated revokers.Justus Winter
2020-04-14openpgp: Fix typos.Neal H. Walfield
2020-04-11openpgp: Improve documentation of the cert moduleNeal H. Walfield
2020-04-11openpgp: Remove unused types.Neal H. Walfield
2020-04-10openpgp: Make cert::amalgamation::key a public moduleNeal H. Walfield
2020-04-08openpgp: Add some type aliases.Neal H. Walfield
2020-04-07openpgp: Avoid unnecessarily duplicating the revocation keysNeal H. Walfield
2020-04-07openpgp: Move key related functionality to KeyAmalgamation.Neal H. Walfield
2020-04-07openpgp: Remove convenience methods that don't improve convenienceNeal H. Walfield
2020-04-07openpgp: Remove redundant implementations of direct_key_signatureNeal H. Walfield