summaryrefslogtreecommitdiffstats
path: root/openpgp-ffi
AgeCommit message (Expand)Author
2020-12-16Release 1.0.0.v1.0.0Justus Winter
2020-12-11Release 0.21.0.v0.21.0Justus Winter
2020-12-11Relax minimum dependencies.Nora Widdecke
2020-12-11Correct minimal versions.Nora Widdecke
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-14Fix `make install` on both BSD and Linux.Wiktor Kwapisiewicz
2020-10-14Release 0.20.0.v0.20.0Justus Winter
2020-10-14Use 'Examples' for the examples section.Justus Winter
2020-10-14Replace most 'extern crate' directives with 'use'.Justus Winter
2020-10-14Make other BSD systems use ginstall too.Wiktor Kwapisiewicz
2020-10-14Modified conditional to set INSTALL executable to ginstall for FreeBSD.phryk
2020-10-13openpgp-ffi: Fix example.Justus Winter
2020-10-13openpgp-ffi: New example.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-12Allow to opt out of default features for sequoia-* dependenciesIgor Matuszewski
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-06Don't use OS-specific extensions from memsecIgor Matuszewski
2020-10-06Bump memsec to 0.6Igor Matuszewski
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-21Release 0.19.0.v0.19.0Justus 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-07-31Release 0.18.0.v0.18.0Justus Winter
2020-06-18Improve install target.Justus Winter
2020-06-17openpgp-ffi: Wrap the password handling functionality.Neal H. Walfield
2020-06-17openpgp-ffi: Fix declaration.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-06-12Release 0.17.0.v0.17.0Justus Winter
2020-06-08openpgp-ffi, ffi: Fix pkgconfig files.Hartmut Goebel
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