summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-09-09net: Strip local signatures when creating WKD.Justus Winter
2019-09-09net: Rework WKD building, insert one TPK at a time.Justus Winter
2019-09-09net: Do not diddle with the permissions.Justus Winter
2019-09-09net: Remove progress reporting on stdout.Justus Winter
2019-09-09tool: Add 'wkd generate' subcommand.juga
2019-09-09net: Add wkd::generate function.juga
2019-09-06Release 0.10.0.v0.10.0Justus Winter
2019-09-06Bump all dependencies.Justus Winter
2019-09-06Bump quickcheck to 0.9, rand to 0.7.Justus Winter
2019-09-06tool: Support decrypting messages with wildcard recipients.Justus Winter
2019-09-06tool: Rework decryption.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-03tool: Hexdump unknown and invalid subpackets.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-02tool: Hexdump packet bodies.Justus Winter
2019-09-02openpgp: Improve hexdumper.Justus Winter
2019-09-02tool: Implement compression and padding.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