summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-05-24xxxjustus/secretsJustus Winter
2019-05-24store-rusqlite: Provide wrapper for TPK.Justus Winter
2019-05-24store-rusqlite: New crate.Justus Winter
2019-05-24openpgp: Implement From<u64> for KeyID.Justus Winter
2019-05-24Update to lalrpop 0.17Neal H. Walfield
2019-05-22openpgp: Optimize serialization of TPK/TSKs.Justus Winter
2019-05-22openpgp: Remove Signature::parse_naked().Justus Winter
2019-05-22openpgp: Remove Signature4::serialize_naked().Justus Winter
2019-05-22openpgp: Trait Serialize/Parse cleanup.Justus Winter
2019-05-22openpgp: Remove debugging artifact.Justus Winter
2019-05-22openpgp: Add missing conversions from SKESK{4,5} to SKESK.Justus Winter
2019-05-22openpgp: Rework SKESK5 parsing to not depend on the packet size.Justus Winter
2019-05-22ci: Print full backtraces in case of errors.Justus Winter
2019-05-22openpgp: Implement Parse for AED.Justus Winter
2019-05-21openpgp: Deduplicate code.Justus Winter
2019-05-21openpgp: Mark methods as unreachable.Justus Winter
2019-05-21openpgp: Mark branch as unreachable.Justus Winter
2019-05-21openpgp: Remove stub function.Justus Winter
2019-05-21openpgp: New error for unsupported compression algorithms.Justus Winter
2019-05-20sqv, tool: Make build script more robust.Justus Winter
2019-05-20openpgp: Calibrate S2K's hash bytes count.Justus Winter
2019-05-20openpgp: Rename function, improve documentation.Justus Winter
2019-05-20openpgp: Return the right error, improve documentation.Justus Winter
2019-05-20openpgp: Optimize key derivation.Justus Winter
2019-05-20openpgp: Overwrite password in temporary buffer.Justus Winter
2019-05-20openpgp: Fix special case.Justus Winter
2019-05-20openpgp: Rename field 'iterations' to 'hash_bytes'.Justus Winter
2019-05-20openpgp: Document the choice of default hash algorithm.Justus Winter
2019-05-17tool: Support setting the expiration time on new keysNeal H. Walfield
2019-05-17openpgp: Use `/` to separate path components in the test map.Justus Winter
2019-05-17tool: Fix handling of missing subcommands.Justus Winter
2019-05-17openpgp-ffi: Typo.Justus Winter
2019-05-17Spelling.Neal H. Walfield
2019-05-17openpgp-ffi: Fix documentation.Neal H. Walfield
2019-05-17rfc2822: Fix debug output to work with multi-byte charactersNeal H. Walfield
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