summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-06-14doc: Add sections about workflowcoding-conventionsjuga
2019-06-14doc: Add more "rules" that we actually followjuga
2019-06-14doc: Rephrase sentence to represent alljuga
2019-06-14doc: Use linter to beautify text (cosmetic)juga
2019-06-14doc: Reflow text, as neal likes (cosmetic)juga
2019-06-14doc: Replace to 79 characters per linejuga
2019-06-14doc: Add coding conventions. WIPJustus Winter
2019-06-14Rename contributing instructions.Justus Winter
2019-06-14buffered-reader: Clarify loop variant.Justus Winter
2019-06-14buffered-reader: Fix comment.Justus Winter
2019-06-14openpgp: Add test.Justus Winter
2019-06-14openpgp: Fix Fingerprint to KeyID conversion.Justus Winter
2019-06-14Update nettle-sys to 1.0.3.Justus Winter
2019-06-13openpgp: Remove unused imports in tpk/armor.rsjuga
2019-06-12core: Replace Context set_lib documentationjuga
2019-06-11tool: Add headers to exported enarmored TPKsjuga
2019-06-11openpgp: Add module to enarmor TPKs with headersjuga
2019-06-11openpgp: Convert signature s-expressions to mpis::Signature.Justus Winter
2019-06-11openpgp: Improve debug formatting of s-expressions.Justus Winter
2019-06-11openpgp: Fix packet reference serialization interface.Justus Winter
2019-06-10net: Honor compression features.Justus Winter
2019-06-10net: Drop unused parameter.Justus Winter
2019-06-08openpgp: Turn key parse errors into soft errors.Justus Winter
2019-06-08openpgp: Make the reader mode configurable in Dearmor.Justus Winter
2019-06-08openpgp: Export Dearmor.Justus Winter
2019-06-06openpgp: New type representing s-expressions.Justus Winter
2019-06-06openpgp, rfc2822: Drop force-rerun hack.Justus Winter
2019-06-05rfc2822: Add more testsNeal H. Walfield
2019-06-05rfc2822: Improve expect messageNeal H. Walfield
2019-06-04tool: Change wkd get to dump armor by defaultjuga
2019-06-02tool: stop panicking when wkd get without argumentsjuga
2019-06-01tool, sqv: Use CARGO_PKG_VERSION.Justus Winter
2019-06-01openpgp: Implement Clone for KeyPair.Justus Winter
2019-06-01openpgp: Implement From<KeyPair> for packet::Key.Justus Winter
2019-06-01openpgp: Fix Key4 parsing.Justus Winter
2019-06-01openpgp: Fix key serialization.Justus Winter
2019-06-01openpgp: Simplify tests.Justus Winter
2019-06-01openpgp: Simplify examples.Justus Winter
2019-06-01openpgp: Expose functions to parse MPIs.Justus Winter
2019-06-01openpgp: Fix documentation.Justus Winter
2019-06-01ffi: Install all headersNeal H. Walfield
2019-05-31ffi: Add bindings for User ID constructorsNeal H. Walfield
2019-05-31ffi: Explicitly coerce errors to failure::ErrorNeal H. Walfield
2019-05-31openpgp: Add constructors for creating an RFC 2822 compliant User IDNeal H. Walfield
2019-05-31openpgp: Implement From<String> for UserIDNeal H. Walfield
2019-05-31rfc2822: Provide a mechanism to escape display namesNeal H. Walfield
2019-05-30openpgp: Make PKESK::decrypt use crypto::Decryptor.Justus Winter
2019-05-30openpgp: New trait crypto::Decryptor.Justus Winter
2019-05-30openpgp: Avoid copying the session key into a vec.Justus Winter
2019-05-30openpgp: Implement From<u64> for KeyID.Justus Winter