summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-12-20openpgp: Simplify key iteration interface.Neal H. Walfield
2019-12-19openpgp: Change KeyIter to return a struct instead of a tuple.Neal H. Walfield
2019-12-19openpgp: Encrypt passwords in memory.Justus Winter
2019-12-19openpgp: Make crypto::mem public and improve the documentation.Justus Winter
2019-12-19openpgp: Prepare to encrypt passwords.Justus Winter
2019-12-19Don't use misleading `<&[T; N] as IntoIterator>::into_iter`Igor Matuszewski
2019-12-19net: Fix bare trait objectIgor Matuszewski
2019-12-19openpgp: Remove redundant importsIgor Matuszewski
2019-12-18openpgp: Fix name of conversion functions.Justus Winter
2019-12-18openpgp: Make test more robust.Justus Winter
2019-12-18openpgp: Make type aliases for keys pub(crate).Justus Winter
2019-12-18openpgp: Make functions polymorphic over key parts if appropriate.Justus Winter
2019-12-18openpgp: Make SubpacketValue::EmbeddedSignature take a Signature.Justus Winter
2019-12-18openpgp: Drop SubpacketValue::Invalid.Justus Winter
2019-12-18openpgp: Tune field names to make them fit in the hex dump.Justus Winter
2019-12-18openpgp: Handle malformed subpackets when parsing.Justus Winter
2019-12-17openpgp: Improve test.Justus Winter
2019-12-17openpgp: Make Subpacket own the data.Justus Winter
2019-12-17openpgp: Improve SubpacketLength.Justus Winter
2019-12-17openpgp: Remove odd remarks.Justus Winter
2019-12-17openpgp: Make Features and KeyServerPreferences impl Eq, Hash.Justus Winter
2019-12-16sqv: Clarify that we expect ISO 8601 timestamps.Daniel Kahn Gillmor
2019-12-16sqv: Support more variants of ISO 6801 timestamps.Justus Winter
2019-12-16openpgp: Add methods for primary key binding signatures.Justus Winter
2019-12-16openpgp: Fail subkey binding verification if backsig is missing.Justus Winter
2019-12-16openpgp: Fix terminology.Justus Winter
2019-12-16openpgp: Fix corner case.Justus Winter
2019-12-13sqv: Improve tests.Justus Winter
2019-12-13sqv: Check that subkeys are live at the sig's creation time.Justus Winter
2019-12-13openpgp: Improve signature reordering heuristic.Justus Winter
2019-12-13openpgp: Fix documentation.Justus Winter
2019-12-13openpgp: Make signature::Builder::sign_subkey_binding more flexible.Justus Winter
2019-12-13openpgp: Check that signatures do not predate the signing key.Justus Winter
2019-12-13openpgp: Fix test.Justus Winter
2019-12-13openpgp: Rename hashing functions.Justus Winter
2019-12-13openpgp: Make Signature4's mutators private.Justus Winter
2019-12-13openpgp: Rename the hash prefix to digest prefix.Justus Winter
2019-12-13openpgp: Likewise for MDC.Justus Winter
2019-12-13openpgp: Call the computed hash a digest.Justus Winter
2019-12-13openpgp: Make Signature4::set_computed_hash private.Justus Winter
2019-12-13openpgp: Rename function.Justus Winter
2019-12-13openpgp: Make functions polymorphic over byte slice refs.Justus Winter
2019-12-13openpgp: Remove superfluous parameter.Justus Winter
2019-12-13openpgp: Remove hash algorithm from computed hash.Justus Winter
2019-12-13sqv: Fix test cases.Justus Winter
2019-12-13openpgp: Make Key4::set_creation_time more flexible.Justus Winter
2019-12-12openpgp: Fix interpretation of expiration times.Justus Winter
2019-12-12tool: Prefer crossterm library over termsize.Igor Matuszewski
2019-12-11sqv: Improve certificate handling.Justus Winter
2019-12-11openpgp: Derive Debug for KeyHandle.Justus Winter