summaryrefslogtreecommitdiffstats
path: root/openpgp-ffi/src/parse
AgeCommit message (Expand)Author
2020-01-07openpgp: Include the signing key's amalgamation in results.Justus Winter
2020-01-07openpgp-ffi: Fix doctest.Justus Winter
2019-12-20openpgp: Simplify key iteration interface.Neal H. Walfield
2019-12-18openpgp: Make type aliases for keys pub(crate).Justus Winter
2019-11-28Call TPKs Certificates, update identifiers, documentation.Justus Winter
2019-11-27openpgp: Fix issuer handling in the streaming verifier.Justus Winter
2019-11-27openpgp: Make variants of VerificationResult struct-like, add infos.Justus Winter
2019-11-25openpgp: Rename openpgp::constants to openpgp::types.Justus Winter
2019-11-21openpgp: Replace time crate with std::time.Justus Winter
2019-11-10openpgp: Distinguish bad signatures from those that are not alive.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-26openpgp-ffi, ffi, ffi-macros: Avoid deprecated integer types.Justus Winter
2019-05-15openpgp-ffi: Expose the inspect callback in the C APINeal H. Walfield
2019-05-13openpgp-ffi: Use the C ABI, not the system ABINeal H. Walfield
2019-05-11openpgp: Make {is,possible}_{message,keyring,tpk} return a ResultNeal H. Walfield
2019-05-09openpgp: Communicate message structure from the decryptor.Justus Winter
2019-05-09openpgp-ffi: Wrap RevocationStatus.Justus Winter
2019-05-07openpgp-ffi, ffi: Fix calling convention on Windows.Justus Winter
2019-04-29openpgp-ffi: Introduce a new Packet type.Justus Winter
2019-04-09openpgp: Guard signature verifications with a time.Justus Winter
2019-04-03openpgp-ffi: Typo.Justus Winter
2019-04-03openpgp: Reverse the order of signature groups.Justus Winter
2019-04-02openpgp: Improve the VerificationHelper protocol.Justus Winter
2019-03-25openpgp: Rework the DecryptionHelper trait.Justus Winter
2019-03-21openpgp-ffi: Reify the verification wrapper.Justus Winter
2019-03-21openpgp-ffi: Fix memory leak.Justus Winter
2019-03-21openpgp-ffi: Reify the decryption wrapper.Justus Winter
2019-03-20openpgp-ffi: Add test.Justus Winter
2019-03-20openpgp-ffi: Fix linkage.Justus Winter
2019-03-20openpgp-ffi: Move the decryption and verification code.Justus Winter
2019-03-20openpgp-ffi: Create parse subdirectory.Justus Winter