summaryrefslogtreecommitdiffstats
path: root/openpgp
AgeCommit message (Expand)Author
2019-09-06Bump quickcheck to 0.9, rand to 0.7.Justus Winter
2019-09-06openpgp: Fix creating signing subkeys with passwords.Justus Winter
2019-09-06openpgp: Rework streaming encryptor.Justus Winter
2019-09-06openpgp: New filters for encryption-capable keys.Justus Winter
2019-09-03openpgp: Improve displaying unknown signature types.Justus Winter
2019-09-03openpgp: Assert that central types are Send and Sync.Justus Winter
2019-09-03openpgp: Make UserID Sync.Justus Winter
2019-09-03openpgp: Simplify constructors.Justus Winter
2019-09-03openpgp: Make SubpacketArea Sync.Justus Winter
2019-09-03openpgp: Improve documentation.Neal H. Walfield
2019-09-03openpgp: Also sort and dedup unknown componentsNeal H. Walfield
2019-09-03openpgp: Improve debugging outputNeal H. Walfield
2019-09-03openpgp: Sort the self-sigs before sorting the bindings.Neal H. Walfield
2019-09-02openpgp: Improve hexdumper.Justus Winter
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