summaryrefslogtreecommitdiffstats
path: root/openpgp-ffi/src/packet/pkesk.rs
AgeCommit message (Expand)Author
2020-05-28openpgp: Change PKESK::decrypt to return an Option<_>.Justus Winter
2020-05-25ffi: Gracefully handle encrypted secret keys in pgp_pkesk_decrypt.Justus Winter
2020-04-03Change function names to align to Rust naming conventions.Wiktor Kwapisiewicz
2020-03-09Switch from failure to anyhow.Justus Winter
2020-02-12openpgp: Add optional cipher argument to PKESK3::decrypt.Justus Winter
2019-11-22openpgp: Make conversions into Key<SecretParts, _> fallible.Justus Winter
2019-10-27Fix more spelling errors caught by codespellDaniel Kahn Gillmor
2019-08-23openpgp: Use marker types to denote a Key's type.Neal H. Walfield
2019-07-15Prepare for Rust 2018.Justus Winter
2019-06-26openpgp-ffi, ffi, ffi-macros: Avoid deprecated integer types.Justus Winter
2019-05-30openpgp: Make PKESK::decrypt use crypto::Decryptor.Justus Winter
2019-05-07openpgp-ffi, ffi: Fix calling convention on Windows.Justus Winter
2019-03-11openpgp-ffi: Improve error messageNeal H. Walfield
2019-03-11openpgp-ffi: Unwrap object.Neal H. Walfield
2019-02-12openpgp-ffi: Fix wrapping of Fingerprints and KeyIDs.Justus Winter
2019-02-05openpgp-ffi: Use a common macro for every exported function.Justus Winter
2019-01-29openpgp-ffi: Convert Error.Justus Winter
2019-01-18openpgp-ffi: Move the packet-related functions.Justus Winter