summaryrefslogtreecommitdiffstats
path: root/openpgp/src/cert.rs
AgeCommit message (Expand)Author
9 daysopenpgp: Replace attest_certifications with attest_certifications2.neal/attest-certificationsNeal H. Walfield
10 daysopenpgp: Improve tracing.Neal H. Walfield
10 daysopenpgp: Fix reordering of attestation signatures.Neal H. Walfield
2024-05-29openpgp: Lazily verify out-of-place self-signatures.Justus Winter
2024-05-29openpgp: When sorting sigs, set the computed hash on the clone.Justus Winter
2024-05-29openpgp: Fix macro to use `$sig` instead of the captured `sig`.Justus Winter
2024-05-29openpgp: Lazily verify self-signatures in certs.Justus Winter
2024-05-29openpgp: Consider signature type when hashing 3rd party sigs.Justus Winter
2024-05-29openpgp: Improve handling of attestation key signatures.Justus Winter
2024-05-29openpgp: Make signature verification take an immutable reference.Justus Winter
2024-05-07openpgp: Use public interface in tests.Justus Winter
2024-05-07openpgp: Add iteration interface for signatures in bundles.Justus Winter
2024-05-07openpgp: Correctly file signatures on unknown components.Justus Winter
2024-05-07openpgp: Use the new functions to strip secret key material.Justus Winter
2024-04-17openpgp: Use public accessors in tests.Justus Winter
2024-04-17openpgp: Move ComponentBundles to cert::bundles.Justus Winter
2024-04-15openpgp: Improve documentation.Justus Winter
2024-03-24openpgp: Remember digests during certificate canonicalization.Justus Winter
2024-01-25openpgp: Improve deprecation note.Justus Winter
2024-01-25openpgp: Deprecate Cert::into_packets.Justus Winter
2024-01-25openpgp: Add Cert::into_packets2, TSK::into_packets.Justus Winter
2024-01-24openpgp: Use KeyHandle::aliases to check for a fingerprint.Neal H. Walfield
2024-01-22openpgp: Add Parse::from_buffered_reader.Justus Winter
2023-10-13openpgp: Improve documentation.Neal H. Walfield
2023-10-02openpgp: Test that v3 revocation signatures are honored.Justus Winter
2023-08-22openpgp: Rename the MDC feature to SEIPDv1.Justus Winter
2023-07-07openpgp: Better support early v4 certificates.Justus Winter
2023-07-06openpgp: Fix hashing v3 signatures.Justus Winter
2023-07-03openpgp: Deprecate cert::Preferences::preferred_aead_algorithms.Justus Winter
2023-05-15openpgp: Improve documentation.Neal H. Walfield
2023-04-18openpgp: Improve documentationNeal H. Walfield
2023-01-06openpgp: Split certificates without parsing the packets.Neal H. Walfield
2022-06-27openpgp: Make Cert::insert_packets_merge take a FnMut.Justus Winter
2022-06-15openpgp: Fix typo.Justus Winter
2022-06-14openpgp: Add a subkey builder.Neal H. Walfield
2022-06-14openpgp: Add Cert::insert_packets2 and Cert::insert_packets_merge.Justus Winter
2022-06-08openpgp: New error condition, UnsupportedCert2.Justus Winter
2022-06-08openpgp: Accept unknown packets in production rules.Justus Winter
2022-05-06autocrypt, net: openpgp: Rewrite all usages of `Reader::new`.Wiktor Kwapisiewicz
2022-04-27openpgp: Make Cert::merge_public_and_secret safe and usable.Justus Winter
2022-04-27openpgp: Improve test.Justus Winter
2022-03-03openpgp: Avoid unnecessarily allocating a Vec.Neal H. Walfield
2022-02-28openpgp: Improve tracing.Justus Winter
2021-12-13ipc, openpgp: Bump quickcheck to 1.0.3.Nora Widdecke
2021-11-29Remove unnecessary conversions.Nora Widdecke
2021-11-29Use std::mem::take instead of std::mem::replace, for clarity.Nora Widdecke
2021-11-29Remove unnecessary slicing.Nora Widdecke
2021-11-29Remove unnecessary borrows.Nora Widdecke
2021-11-23openpgp: Implement From instead of Into.Nora Widdecke
2021-11-18openpgp: Use a WASM-friendly SystemTime::now wrapper.Justus Winter