summaryrefslogtreecommitdiffstats
path: root/openpgp-ffi
AgeCommit message (Expand)Author
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
2019-03-28Fix intra-workspace dependencies.Justus Winter
2019-03-28Point to the version-specific documentation.Justus Winter
2019-03-25openpgp: Rework the DecryptionHelper trait.Justus Winter
2019-03-25openpgp-ffi: Wrap crypto::SessionKey and crypto::Password.Justus Winter
2019-03-25openpgp-ffi: Rename type.Justus Winter
2019-03-25openpgp-ffi: Rename types.Justus Winter
2019-03-25openpgp-ffi: Implement From<Fallible<T>> for Status.Justus Winter
2019-03-22Fix build on macOS.Justus Winter
2019-03-22openpgp-ffi: Replace glibc's error function.Justus Winter
2019-03-22openpgp-ffi: Add convenience functions to work with pgp_reader_t:s.Neal H. Walfield
2019-03-21openpgp: Rename `UserID::userid()` to `value()`.Justus Winter
2019-03-21openpgp: Rename UserAttribute's accessors.Justus Winter
2019-03-21openpgp-ffi: Use crate for futimes fiddling.Justus Winter
2019-03-21openpgp-ffi: Reify the verification wrapper.Justus Winter
2019-03-21openpgp-ffi: Fix memory leak.Justus Winter
2019-03-21openpgp-ffi: Reify the decryption wrapper.Justus Winter
2019-03-21openpgp-ffi: Allow passing 0 to select the default algorithmNeal H. Walfield
2019-03-20openpgp-ffi: Add test.Justus Winter
2019-03-20openpgp-ffi: Fix linkage.Justus Winter
2019-03-20openpgp-ffi: Simplify c-test.Justus Winter
2019-03-20openpgp-ffi: Move the decryption and verification code.Justus Winter
2019-03-20openpgp-ffi: Create parse subdirectory.Justus Winter
2019-03-19openpgp-ffi: New example.Justus Winter
2019-03-19openpgp-ffi: Simplify examples.Justus Winter
2019-03-18openpgp: Make cipher algorithm configurable in streaming Encryptor.Justus Winter
2019-03-18openpgp: Make hash algorithm configurable in streaming Signer.Justus Winter
2019-03-14Release 0.5.0.v0.5.0Justus Winter
2019-03-14openpgp-ffi: Fix naming.Neal H. Walfield
2019-03-14openpgp-ffi: Fix prototype.Neal H. Walfield
2019-03-14openpgp: Replace TPK::select_keys with an iterator.Neal H. Walfield
2019-03-13Bump nettle to 5.0.Justus Winter
2019-03-11openpgp-ffi: Fix declarations.Neal H. Walfield
2019-03-11openpgp-ffi: Don't try to reclaim referencesNeal H. Walfield
2019-03-11openpgp-ffi: Unwrap array of wrapped TPKs.Neal H. Walfield
2019-03-11openpgp-ffi: Improve error messageNeal H. Walfield
2019-03-11openpgp-ffi: Unwrap object.Neal H. Walfield
2019-03-11openpgp-ffi: Avoid C++ keywords in identifiersNeal H. Walfield
2019-03-11openpgp-ffi: Finish sq_ to pgp_ rename.Neal H. Walfield
2019-03-11openpgp-ffi: Move all type declarations to <sequoia/openpgp/types.h>Neal H. Walfield
2019-02-19Release 0.4.0.v0.4.0Justus Winter
2019-02-13openpgp: use nettle 4.0Kai Michaelis
2019-02-12openpgp-ffi: Wrap openpgp::packet::Key.Justus Winter
2019-02-12openpgp-ffi: Fix Signature wrapping.Justus Winter
2019-02-12openpgp-ffi: Use the correct type.Justus Winter
2019-02-12openpgp-ffi: Reduce FFI additions.Justus Winter
2019-02-12openpgp-ffi: Fix wrapping of Fingerprints and KeyIDs.Justus Winter