summaryrefslogtreecommitdiffstats
path: root/openpgp-ffi/src/packet
AgeCommit message (Expand)Author
2020-10-14Use 'Examples' for the examples section.Justus Winter
2020-10-14Replace most 'extern crate' directives with 'use'.Justus Winter
2020-08-12openpgp: Change accessors to return all issuers.Neal H. Walfield
2020-08-05openpgp: Don't implement Default for the Bitflags types.Justus Winter
2020-06-17openpgp-ffi: Wrap the password handling functionality.Neal H. Walfield
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-04-02openpgp-ffi: Use UserIDAmalgamations, not UserIDBundles.Neal H. Walfield
2020-03-09Switch from failure to anyhow.Justus Winter
2020-03-03openpgp: Only impl Serialize for objects that are normally exported.Neal H. Walfield
2020-02-12openpgp: Add optional cipher argument to PKESK3::decrypt.Justus Winter
2020-01-21openpgp: Make the various keyflags() methods return an Option.Justus Winter
2020-01-07Fix broken links in the documentation.Justus Winter
2019-12-18openpgp: Make type aliases for keys pub(crate).Justus Winter
2019-12-09openpgp: Remove Signature::key_expired.Justus Winter
2019-12-09openpgp: Remove Signature::signature_expired.Justus Winter
2019-12-09openpgp: Return Result from Signature::key_alive.Justus Winter
2019-12-09openpgp: Return Result from Signature::signature_alive.Justus Winter
2019-12-05openpgp: Make crypto::{Signer,Decryptor} non-polymorphic.Justus Winter
2019-12-04openpgp: Rename KeyFlag's accessors.Justus Winter
2019-11-25OpenPGP User ID convention is "de facto" not "de factor"Daniel Kahn Gillmor
2019-11-22openpgp: Make conversions into Key<SecretParts, _> fallible.Justus Winter
2019-11-21openpgp: When parsing User IDs, recognize URIs.Neal H. Walfield
2019-11-21openpgp: Replace time crate with std::time.Justus Winter
2019-11-19openpgp: Be tolerant when deciding wheter a signature is alive.Neal H. Walfield
2019-11-06openpgp: Replace RFC 2822 parser with a de factor parserNeal H. Walfield
2019-10-28openpgp-ffi: Fix returning pgp_tag_t.Justus Winter
2019-10-27Fix more spelling errors caught by codespellDaniel Kahn Gillmor
2019-09-18openpgp: Combine Signature4::signature_alive and its _at variant.Neal H. Walfield
2019-09-18openpgp: Combine Signature4::signature_expired and its _at variant.Neal H. Walfield
2019-09-18openpgp: Combine Signature4::key_alive and its _at variant.Neal H. Walfield
2019-09-18openpgp: Combine Signature4::key_expired and its _at variant.Neal H. Walfield
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-28openpgp-ffi: Use PublicKey::bits().Justus Winter
2019-06-26openpgp-ffi, ffi, ffi-macros: Avoid deprecated integer types.Justus Winter
2019-05-31ffi: Add bindings for User ID constructorsNeal H. Walfield
2019-05-30openpgp: Make PKESK::decrypt use crypto::Decryptor.Justus Winter
2019-05-28openpgp-ffi: Add bindings for new UserID methodsNeal H. Walfield
2019-05-17openpgp-ffi: Typo.Justus Winter
2019-05-15openpgp-ffi: Add some bindings for Literal data packetsNeal H. Walfield
2019-05-10openpgp-ffi: Use new-style unwrapping for packetsNeal H. Walfield
2019-05-08openpgp-ffi: Fix indentationNeal H. Walfield
2019-05-08openpgp-ffi: Use extern "C", not extern "system"Neal H. Walfield
2019-05-08openpgp-ffi: Add functions to instantiate UserIDsNeal H. Walfield
2019-05-07openpgp-ffi, ffi: Fix calling convention on Windows.Justus Winter
2019-05-07openpgp-ffi: Add functions to extract the various parts of a User IDNeal H. Walfield
2019-04-29openpgp-ffi: Introduce a new Packet type.Justus Winter
2019-04-01openpgp-ffi: Add a convenience function to pretty print a packetNeal H. Walfield