summaryrefslogtreecommitdiffstats
path: root/openpgp/tests
AgeCommit message (Expand)Author
2020-11-27openpgp: Improve debugging output.Neal H. Walfield
2020-11-24openpgp: Accept any number of (unicode) dashes in armor framing.Justus Winter
2020-11-24openpgp: Handle truncated armor prefixes.Justus Winter
2020-11-13openpgp: Add the vectors from The first collision for full SHA-1.Justus Winter
2020-11-12openpgp: Add test vector from SHA-1 is a Shambles.Justus Winter
2020-10-18openpgp: Change Cert::into_packets to not drop any information.Neal H. Walfield
2020-10-14Replace most 'extern crate' directives with 'use'.Justus Winter
2020-10-06Remove top-level sequoia packageIgor Matuszewski
2020-08-17openpgp: Move crypto::Keygrip to the ipc crate.Justus Winter
2020-08-17openpgp: Move crypto::sexp to the ipc crate.Justus Winter
2020-08-07openpgp: Check that primary key binding signatures are alive.Justus Winter
2020-08-07openpgp: Apply the policy to primary key binding signatures.Justus Winter
2020-07-15openpgp: Gracefully handle malformed notation names.Justus Winter
2020-06-05openpgp: Fix parsing.Justus Winter
2020-04-30openpgp: Improve documentation of the parse module.Justus Winter
2020-04-27openpgp: Fix tests when building without compression support.Justus Winter
2020-04-20openpgp: Add armor::Writer::with_headers.Justus Winter
2020-04-16Revert "openpgp: Make PacketParserResult a std::result::Result."Justus Winter
2020-04-15openpgp: We don't throw away components with no self signaturesNeal H. Walfield
2020-04-09openpgp: Make PacketParserResult a std::result::Result.Justus Winter
2020-04-09openpgp: Rename PacketParserBuilder::finalize to build.Justus Winter
2020-03-31openpgp: Implement Preferences for ValidCert.Neal H. Walfield
2020-03-26openpgp: Fix test.Justus Winter
2020-03-13openpgp: Avoid casts.Justus Winter
2020-03-10openpgp: Fix keygrip computation.Justus Winter
2020-03-09Switch from failure to anyhow.Justus Winter
2020-03-03openpgp: Only impl Serialize for objects that are normally exported.Neal H. Walfield
2020-02-19openpgp: Add test.Justus Winter
2020-02-11openpgp: Enable weak hash algorithms.Justus Winter
2020-02-07openpgp: Conclude this patch series.Justus Winter
2020-02-06autocrypt: New crate.Justus Winter
2020-02-05openpgp: Fix handling of unknown components during canonicalization.Justus Winter
2020-02-05openpgp: Make Cert::into_packets() and to_vec() agree on sig order.Justus Winter
2020-02-05openpgp: Dump certificate if they do not match.Justus Winter
2019-12-20openpgp: Improve test.Justus Winter
2019-11-28Call TPKs Certificates, update identifiers, documentation.Justus Winter
2019-11-18spell "detached" correctlyDaniel Kahn Gillmor
2019-11-01openpgp: Fix Transform::read_helper.Neal H. Walfield
2019-10-09openpgp: Attempt to cope with prefixed armored blocks.Daniel Silverstone
2019-09-17openpgp: Add function TPK::primary_userid.Neal H. Walfield
2019-09-17openpgp: Fix TPK and TPK component revocation handling.Neal H. Walfield
2019-09-03openpgp: Improve debugging outputNeal H. Walfield
2019-08-29openpgp: Add test vector.Justus Winter
2019-07-15Prepare for Rust 2018.Justus Winter
2019-06-11openpgp: Convert signature s-expressions to mpis::Signature.Justus Winter
2019-06-06openpgp: New type representing s-expressions.Justus Winter
2019-05-03openpgp: Improve test to also SerializeInto.Justus Winter
2019-04-29openpgp: New TSK type.Justus Winter
2019-04-24openpgp: Improve test.Justus Winter
2019-04-05openpgp: New test key.Justus Winter