summaryrefslogtreecommitdiffstats
path: root/openpgp
AgeCommit message (Expand)Author
2019-09-02openpgp: Use DEFLATE for padding.Justus Winter
2019-09-02openpgp: Improve documentation.Justus Winter
2019-09-02openpgp: Disable compression when padding.Justus Winter
2019-09-02openpgp: Add padding roundtrip test.Justus Winter
2019-09-02openpgp: Fix conditional compilation.Justus Winter
2019-09-02openpgp: Make compression level configurable.Justus Winter
2019-09-02openpgp: Fix documentation.Neal H. Walfield
2019-09-02openpgp: Refactor canonicalizing TPK ComponentBindingsNeal H. Walfield
2019-09-02openpgp: Implement Ord for UserAttributeNeal H. Walfield
2019-09-02openpgp: Implement Ord for UnknownNeal H. Walfield
2019-09-02openpgp: When comparing Unknowns, only compare their valuesNeal H. Walfield
2019-09-02openpgp: Implement Ord for UserIDNeal H. Walfield
2019-09-02openpgp: When comparing UserIDs, only compare their valuesNeal H. Walfield
2019-09-02openpgp: Implement From<&Tag> for u8.Neal H. Walfield
2019-09-02openpgp: Implement Ord for packet::TagNeal H. Walfield
2019-09-02openpgp: Wrap Vec<ComponentBinding<C>>.Neal H. Walfield
2019-08-30openpgp: Implement message padding.Justus Winter
2019-08-30openpgp: Fix traversing writer stacks.Justus Winter
2019-08-30openpgp: Fix traversing writer stack across generics.Justus Winter
2019-08-30openpgp: Simplify.Justus Winter
2019-08-30openpgp: Keep track of a writers position.Justus Winter
2019-08-30openpgp: Improve error handling.Justus Winter
2019-08-30openpgp: Move TPKParser to tpk::parser.Neal H. Walfield
2019-08-30openpgp: Move low-level TPK parser to its own module.Neal H. Walfield
2019-08-30openpgp: Remove unused file.Neal H. Walfield
2019-08-30openpgp: When ordering signatures, also compare their mpis.Neal H. Walfield
2019-08-30openpgp: Improve order of comparisons in Signature4::eq.Neal H. Walfield
2019-08-30openpgp: Just use dedup, not dedup_by_key, to dedup SignaturesNeal H. Walfield
2019-08-30openpgp: Refactor sorting and deduping of signatures on componentsNeal H. Walfield
2019-08-30openpgp: Simplify converting TPKs into a sequence of packets.Neal H. Walfield
2019-08-30openpgp: Add type conversions for KeyBinding.Neal H. Walfield
2019-08-30openpgp: Correctly set the issuer in revocations to the signing key.Neal H. Walfield
2019-08-29openpgp: Add test vector.Justus Winter
2019-08-29openpgp: Implement timestamp signatures.Justus Winter
2019-08-29openpgp: Improve signature verification.Justus Winter
2019-08-29openpgp: Implement standalone signatures.Justus Winter
2019-08-27openpgp: Limit size of non-data packets.Justus Winter
2019-08-27openpgp: Remove redundant accessors.Neal H. Walfield
2019-08-27openpgp: Collapse the various iterators over bindings.Neal H. Walfield
2019-08-27openpgp: Simplify signature splitting.Neal H. Walfield
2019-08-26openpgp: Make header computation public.Justus Winter
2019-08-26openpgp: Implement FromStr for some types.Justus Winter
2019-08-23openpgp: Use marker types to denote a Key's type.Neal H. Walfield
2019-08-23openpgp: Use a KeyBinding to store the primary key binding in a TPKNeal H. Walfield
2019-08-23openpgp: Rename SubkeyBinding to KeyBinding.Neal H. Walfield
2019-08-23openpgp: Move Key4::into_keypair to Key::into_keypair.Neal H. Walfield
2019-08-23openpgp: Rename SecretKey to SecretKeyMaterial.Neal H. Walfield
2019-08-22Bump idna to 0.2.Justus Winter
2019-08-22Bump rpassword to 0.4.Justus Winter
2019-08-22Trim dependencies of crates 'rand' and 'quickcheck'.Justus Winter