summaryrefslogtreecommitdiffstats
path: root/openpgp-ffi/src
AgeCommit message (Expand)Author
2020-12-10buffered-reader: Require Cookies to be Send and Sync.Azul
2020-12-07openpgp: Make serialize::stream::Message Send + Sync.Justus Winter
2020-11-27openpgp: Add Cert::merge_public and Cert::merge_public_and_secret.Justus Winter
2020-11-26openpgp: Add a lifetime to CertBuilder.Justus Winter
2020-11-11openpgp-ffi: Add test.Justus Winter
2020-11-06ffi, openpgp-ffi: Handle non_exhaustive enum.Nora Widdecke
2020-11-06openpgp: Use non_exhaustive attribute.Nora Widdecke
2020-10-14Use 'Examples' for the examples section.Justus Winter
2020-10-14Replace most 'extern crate' directives with 'use'.Justus Winter
2020-10-13openpgp-ffi: Make pgp_key_pair_as_signer consume the key pair.Justus Winter
2020-10-13openpgp-ffi: Fix leak.Justus Winter
2020-10-09ffi: Add key flag accessors for ValidKeyAmalgamation.Neal H. Walfield
2020-10-09openpgp: Make Recipient::set_keyid easier to use.Justus Winter
2020-10-02openpgp: Rename Cert::merge_packets to Cert::insert_packets.Justus Winter
2020-09-22openpgp: Hide stream::Encryptor::aead_algo from public API.Wiktor Kwapisiewicz
2020-09-21ffi: Fix improper_ctypes_definitions warnings.Nora Widdecke
2020-09-16openpgp: Update backsig when changing expiration time.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-08-03openpgp: Don't use doc comments with macros.Neal H. Walfield
2020-06-17openpgp-ffi: Wrap the password handling functionality.Neal H. Walfield
2020-06-17openpgp-ffi: Forward the inspect callback to the wrapped helper.Neal H. Walfield
2020-06-17openpgp-ffi: Restore convenience function.Neal H. Walfield
2020-06-17openpgp-ffi: Change return type.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-28openpgp-ffi: Make pgp_cert_parser_from_bytes' buffer argument const.Alexander Kjäll
2020-05-25ffi: Gracefully handle encrypted secret keys in pgp_pkesk_decrypt.Justus Winter
2020-05-13openpgp: Unawkwardify Encryptor::add_password.Justus Winter
2020-05-08openpgp: Don't make CertParser generic over the iterator's typeNeal H. Walfield
2020-05-08openpgp: Remove the PacketSource::PacketParser variant.Neal H. Walfield
2020-05-08openpgp: Change CertParser to take a fallible iteratorNeal H. Walfield
2020-05-07openpgp: Use a builder to construct Decryptor.Justus Winter
2020-05-07openpgp: Use a builder to construct Verifier.Justus Winter
2020-05-07openpgp: Use a builder to construct DetachedVerifier.Justus Winter
2020-05-06openpgp: Streamline iteration over MessageStructure.Justus Winter
2020-05-06openpgp: Don't merge signatures in Cert::set_expiration_time.Justus Winter
2020-04-29openpgp: Fix ValidKeyAmalgamation::set_expiration_time's return typeNeal H. Walfield
2020-04-29openpgp: Change Cert::merge_packets to take an IntoIterator.Neal H. Walfield
2020-04-28openpgp: Convert `Cert::from_packet_pile` into `TryFrom`Wiktor Kwapisiewicz
2020-04-28openpgp: Rework Cert::revoke_in_place.Neal H. Walfield
2020-04-28openpgp: Rename Cert::revoked, etc. to revocation_statusNeal H. Walfield
2020-04-26openpgp: Add a reference time to Cert::set_expiration_time.Neal H. Walfield
2020-04-20openpgp: Add armor::Writer::with_headers.Justus Winter
2020-04-16Revert "openpgp: Make PacketParserResult a std::result::Result."Justus Winter
2020-04-15openpgp: Drop Cert::primary_userid.Justus Winter
2020-04-15openpgp: Drop Cert::alive.Justus Winter
2020-04-10openpgp: Make cert::amalgamation::key a public moduleNeal H. Walfield
2020-04-09openpgp: Make PacketParserResult a std::result::Result.Justus Winter
2020-04-08openpgp: Add some type aliases.Neal H. Walfield