summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-07-16add example that generates (weird) keysjustus/generate-weird-keys-1Justus Winter
2018-07-16xxx support backsigs on certification subkeysJustus Winter
2018-07-13openpgp: Refine comment.Justus Winter
2018-07-12openpgp: Fix reading large chunks of armored data.Justus Winter
2018-07-12openpgp: Fix warning by demoting documentation comment.Justus Winter
2018-07-11openpgp: Instead of using an ad-hoc parser, use a parser generator.Neal H. Walfield
2018-07-11openpgp: Fix spelling mistake in identifier.Neal H. Walfield
2018-07-11openpgp: Fix typo.Neal H. Walfield
2018-07-10net, ffi: Bump native-tls and hyper-tls.Justus Winter
2018-07-10tool: Use the new type.Justus Winter
2018-07-10openpgp: Add and use a type for the literal data packet's format.Justus Winter
2018-07-10openpgp: Use broken-down time in the literal data packet.Justus Winter
2018-07-09openpgp: Add a type for expressing key server preferences.Justus Winter
2018-07-09openpgp: Add and use a type specifying reasons for revocations.Justus Winter
2018-07-09openpgp: Drop obsolete comments.Justus Winter
2018-07-09openpgp: Use struct-like values for subpackets.Justus Winter
2018-07-09openpgp: Remove comment.Justus Winter
2018-07-09Fix links in examplesWiktor Kwapisiewicz
2018-07-06openpgp: Extend example to allow selection of encryption mode.Justus Winter
2018-07-06openpgp: Use the new predicates.Justus Winter
2018-07-06openpgp: Add predicates checking whether a key / signature is alive.Justus Winter
2018-07-05openpgp: Introduce and use struct Features.Justus Winter
2018-07-05openpgp: Use struct KeyFlags in SubpacketValue.Justus Winter
2018-07-05openpgp: Use vectors of symbolic values for algorithm preferences.Justus Winter
2018-07-05openpgp: Use broken-down time in SubpacketValue.Justus Winter
2018-07-05openpgp: Add simple decryption example.Justus Winter
2018-07-05openpgp: Implement serialization of secret keys.Justus Winter
2018-07-05openpgp: Also accept RSASign when creating/verifying signatures.Justus Winter
2018-07-05openpgp: Fix parsing secret keys.Justus Winter
2018-07-04openpgp: Use broken-down time as key creation time.Justus Winter
2018-07-04openpgp: Add and use a module for time and duration conversion.Justus Winter
2018-07-04openpgp: Add a new way to wrap writers for streaming serialization.Justus Winter
2018-07-04openpgp: Hide the `writer::Stackable` trait.Justus Winter
2018-07-04openpgp: Fix EdDSA corner case.Justus Winter
2018-07-02openpgp: Remove gratuitious mut.Neal H. Walfield
2018-07-02tool: Emit armored data by default.Justus Winter
2018-07-02openpgp: Simplify KeyFlags handling.Justus Winter
2018-07-02openpgp: Implement detached signature generation in the Signer.Justus Winter
2018-07-02openpgp: Fix error handling.Justus Winter
2018-07-02openpgp: Improve documentation, add example.Justus Winter
2018-07-02openpgp: Create a special Option-like type for PacketParser.Neal H. Walfield
2018-06-29openpgp: Actually compute signatures in the streaming signer.Justus Winter
2018-06-29openpgp: Derive Eq for Fingerprint.Justus Winter
2018-06-29openpgp: Make SubpacketArea::lookup public.Justus Winter
2018-06-29openpgp: Implement signing.Justus Winter
2018-06-29openpgp: Move the definition of `struct Signature`.Justus Winter
2018-06-29openpgp: Add setters for subpackets.Justus Winter
2018-06-29openpgp: Add a owned version of KeyFlags.Justus Winter
2018-06-29openpgp: Implement Default and PartialEq for Keyflags.Justus Winter
2018-06-29openpgp: Make subpacket debug output prettier.Justus Winter