summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-03-27Fix merging UserIDs with other revocationsJakub Onderka
2020-03-27openpgp: Align wording of context with Error::NoBindingSignature.Justus Winter
2020-03-27openpgp: Improve policy violation wording.Justus Winter
2020-03-27openpgp: Improve policy errors, add contexts.Justus Winter
2020-03-27openpgp: Improve documentation.Justus Winter
2020-03-27sqv: Improve error reporting.Justus Winter
2020-03-27openpgp: Improve context message for policy violations.Justus Winter
2020-03-27openpgp: Explain binding signature lookup failures.Justus Winter
2020-03-27openpgp: Correctly update the body_hash.Neal H. Walfield
2020-03-27openpgp: Define equality using the serialized OpenPGP form.Justus Winter
2020-03-27openpgp: Simplify semantics of Signature::normalize.Justus Winter
2020-03-27autocrypt: Add ability to parse Autocrypt-Gossip headers.Wiktor Kwapisiewicz
2020-03-27openpgp: Format timestamps in error messages.Justus Winter
2020-03-27openpgp: Implement fmt::Display for Timestamp, improve fmt::Debug.Justus Winter
2020-03-27openpgp: Add a no-dependency mechanism to format timestamps.Justus Winter
2020-03-26Remove redundant field names.Wiktor Kwapisiewicz
2020-03-26openpgp: Change packet bodies to be tristate.Justus Winter
2020-03-26openpgp: Fix test.Justus Winter
2020-03-26openpgp: Drop trivial tests.Justus Winter
2020-03-26openpgp: Merge parse/mod.rs and parse/parse.rs into parse.rs.Neal H. Walfield
2020-03-26buffered-reader: Fix error handling.Justus Winter
2020-03-26openpgp: A ValidComponent must come from a ValidCert.Neal H. Walfield
2020-03-26openpgp: Have validated components return a validated cert.Neal H. Walfield
2020-03-26openpgp: Embed a ValidCert in a ValidComponentAmalgamationNeal H. Walfield
2020-03-26openpgp: Fix lifetimes.Neal H. Walfield
2020-03-26openpgp: Implement Display for ValidCert.Neal H. Walfield
2020-03-26openpgp: Embed a ValidCert in a ValidKeyAmalgamationNeal H. Walfield
2020-03-26openpgp: Add a method to ValidCert to return the bare CertNeal H. Walfield
2020-03-26openpgp: ValidCert should implement Debug and Clone.Neal H. Walfield
2020-03-26openpgp: ValidCert::with_policy should be fallible.Neal H. Walfield
2020-03-25openpgp: Improve performance of detached signature verification.Justus Winter
2020-03-25buffered-reader: Improve performance of BufferedReader::drop_eof.Justus Winter
2020-03-25openpgp: Provide crypto::hash_buffered_reader.Justus Winter
2020-03-25ci: Improve tests for changes (or the lack thereof) in the source.Justus Winter
2020-03-25Add Android build instructionshuss
2020-03-25Use SQLite amalgamation for Android buildsHussein
2020-03-24openpgp: Add convenience function hex::dump.Justus Winter
2020-03-23openpgp-ffi: Add pgp_valid_key_amalgamation_with_policy.Neal H. Walfield
2020-03-23openpgp: Avoid copying data around in Decryptor's buffer.Justus Winter
2020-03-23openpgp: Avoid copying data around in the Transformer's buffer.Justus Winter
2020-03-20openpgp: Add a function to set the expiry of subkeys using the FFI.Neal H. Walfield
2020-03-20openpgp-ffi: Change key iterator to return key amalgamations.Neal H. Walfield
2020-03-20openpgp: Take a reference instead of ownership.Neal H. Walfield
2020-03-20ci: Avoid concurrent build jobs from clobbering their state.Justus Winter
2020-03-20openpgp: Drop Container::body_mut().Justus Winter
2020-03-20openpgp: Rework PacketParser::buffer_unread_content.Justus Winter
2020-03-20openpgp: Add test demonstrating partial reads of literal packets.Justus Winter
2020-03-20openpgp: Remove `to_hex` in KeyHandle, KeyID and Fingerprint.Wiktor Kwapisiewicz
2020-03-20openpgp: Allow formatting KeyHandle with x and X.Wiktor Kwapisiewicz
2020-03-20ci: Restrict the ci jobs to our self-hosted runners.Justus Winter