summaryrefslogtreecommitdiffstats
path: root/openpgp-ffi
AgeCommit message (Expand)Author
2019-11-25Release 0.12.0.v0.12.0Justus Winter
2019-11-25openpgp: Specialize key iterator to return Key<SecretParts, _>.Justus Winter
2019-11-25openpgp: Rename openpgp::constants to openpgp::types.Justus Winter
2019-11-22openpgp: Make conversions into Key<SecretParts, _> fallible.Justus Winter
2019-11-21openpgp: When parsing User IDs, recognize URIs.Neal H. Walfield
2019-11-21openpgp: Replace time crate with std::time.Justus Winter
2019-11-20openpgp: Use the builder pattern for stream::Encryptor.Justus Winter
2019-11-19openpgp: Use the builder pattern for stream::LiteralWriter.Justus Winter
2019-11-19openpgp: Use the builder pattern for stream::Signer.Justus Winter
2019-11-19openpgp: Be tolerant when deciding wheter a signature is alive.Neal H. Walfield
2019-11-18Fix more spellingDaniel Kahn Gillmor
2019-11-15openpgp: Add tpk::builder::CipherSuite::RSA4k.Leonhard Markert
2019-11-10openpgp: Distinguish bad signatures from those that are not alive.Neal H. Walfield
2019-11-06openpgp-ffi: Improve documentation.Neal H. Walfield
2019-11-06openpgp: Replace RFC 2822 parser with a de factor parserNeal H. Walfield
2019-10-31Change license to GPLv2+.Neal H. Walfield
2019-10-30Update authors.Neal H. Walfield
2019-10-28openpgp-ffi: Fix returning pgp_tag_t.Justus Winter
2019-10-27Fix more spelling errors caught by codespellDaniel Kahn Gillmor
2019-10-25Release 0.11.0.v0.11.0Justus Winter
2019-10-02openpgp-ffi: Fix check-headers to not depend on git.Justus Winter
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