summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-05-11openpgp: Allow trust packets in TPKsNeal H. Walfield
2019-05-11openpgp: Include the packet's position in the TPKValidator errorNeal H. Walfield
2019-05-11openpgp: Include the path in the MessageValidator errorNeal H. Walfield
2019-05-11openpgp: Make error message more accurateNeal H. Walfield
2019-05-11tool: Make sq inspect fail more verboselyNeal H. Walfield
2019-05-11tool: Fix hintNeal 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
2019-05-10Improve release checklist.Justus Winter
2019-05-10openpgp: Add a notation data interface.Justus Winter
2019-05-10openpgp: Add constructor for NotationData.Justus Winter
2019-05-10openpgp: Implement {Into,From}Iterator for SubpacketArea.Justus Winter
2019-05-10openpgp: New type for the flags of notation data subpackets.Justus Winter
2019-05-10openpgp: Fix documentation.Justus Winter
2019-05-10openpgp: Add a new parsing mode to the Armor ReaderNeal H. Walfield
2019-05-10openpgp: Add some context to errorsNeal H. Walfield
2019-05-10openpgp-ffi: Use new-style unwrapping for packetsNeal H. Walfield
2019-05-10Fix typo.Neal H. Walfield
2019-05-09openpgp: Fix formatting.Justus Winter
2019-05-09openpgp: Fix documentation.Justus Winter
2019-05-09openpgp: Typo.Justus Winter
2019-05-09openpgp: Communicate message structure from the decryptor.Justus Winter
2019-05-09ffi-macros: Derive Iterator.Justus Winter
2019-05-09ffi-macros: Support arguments for derived implementations.Justus Winter
2019-05-09openpgp-ffi: Wrap RevocationStatus.Justus Winter
2019-05-09openpgp-ffi: Fix commentNeal H. Walfield
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: Typo.Justus Winter
2019-05-08openpgp-ffi: Add functions to instantiate UserIDsNeal H. Walfield
2019-05-08openpgp: Add a conversion from &[u8] to UserIDNeal H. Walfield
2019-05-08Improve build instructions.Justus Winter
2019-05-08openpgp-ffi: Deal with name-mangling, 2nd try.Justus Winter
2019-05-08openpgp: Remove unused import.Justus Winter
2019-05-07openpgp-ffi, ffi: Reword.Justus Winter
2019-05-07openpgp-ffi, ffi: Improve 6911aed9.Justus Winter
2019-05-07openpgp-ffi: Deal with name-mangling.Justus Winter
2019-05-07openpgp-ffi, ffi: Fix calling convention on Windows.Justus Winter
2019-05-07openpgp: Remove {Subkey,UserID}Binding::new().Justus Winter
2019-05-07openpgp-ffi: Remove '#include <error.h>' from doctests.Justus Winter
2019-05-07Update Cargo.lock.Justus Winter
2019-05-07openpgp, net: Improve panic messages.Justus Winter
2019-05-07openpgp-ffi: Fix return typeNeal H. Walfield
2019-05-07openpgp-ffi: Wrap TPKBuilder::general_purposeNeal H. Walfield
2019-05-07openpgp: Add a method to TPKBuilder to create a general-purpose keyNeal H. Walfield
2019-05-07openpgp-ffi: Fix C interface.Neal H. Walfield
2019-05-07openpgp-ffi: Add missing values to pgp_tpk_cipher_suite_tNeal H. Walfield
2019-05-07openpgp-ffi: Fix int to cipher suite conversionNeal H. Walfield
2019-05-07openpgp: Add a Default implementation for CipherSuiteNeal H. Walfield