summaryrefslogtreecommitdiffstats
path: root/openpgp-ffi/src
AgeCommit message (Expand)Author
2019-09-10openpgp: Make 'LiteralWriter::new's arguments optional.Justus Winter
2019-09-06openpgp: Rework streaming encryptor.Justus Winter
2019-09-06openpgp: New filters for encryption-capable keys.Justus Winter
2019-08-27openpgp: Limit size of non-data packets.Justus Winter
2019-08-23openpgp: Use marker types to denote a Key's type.Neal H. Walfield
2019-08-23openpgp: Use a KeyBinding to store the primary key binding in a TPKNeal H. Walfield
2019-08-20openpgp: Make choice of AEAD algorithm explicit.Justus Winter
2019-08-20openpgp-ffi: Fix pointer signedness.Justus Winter
2019-08-20openpgp-ffi: Typos.Justus Winter
2019-07-15Prepare for Rust 2018.Justus Winter
2019-07-02openpgp: Simplify SessionKey::new.Justus Winter
2019-06-28openpgp-ffi: Use PublicKey::bits().Justus Winter
2019-06-27openpgp: Rework secret key handling.Justus Winter
2019-06-26openpgp-ffi, ffi, ffi-macros: Avoid deprecated integer types.Justus Winter
2019-05-31ffi: Add bindings for User ID constructorsNeal H. Walfield
2019-05-31ffi: Explicitly coerce errors to failure::ErrorNeal H. Walfield
2019-05-30openpgp: Make PKESK::decrypt use crypto::Decryptor.Justus Winter
2019-05-28openpgp-ffi: Add bindings for new UserID methodsNeal H. Walfield
2019-05-21openpgp: New error for unsupported compression algorithms.Justus Winter
2019-05-17openpgp-ffi: Typo.Justus Winter
2019-05-15openpgp-ffi: Add some bindings for Literal data packetsNeal H. Walfield
2019-05-15openpgp-ffi: Expose the inspect callback in the C APINeal H. Walfield
2019-05-15openpgp: Support generating 2k RSA keysNeal H. Walfield
2019-05-14openpgp, openpgp-ffi: Normalize TPK::revoked()Neal H. Walfield
2019-05-13openpgp-ffi: Use the C ABI, not the system ABINeal H. Walfield
2019-05-11openpgp: Make {is,possible}_{message,keyring,tpk} return a ResultNeal H. Walfield
2019-05-10openpgp: Add a new parsing mode to the Armor ReaderNeal H. Walfield
2019-05-10openpgp-ffi: Use new-style unwrapping for packetsNeal H. Walfield
2019-05-09openpgp: Communicate message structure from the decryptor.Justus Winter
2019-05-09openpgp-ffi: Wrap RevocationStatus.Justus Winter
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-ffi: Add functions to instantiate UserIDsNeal H. Walfield
2019-05-07openpgp-ffi, ffi: Fix calling convention on Windows.Justus Winter
2019-05-07openpgp-ffi: Wrap TPKBuilder::general_purposeNeal H. Walfield
2019-05-07openpgp-ffi: Fix int to cipher suite conversionNeal 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-03openpgp: Move TPK/TSK serialization code to mod serialize.Justus Winter
2019-04-29openpgp: New TSK type.Justus Winter
2019-04-29openpgp-ffi: Introduce a new Packet type.Justus Winter
2019-04-26ffi-macros: Fix the RefRaw trait.Justus Winter
2019-04-09openpgp: Guard signature verifications with a time.Justus Winter
2019-04-03openpgp-ffi: Typo.Justus Winter
2019-04-03openpgp: Reverse the order of signature groups.Justus Winter
2019-04-02openpgp: Improve the VerificationHelper protocol.Justus Winter
2019-04-01openpgp-ffi: Add a convenience function to pretty print a packetNeal H. Walfield