summaryrefslogtreecommitdiffstats
path: root/openpgp/src/cert.rs
AgeCommit message (Expand)Author
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
2021-07-08cert: support policy_uri subpacketEli Flanagan
2021-05-19openpgp: Improve Cert::insert_packets.Neal H. Walfield
2021-04-26openpgp: Add high-level interface for attested certifications.Justus Winter
2021-04-26openpgp: Implement ComponentBundle::attestations, improve example.Justus Winter
2021-04-26openpgp: Expose low-level functions for attestation key signatures.Justus Winter
2021-04-26openpgp: Expose support for attested certifications.Justus Winter
2021-04-20openpgp: Fix some more links.Justus Winter
2021-04-09Lint: Use next instead of nth(0).Nora Widdecke
2021-04-09Lint: Use is_empty().Nora Widdecke
2021-04-09Lint: Remove unnecessary conversions.Nora Widdecke
2021-04-09openpgp, sq: Remove redundant semicolons.Wiktor Kwapisiewicz
2021-03-29Clarify/fix wording in documentation.Heiko
2021-03-22openpgp: Add test demonstrating that canonicalization is robust.Justus Winter
2021-03-17openpgp: Improve tests related to encrypted keys.Justus Winter