summaryrefslogtreecommitdiffstats
path: root/openpgp/src/cert/amalgamation/key
AgeCommit message (Expand)Author
2021-11-18openpgp: Use a WASM-friendly SystemTime::now wrapper.Justus Winter
2021-09-30Join nested if statements with logical and into one statementLars Wirzenius
2021-09-30Use the now-idiomatic option? syntaxLars Wirzenius
2021-08-27ffi, openpgp: Cleanup links after cargo intraconv.Nora Widdecke
2021-08-27Convert markdown to intra-doc links.Nora Widdecke
2021-04-09Lint: Remove unnecessary conversions.Nora Widdecke
2020-12-14openpgp: Change general purpose keys to have a signing subkey.Justus Winter
2020-12-11openpgp: Standardize fn main() in doctests.Azul
2020-12-11openpgp: Replace `.unwrap()` in doctests with `?`Azul
2020-12-08openpgp: Tweak the assert_send_and_sync macro.Justus Winter
2020-12-08openpgp: Add assert_send_and_sync! for more types.Azul
2020-10-21openpgp: Add KeyAmalgamationIter::supported.Justus Winter
2020-10-14Replace most 'extern crate' directives with 'use'.Justus Winter
2020-08-06openpgp: Fix formatting of vector and array literals in examples.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-30openpgp: Make KeyAmalgamationIter::key_handles more consistent.Justus Winter
2020-06-19openpgp: Improve documentation.Neal H. Walfield
2020-04-28openpgp: Rename Cert::revoked, etc. to revocation_statusNeal H. Walfield
2020-04-14openpgp: Fix typos.Neal H. Walfield
2020-04-11openpgp: Improve documentation of the cert moduleNeal H. Walfield
2020-04-10openpgp: Make cert::amalgamation::key a public moduleNeal H. Walfield