summaryrefslogtreecommitdiffstats
path: root/ffi/src/error.rs
AgeCommit message (Expand)Author
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