summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-05-09ffi-macros: Derive Iterator.Justus Winter
2019-05-09ffi-macros: Support arguments for derived implementations.Justus Winter
2019-05-09openpgp-ffi: Wrap RevocationStatus.Justus Winter
2019-05-09openpgp-ffi: Fix commentNeal H. Walfield
2019-05-09openpgp-ffi: Add some bindings for TPKParserNeal H. Walfield
2019-05-08openpgp-ffi: Fix indentationNeal H. Walfield
2019-05-08openpgp-ffi: Use extern "C", not extern "system"Neal H. Walfield
2019-05-08openpgp: Typo.Justus Winter
2019-05-08openpgp-ffi: Add functions to instantiate UserIDsNeal H. Walfield
2019-05-08openpgp: Add a conversion from &[u8] to UserIDNeal H. Walfield
2019-05-08Improve build instructions.Justus Winter
2019-05-08openpgp-ffi: Deal with name-mangling, 2nd try.Justus Winter
2019-05-08openpgp: Remove unused import.Justus Winter
2019-05-07openpgp-ffi, ffi: Reword.Justus Winter
2019-05-07openpgp-ffi, ffi: Improve 6911aed9.Justus Winter
2019-05-07openpgp-ffi: Deal with name-mangling.Justus Winter
2019-05-07openpgp-ffi, ffi: Fix calling convention on Windows.Justus Winter
2019-05-07openpgp: Remove {Subkey,UserID}Binding::new().Justus Winter
2019-05-07openpgp-ffi: Remove '#include <error.h>' from doctests.Justus Winter
2019-05-07Update Cargo.lock.Justus Winter
2019-05-07openpgp, net: Improve panic messages.Justus Winter
2019-05-07openpgp-ffi: Fix return typeNeal H. Walfield
2019-05-07openpgp-ffi: Wrap TPKBuilder::general_purposeNeal H. Walfield
2019-05-07openpgp: Add a method to TPKBuilder to create a general-purpose keyNeal H. Walfield
2019-05-07openpgp-ffi: Fix C interface.Neal H. Walfield
2019-05-07openpgp-ffi: Add missing values to pgp_tpk_cipher_suite_tNeal H. Walfield
2019-05-07openpgp-ffi: Fix int to cipher suite conversionNeal H. Walfield
2019-05-07openpgp: Add a Default implementation for CipherSuiteNeal H. Walfield
2019-05-07openpgp: Rename TPKBuilder::default to TPKBuilder::newNeal H. Walfield
2019-05-07TypoNeal H. Walfield
2019-05-07openpgp-ffi: Add a function to convert a Status to a stringNeal H. Walfield
2019-05-07openpgp-ffi: Add functions to extract the various parts of a User IDNeal H. Walfield
2019-05-07openpgp: Add email address normalizationNeal H. Walfield
2019-05-07openpgp: Fix commentNeal H. Walfield
2019-05-03Update Cargo.lock.Justus Winter
2019-05-03openpgp: Account for every octet in the size calculation.Justus Winter
2019-05-03openpgp: Improve test to also SerializeInto.Justus Winter
2019-05-03openpgp: Implement SerializeInto for TPK, TSK.Justus Winter
2019-05-03openpgp: Implement and use trait NetLength.Justus Winter
2019-05-03openpgp: Optimize generic_serialize_into.Justus Winter
2019-05-03openpgp: Move TPK/TSK serialization code to mod serialize.Justus Winter
2019-05-03ipc: New crate.Justus Winter
2019-05-03openpgp: Improve base64 decodingNeal H. Walfield
2019-05-03openpgp: Use assert_eq! instead of assert! when asserting equalityNeal H. Walfield
2019-05-03openpgp: More efficiently identify valid ASCII-armorNeal H. Walfield
2019-05-03buffered-reader: Add convenience functions to drop some dataNeal H. Walfield
2019-04-30openpgp: Avoid monomorphization of serializaton functions.Justus Winter
2019-04-30rfc2822: Improve documentationNeal H. Walfield
2019-04-30rfc2822: Improve commentsNeal H. Walfield
2019-04-29rfc2822: Use quickcheck. Fix edge cases.Neal H. Walfield