summaryrefslogtreecommitdiffstats
path: root/openpgp-ffi/src
AgeCommit message (Expand)Author
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
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: Implement From<Fallible<T>> for Status.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: 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: Move the decryption and verification code.Justus Winter
2019-03-20openpgp-ffi: Create parse subdirectory.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-14openpgp-ffi: Fix naming.Neal H. Walfield
2019-03-14openpgp: Replace TPK::select_keys with an iterator.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-02-12openpgp-ffi: Wrap openpgp::packet::Key.Justus Winter
2019-02-12openpgp-ffi: Fix Signature wrapping.Justus Winter