summaryrefslogtreecommitdiffstats
path: root/ffi/src/error.rs
AgeCommit message (Expand)Author
2020-03-09Switch from failure to anyhow.Justus Winter
2020-02-09openpgp: Add new error, PolicyViolation.Neal H. Walfield
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-09openpgp: New errors Expired and NotYetLive.Justus Winter
2019-11-28Call TPKs Certificates, update identifiers, documentation.Justus Winter
2019-08-27openpgp: Limit size of non-data packets.Justus Winter
2019-07-15Prepare for Rust 2018.Justus Winter
2019-05-21openpgp: New error for unsupported compression algorithms.Justus Winter
2019-02-06openpgp: New error for unsupported packet types.Justus Winter
2019-01-29openpgp-ffi: Convert Error.Justus Winter
2019-01-17openpgp-ffi: New crate.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-09ffi: Use Option<&mut T> for destructors.Justus Winter
2019-01-09ffi: Use *const T for non-optional arguments.Justus Winter
2019-01-09ffi: Introduce macro for passing references from C.Justus Winter
2019-01-08ffi: Add and use ffi_free!.Justus Winter
2018-11-26ffi: Avoid NULL pointer dereference.Neal H. Walfield
2018-11-24Rename the openpgp crate to sequoia-openpgp.Justus Winter
2018-11-22ffi: Derive PartialEq and Debug for Status.Neal H. Walfield
2018-10-17openpgp: Remove unused errors.Justus Winter
2018-10-09openpgp: Add error for unsupported AEAD algorithms.Justus Winter
2018-09-28openpgp,ffi: Add an error indicating a message has been manipulated.Justus Winter
2018-07-20openpgp: Add a formal grammar for validating and building TPKsNeal H. Walfield
2018-06-20Warn about public functions without documentation, add missing docs.Justus Winter
2018-06-17openpgp: Add a mechanism to modify PacketPiles.Neal H. Walfield
2018-06-16openpgp: Consolidate the two failure::Error definitionNeal H. Walfield
2018-06-13openpgp: Add support for checking OpenPGP messages.Neal H. Walfield
2018-06-11openpgp: Add Curve::Unknown(..) to deal with unknown Curves.Justus Winter
2018-06-08openpgp: Add and use an enum for identifying Curves.Justus Winter
2018-05-17Fix 535ed3c.Neal H. Walfield
2018-05-14openpgp: Add support for verifying binding signatures.Neal H. Walfield
2018-04-26openpgp: Add signature verification support.Neal H. Walfield
2018-04-26openpgp: Add support for parsing MPIs.Neal H. Walfield
2018-04-26openpgp: Add an error for invalid arguments.Justus Winter
2018-03-15ffi: Improve error reporting.Justus Winter