summaryrefslogtreecommitdiffstats
path: root/openpgp-ffi
AgeCommit message (Expand)Author
2019-09-27linting: Clear up bare trait object warningsDaniel Silverstone
2019-09-27openpgp: Replace use of TPK::revoke with TPKRevocationBuilder.Neal H. Walfield
2019-09-18openpgp: Change TPK::primary to return the key and not the bindingNeal H. Walfield
2019-09-18openpgp: Combine Signature4::signature_alive and its _at variant.Neal H. Walfield
2019-09-18openpgp: Combine Signature4::signature_expired and its _at variant.Neal H. Walfield
2019-09-18openpgp: Combine TPK::alive and its _at variant.Neal H. Walfield
2019-09-18openpgp: Combine Signature4::key_alive and its _at variant.Neal H. Walfield
2019-09-18openpgp: Combine TPK::expired and its _at variant.Neal H. Walfield
2019-09-18openpgp: Combine Signature4::key_expired and its _at variant.Neal H. Walfield
2019-09-17openpgp: Rename TPK::revocation_status to TPK::revoked.Neal H. Walfield
2019-09-17openpgp: Add a timestamp arg to ComponentBinding::binding_signatureNeal H. Walfield
2019-09-10openpgp: Make password argument polymorphic.Justus Winter
2019-09-10openpgp: Make 'LiteralWriter::new's arguments optional.Justus Winter
2019-09-06Release 0.10.0.v0.10.0Justus 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, ffi: Honor CFLAGS in c-tests, add -Wall.Justus Winter
2019-08-20openpgp-ffi: Typos.Justus Winter
2019-07-15Switch to Rust 2018.Justus Winter
2019-07-15Prepare for Rust 2018.Justus Winter
2019-07-08Release 0.9.0.v0.9.0Justus 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-06-14Release 0.8.0.v0.8.0Justus Winter
2019-06-01ffi: Install all headersNeal H. Walfield
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-28Bump memsec to 0.5.6.Hussein
2019-05-21openpgp: New error for unsupported compression algorithms.Justus Winter
2019-05-17openpgp-ffi: Typo.Justus Winter
2019-05-17Spelling.Neal H. Walfield
2019-05-17openpgp-ffi: Fix documentation.Neal H. Walfield
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, ffi: Improve c-tests.rs.Justus Winter
2019-05-13openpgp-ffi: Only include unistd.h when neededNeal 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-10Release 0.7.0.v0.7.0Justus Winter