summaryrefslogtreecommitdiffstats
path: root/openpgp
AgeCommit message (Expand)Author
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-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-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-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-25openpgp: Provide crypto::hash_buffered_reader.Justus Winter
2020-03-24openpgp: Add convenience function hex::dump.Justus Winter
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: Take a reference instead of ownership.Neal H. Walfield
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-20openpgp: Update documentation.Justus Winter
2020-03-19openpgp: Fix typo.Nora Widdecke
2020-03-19openpgp: Add test.Nora Widdecke
2020-03-19openpgp: Use the signing key's issuer and issuer_fingerprint by default.Nora Widdecke
2020-03-19openpgp: Put issuer and issuer_fingerprint subpackets in unhashed area.Nora Widdecke
2020-03-18openpgp: Fix documentation.Justus Winter
2020-03-18openpgp: Use the hex::Dumper in the tests.Justus Winter
2020-03-18openpgp: Move ASCII dumping code to the library.Justus Winter
2020-03-18openpgp: Allow formatting KeyID with X and xWiktor Kwapisiewicz
2020-03-18openpgp: Allow formatting Fingerprint with X and xWiktor Kwapisiewicz
2020-03-18openpgp: Change cert::Builder::set_creation_time to take an Option.Neal H. Walfield
2020-03-18openpgp: Add a conversion from Timestamp to Option<SystemTime>.Neal H. Walfield
2020-03-16openpgp: Fix examples.Justus Winter
2020-03-16openpgp: Remove superfluous parenthesis.Justus Winter