summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-05-16openpgp: Introduce trait Policy. WIPfix-274Justus Winter
2019-05-16openpgp-ffi: Typo.Justus Winter
2019-05-16ffi-macros: Generate function prototypes for C.Justus Winter
2019-05-15openpgp: Add an interface to TPKBuilder to set the expiration timeNeal 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-15core, store, tool: Use realm instead of domain.Justus Winter
2019-05-15tool: Fix test.Justus Winter
2019-05-15openpgp: Support generating 2k RSA keysNeal H. Walfield
2019-05-15ci: Tar the cache to efficiently handle hard links.Justus Winter
2019-05-15ci: Don't cache Cargo.lock, that is checked in now.Justus Winter
2019-05-14openpgp: Clean up test data handling.Justus Winter
2019-05-14ci: Clean our crates before the cache is prepared.Justus Winter
2019-05-14openpgp: Add a filesystem-like framework for test data.Justus Winter
2019-05-14openpgp, openpgp-ffi: Normalize TPK::revoked()Neal H. Walfield
2019-05-13openpgp-ffi, ffi: Improve c-tests.rs.Justus Winter
2019-05-13core, ipc: Defer the creation of the home directory.Justus Winter
2019-05-13openpgp: Include all the test data.Justus Winter
2019-05-13openpgp: New module containing the test data.Justus Winter
2019-05-13openpgp: Fix worst-case estimate of compressed data size.Justus Winter
2019-05-13openpgp: Typo.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: 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