summaryrefslogtreecommitdiffstats
path: root/ffi/src
AgeCommit message (Expand)Author
2020-02-06openpgp: Rename ComponentBinding to ComponentBundle, etc.Justus Winter
2020-01-14openpgp: Rework stream verification logic.Neal H. Walfield
2020-01-08openpgp: Include a reference time in KeyAmalgamation.Neal H. Walfield
2020-01-02openpgp: Mark enum Error non-exhaustive.Justus Winter
2019-12-20Remove nettle dependency where it's unnecessaryIgor Matuszewski
2019-12-09openpgp: New errors Expired and NotYetLive.Justus Winter
2019-11-28Call TPKs Certificates, update identifiers, documentation.Justus Winter
2019-11-21openpgp: Replace time crate with std::time.Justus Winter
2019-09-18store: Rename store::Pool to Store.Justus Winter
2019-09-18store: Rename store::Store to Mapping.Justus Winter
2019-08-27openpgp: Limit size of non-data packets.Justus Winter
2019-08-20ffi: Free resources in test.Justus Winter
2019-08-20net: Drop SKS pool in favor of keys.openpgp.org.Justus Winter
2019-08-19net: Drop the sync variant.Justus Winter
2019-07-15Prepare for Rust 2018.Justus Winter
2019-06-26openpgp-ffi, ffi, ffi-macros: Avoid deprecated integer types.Justus Winter
2019-05-21openpgp: New error for unsupported compression algorithms.Justus Winter
2019-05-15core, store, tool: Use realm instead of domain.Justus Winter
2019-05-07openpgp-ffi, ffi: Fix calling convention on Windows.Justus Winter
2019-03-25openpgp-ffi: Wrap crypto::SessionKey and crypto::Password.Justus Winter
2019-03-22openpgp, core: Return old value in setters.Justus Winter
2019-02-12openpgp-ffi: Improve derived functions.Justus Winter
2019-02-12openpgp-ffi: Improve derived functions.Justus Winter
2019-02-06openpgp: New error for unsupported packet types.Justus Winter
2019-01-29openpgp-ffi: Use generated to_string() function.Justus Winter
2019-01-29openpgp-ffi: Convert Error.Justus Winter
2019-01-29openpgp-ffi: Explicitly convert to failure::Error.Justus Winter
2019-01-25ffi-macros: Protect against use-after-free.Justus Winter
2019-01-25openpgp-ffi: Convert TPK.Justus Winter
2019-01-25openpgp-ffi: Convert Fingerprint.Justus Winter
2019-01-25openpgp-ffi: Convert KeyID.Justus Winter
2019-01-25openpgp-ffi: Derive conversion functions.Justus Winter
2019-01-22openpgp-ffi: Wrap Fingerprint.Justus Winter
2019-01-17openpgp-ffi: Change prefix from 'sq' to 'pgp'.Justus Winter
2019-01-17openpgp-ffi: New crate.Justus Winter
2019-01-17openpgp: allow checking if a sig is revoked at a specific time.Kai Michaelis
2019-01-17ffi: Do not use a context where an errp suffices.Justus Winter
2019-01-16ffi: Use the new set of macros.Justus Winter
2019-01-16ffi: Add new error-pointer-based error handling.Justus Winter
2019-01-16ffi: Store raw pointers to errors in the Context.Justus Winter
2019-01-16ffi: Introduce setter for the error in the Context.Justus Winter
2019-01-16ffi: Rework complex error handling macros.Justus Winter
2019-01-16ffi: Wrap every function using ffi_catch_abort.Justus Winter
2019-01-15ffi: Allocate returned strings using libc.Justus Winter
2019-01-15ffi: Introduce macro for *char parameters.Justus Winter
2019-01-15ffi: Move TSK glue to a new module.Justus Winter
2019-01-15openpgp: Hand a Vec<crypto::Signer> to stream::Signer.Justus Winter
2019-01-10openpgp: Use Signer when revoking TPKs.Justus Winter
2019-01-10ffi: New function sq_p_key_into_key_pair.Justus Winter
2019-01-10ffi: New module openpgp/crypto.Justus Winter