summaryrefslogtreecommitdiffstats
path: root/openpgp/src/cert.rs
AgeCommit message (Expand)Author
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
2021-03-17openpgp: Test that marker packets are ignored when parsing Certs.Justus Winter
2021-03-17openpgp: Add 1pa3pc test vector from dkgpg.Justus Winter
2021-01-28ci: Fix comment and options for codespell 2.0.0.Azul
2021-01-19openpgp: Support attested key signatures in certs.Justus Winter
2021-01-14openpgp: Simplify Cert::merge_public.Justus Winter
2020-12-22openpgp: Correctly handle keys where a primary key is also a subkey.Neal H. Walfield
2020-12-15openpgp: Extend StandardPolicy's hash policy API.Neal H. Walfield
2020-12-15openpgp: Make ComponentAmalgamation return iterator for signatures.Wiktor Kwapisiewicz
2020-12-14openpgp: Simplify hash policies.Neal H. Walfield
2020-12-14openpgp: Change general purpose keys to have a signing subkey.Justus Winter
2020-12-14openpgp: Drop the doc-hack in favor of doc(inline).Justus Winter
2020-12-11openpgp: Standardize fn main() in doctests.Azul
2020-12-11openpgp: Replace `.unwrap()` in doctests with `?`Azul
2020-12-11openpgp: Pass the hash algo's security reqs to Policy::signature.Neal H. Walfield
2020-12-11openpgp: Make Cert::CertParser Send and Sync.Azul
2020-12-10buffered-reader: Require Cookies to be Send and Sync.Azul
2020-12-08openpgp: Make cert::IntoIter Send + Sync.Justus Winter
2020-12-08openpgp: Make unnamed iterators Send + Sync.Justus Winter