summaryrefslogtreecommitdiffstats
path: root/openpgp/tests
AgeCommit message (Expand)Author
2024-04-10openpgp: Add S2K::Implicit.Justus Winter
2024-02-25openpgp: Handle header lines in the cleartext signature framework.Justus Winter
2024-01-25openpgp: Deprecate Cert::into_packets.Justus Winter
2024-01-25openpgp: Add Cert::into_packets2, TSK::into_packets.Justus Winter
2023-10-02openpgp: Test that v3 revocation signatures are honored.Justus Winter
2023-09-26openpgp: Test for secret leaks during encryption and decryption.Justus Winter
2023-09-22openpgp: Add tests that scan for secrets leaking into the heap.Justus Winter
2023-07-07openpgp: Add test vectors for the Camellia ciphers.Justus Winter
2023-07-06openpgp: Fix hashing v3 signatures.Justus Winter
2023-06-20openpgp: Accept slightly malformed MPIs when reading secrets.Justus Winter
2023-03-02openpgp: Add missing test vector.Justus Winter
2023-03-01openpgp: Add high-level encryption and signing roundtrip tests.Justus Winter
2022-12-12openpgp: Fix how text signatures are hashed.Neal H. Walfield
2022-11-11openpgp: Add support for verifying v3 signatures.Neal H. Walfield
2022-05-09openpgp: Add a v3 certificate and key.Justus Winter
2022-02-22openpgp: Fix decrypting SKESK4 packets, simple S2K, no ESK.Justus Winter
2022-02-16openpgp: Fix verifying cleartext signed messages with multiple sigs.Justus Winter
2021-09-08openpgp: Constrain AEAD chunk sizes.Justus Winter
2021-08-30openpgp: New encryption test vectors that don't use compression.Justus Winter
2021-07-09openpgp: Fix CertParser::reset.Nora Widdecke
2021-06-07openpgp: Add decryption test vectors.Justus Winter
2021-04-13bench: Add encrypt+sign and decrypt+verify.Nora Widdecke
2021-04-08Update MSRV to 1.48.0Nora Widdecke
2021-03-17openpgp: Add 1pa3pc test vector from dkgpg.Justus Winter
2021-03-05openpgp: Fix panic when verifying signatures.Wiktor Kwapisiewicz
2021-02-24openpgp: Verify messages using the Cleartext Signature Framework.Justus Winter
2020-12-22openpgp: Correctly handle keys where a primary key is also a subkey.Neal H. Walfield
2020-12-14openpgp: Fix crash in the packet parser.Justus Winter
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