summaryrefslogtreecommitdiffstats
path: root/openpgp/src/cert.rs
AgeCommit message (Expand)Author
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
2020-12-08openpgp: Use parens for assert_send_and_sync!.Azul
2020-12-08openpgp: Require Policies to be Send and Sync.Azul
2020-12-08openpgp: Ensure public types are Send and Sync.Azul
2020-12-07openpgp: Drop hash::Context in favor of a pub trait hash::Digest.Justus Winter
2020-12-01openpgp: take ownership of Features bitfieldAzul
2020-12-01openpgp: take ownership of KeyFlags bitfieldAzul
2020-12-01openpgp: Allow using `None` to indicate signer's key should be used as the `k...Wiktor Kwapisiewicz
2020-11-27openpgp: Mention the Cert::retain_userids and friends.Justus Winter
2020-11-27openpgp: Improve documentation.Justus Winter
2020-11-27openpgp: Add Cert::merge_public and Cert::merge_public_and_secret.Justus Winter
2020-11-24openpgp: Move the compound hashing functions to SignatureFields.Justus Winter
2020-11-24openpgp: Align hashing of compound objects with primitive objects.Justus Winter
2020-11-24openpgp: seal traits in cert::amalgamationAzul
2020-11-18openpgp: Return iterator over bad signatures.Justus Winter
2020-11-12openpgp: Improve tracing.Justus Winter
2020-10-26openpgp: Use std::matches! instead of custom destructures_to macroIgor Matuszewski
2020-10-26openpgp: seal the Preferences traitAzul
2020-10-18openpgp: Change Cert::into_packets to not drop any information.Neal H. Walfield
2020-10-16openpgp: Add filters for userids, user attributes, and subkeys.Justus Winter
2020-10-16openpgp: Rename file.Justus Winter