summaryrefslogtreecommitdiffstats
path: root/openpgp-ffi/examples/decrypt-with.c
AgeCommit message (Expand)Author
2020-05-06openpgp: Streamline iteration over MessageStructure.Justus Winter
2020-04-06openpgp: Rename VerificationHelper::get_public_keys to get_certs.Justus Winter
2020-03-20openpgp-ffi: Change key iterator to return key amalgamations.Neal H. Walfield
2020-02-19openpgp: Split VerificationResult.Justus Winter
2020-02-13openpgp-ffi: Fix example.Justus Winter
2020-01-31openpgp: Add a policy object.Neal H. Walfield
2020-01-16openpgp: Remove variant VerificationResult::BadChecksum.Justus Winter
2020-01-06openpgp: Pass a timestamp to the KeyIter instead of each filter.Neal H. Walfield
2019-12-20openpgp: Simplify key iteration interface.Neal H. Walfield
2019-11-28Call TPKs Certificates, update identifiers, documentation.Justus Winter
2019-11-27openpgp: Make variants of VerificationResult struct-like, add infos.Justus Winter
2019-05-15openpgp-ffi: Expose the inspect callback in the C APINeal H. Walfield
2019-05-13openpgp-ffi: Only include unistd.h when neededNeal H. Walfield
2019-05-09openpgp: Communicate message structure from the decryptor.Justus Winter
2019-04-09openpgp: Guard signature verifications with a time.Justus Winter
2019-03-25openpgp: Rework the DecryptionHelper trait.Justus Winter
2019-03-22openpgp-ffi: Replace glibc's error function.Justus Winter
2019-03-21openpgp-ffi: Reify the decryption wrapper.Justus Winter
2019-03-19openpgp-ffi: New example.Justus Winter