summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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-27tool: Add 'sq packet join', the inverse to split.Justus Winter
2019-08-27tool: Refactor armor kind parsing.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-26tool: Annotate generated keys and revocation certificates.Justus Winter
2019-08-26tool: Annotate TPKs returned from WKD queries.Justus Winter
2019-08-26openpgp: Make header computation public.Justus Winter
2019-08-26tool: Annotate TPKs retrieved from keyservers.Justus Winter
2019-08-26openpgp: Implement FromStr for some types.Justus Winter
2019-08-26rfc2822: Optimize grammar.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-23Bump rusqlite to 0.19.Justus Winter
2019-08-22ci: Make sure the tool documentation is up-to-date.Justus Winter
2019-08-22Bump idna to 0.2.Justus Winter
2019-08-22Bump percent-encoding to 2.1.Justus Winter
2019-08-22Bump url to 2.1.Justus Winter
2019-08-22Bump syn, quote, and proc-macro2 to 1.0.Justus Winter
2019-08-22Bump rpassword to 0.4.Justus Winter
2019-08-22Update all dependencies.Justus Winter
2019-08-22core: Use 'tempfile' instead of 'tempdir'.Justus Winter
2019-08-22Bump nettle-sys to 2.0.3.Justus Winter
2019-08-22Trim dependencies of crates 'rand' and 'quickcheck'.Justus Winter
2019-08-21openpgp: Add TPK::bad_signatures().Justus Winter
2019-08-21openpgp: Add TPK::unknowns().Justus Winter
2019-08-21openpgp: Move struct TPK to the tpk module.Justus Winter
2019-08-21openpgp: Use accessors to access TPK components.Justus Winter
2019-08-21openpgp: Fix serializing unknown components.Justus Winter
2019-08-21openpgp: Typos.Jann Röder
2019-08-21openpgp: Fix warnings emitted by rustc 1.36.0.Jann Röder
2019-08-21openpgp: Improve documentation.Justus Winter
2019-08-21openpgp: Fix documentation.Justus Winter