summaryrefslogtreecommitdiffstats
path: root/openpgp/src/cert.rs
AgeCommit message (Expand)Author
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
2021-10-11openpgp: Correct links.Nora Widdecke
2021-10-05Fix typos.Neal H. Walfield
2021-09-30Remove evaluation order dependenceLars Wirzenius
2021-09-16openpgp: Skip tests if a required algorithm is not supported.Justus Winter
2021-09-16openpgp: Avoid generating RSA keys longer than 2k in tests.Justus Winter
2021-08-27openpgp: Correct links.Nora Widdecke
2021-08-27ffi, openpgp: Cleanup links after cargo intraconv.Nora Widdecke
2021-08-27Convert markdown to intra-doc links.Nora Widdecke
2021-08-27openpgp: Fix links in documentation.Nora Widdecke
2021-08-27openpgp: De-duplicate cert components before checking signatures.Justus Winter
2021-08-27openpgp: Improve cert canonicalization.Justus Winter
2021-08-27openpgp: Improve tracing.Justus Winter
2021-08-27openpgp: Update NEWS.Justus Winter
2021-08-19openpgp: Implement PartialEq for TSK.Justus Winter
2021-08-17openpgp: Hint at how to encrypt and decrypt keys in a cert.Justus Winter
2021-08-17openpgp: Word secret in 'secret key material' was duplicated.Alexander Kjäll
2021-07-16openpgp: Fix and improve documentation.Justus Winter
2021-07-16openpgp: Add missing ValidCert::revocation_keys.Justus Winter