summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2018-11-22ffi: Wrap Pool::lookup_by_keyid and Pool::lookup_by_subkeyid.Neal H. Walfield
2018-11-22ffi: Add sq_writer_stack_write_all.Neal H. Walfield
2018-11-22openpgp: Export VerificationResult::level.Neal H. Walfield
2018-11-22openpgp: Don't export function.Neal H. Walfield
2018-11-21openpgp: switch to nettle 2.0Kai Michaelis
2018-11-20openpgp: Add a function to pretty print a BufferedReader stackNeal H. Walfield
2018-11-20openpgp: Add basic support for old-style sigs to the Verifier.Neal H. Walfield
2018-11-20store: Insert all subkeys into the key_by_keyid table.Neal H. Walfield
2018-11-20store: Explicitly bump patch version.Justus Winter
2018-11-19store: Avoid use of deprecated function.Justus Winter
2018-11-19Bump version of 'rand'.Justus Winter
2018-11-16openpgp: Improve example.Justus Winter
2018-11-16openpgp: Stylistic fix.Justus Winter
2018-11-16openpgp: Add encryption roundtrip test.Justus Winter
2018-11-16openpgp: it's cfg!(debug_assertions) not debugKai Michaelis
2018-11-16openpgp: centralize hash computationKai Michaelis
2018-11-16openpgp: reverse the scalar after keygenKai Michaelis
2018-11-16buffered-reader: Require that BufferedReaders implement Display.Neal H. Walfield
2018-11-15openpgp: Make modules private.Justus Winter
2018-11-14openpgp: embed backwards sig into bindingKai Michaelis
2018-11-14openpgp: Fix session key caching.Justus Winter
2018-11-14openpgp: Add tracing.Justus Winter
2018-11-14openpgp: Implement Serialize for packet::Header.Justus Winter
2018-11-14openpgp: Add a public interface for parsing headers.Justus Winter
2018-11-14openpgp: Move parsing code to the parsing module.Justus Winter
2018-11-14openpgp: Fix key creation.Justus Winter
2018-11-14Avoid identity slicing.Justus Winter
2018-11-13openpgp: time-constant MPI comparison opsKai Michaelis