summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-11-26Release 0.2.0.v0.2.0Justus Winter
2018-11-26ffi: Add new error code.Neal H. Walfield
2018-11-26buffered-reader: Add a README.Justus Winter
2018-11-26openpgp: Update examples.Justus Winter
2018-11-26sqv: Fix tests.Justus Winter
2018-11-26openpgp: Improve error message.Neal H. Walfield
2018-11-26ffi: Avoid NULL pointer dereference.Neal H. Walfield
2018-11-26openpgp: comment Features::newKai Michaelis
2018-11-26openpgp: comment KeyFlags::newKai Michaelis
2018-11-26sqv: Drop short argument.Justus Winter
2018-11-26sqv: Move sqv into a new crate.Justus Winter
2018-11-26tool: Implement verification of detached sigs.Justus Winter
2018-11-26openpgp: Implement verification of detached signatures.Justus Winter
2018-11-26openpgp: Implement deriving OPS from Signature.Justus Winter
2018-11-26openpgp: Make function available to the crate.Justus Winter
2018-11-26openpgp: Implement serializing of partial body length.Justus Winter
2018-11-26ffi: Fix installation.Justus Winter
2018-11-26openpgp: Improve OpenPGP message detection heuristic.Neal H. Walfield
2018-11-26openpgp: turn KeyFlags into structKai Michaelis
2018-11-26openpgp: turn Features into a struct w/ fieldsKai Michaelis
2018-11-26openpgp: move Features, KeyFlags and KySrvPrf. into own filesKai Michaelis
2018-11-25openpgp: sort bad signatures in TPKKai Michaelis
2018-11-25openpgp: fix backsig generationKai Michaelis
2018-11-25Drop nettle-rs documentation.Justus Winter
2018-11-25openpgp: Fix links.Justus Winter
2018-11-24net: Avoid using deprecated location of OsRng.v0.1.0Justus Winter
2018-11-24Rename the openpgp crate to sequoia-openpgp.Justus Winter
2018-11-24Fix mail address.Justus Winter
2018-11-24Make cargo package happy.Justus Winter
2018-11-24Update packaging metadata in preparation for a release.Justus Winter
2018-11-22openpgp: make TPK::merge more forgivingKai Michaelis
2018-11-22Fix typos.Neal H. Walfield
2018-11-22openpgp: Detect ASCII-Armored data and decode.Neal H. Walfield
2018-11-22openpgp: Make the armor reader work with generic BufferedReadersNeal H. Walfield
2018-11-22ffi: Fix sq_tsk_new's signature.Neal H. Walfield
2018-11-22ffi: Add a convenience function to convert a tag to a string.Neal H. Walfield
2018-11-22ffi: Wrap PacketParserEOF::is_message.Neal H. Walfield
2018-11-22ffi: Wrap the Decrypt and Verifier interfaces.Neal H. Walfield
2018-11-22ffi: Derive PartialEq and Debug for Status.Neal H. Walfield
2018-11-22ffi: Wrap PKESK::Recipient.Neal H. Walfield
2018-11-22ffi: Wrap PKESK::decrypt.Neal H. Walfield
2018-11-22ffi: Wrap Secret.Neal H. Walfield
2018-11-22ffi: Provide an interface to iterate over Keys in a TPK.Neal H. Walfield
2018-11-22ffi: Wrap tpk::UserIDBinding.Neal H. Walfield
2018-11-22ffi: Wrap TPK.Neal H. Walfield
2018-11-22ffi: Provide an interface to convert a tsk into a tpk.Neal H. Walfield
2018-11-22ffi: Fix argument types.Neal H. Walfield
2018-11-22ffi: Wrap Key::creation_time.Neal H. Walfield
2018-11-22ffi: Wrap some of Signature's methods.Neal H. Walfield
2018-11-22ffi: Wrap RevocationStatus.Neal H. Walfield