summaryrefslogtreecommitdiffstats
path: root/openpgp/src/cert
AgeCommit message (Expand)Author
2020-10-26openpgp: Refactor some matches for legibilityIgor Matuszewski
2020-10-26openpgp: Use std::matches! instead of custom destructures_to macroIgor Matuszewski
2020-10-26openpgp: seal the Preferences traitAzul
2020-10-21openpgp: Add KeyAmalgamationIter::supported.Justus Winter
2020-10-20openpgp: Support reading certificates from multiple armor blocks.Justus Winter
2020-10-19openpgp: Fix documentation.Justus Winter
2020-10-18openpgp: Change Cert::into_packets to not drop any information.Neal H. Walfield
2020-10-16openpgp: Rename file.Justus Winter
2020-10-16openpgp: Fix link.Justus Winter
2020-10-14Use 'Examples' for the examples section.Justus Winter
2020-10-14Replace most 'extern crate' directives with 'use'.Justus Winter
2020-10-13openpgp: Drop obsolete comment.Justus Winter
2020-10-13openpgp: Add issuers and sort subpackets when canonicalizing Certs.Justus Winter
2020-10-09openpgp: Fix setting a primary key's validity period.Neal H. Walfield
2020-10-07openpgp: Improve cert canonicalization corner case.Justus Winter
2020-10-05openpgp: Make the embedded signature accessor return an iterator.Justus Winter
2020-10-05openpgp: Improve cert canonicalization.Justus Winter
2020-10-05openpgp: Avoid allocating backing arrays.Justus Winter
2020-10-02openpgp: Use the new Signature::merge function to merge certs.Justus Winter
2020-10-02openpgp: Make signature verification use a mutable self reference.Justus Winter
2020-10-02openpgp: Rename Cert::merge_packets to Cert::insert_packets.Justus Winter
2020-09-29openpgp: Put all information into the hashed subpacket area.Justus Winter
2020-09-29openpgp: Add comment.Justus Winter
2020-09-29openpgp: Fix signature deduplication.Justus Winter
2020-09-25openpgp, ipc: Make clippy ignore lalrpop output.Nora Widdecke
2020-09-25openpgp: Adjust default algorithm preferences.Justus Winter
2020-09-25openpgp: Properly deduplicate signatures when canonicalizing certs.Justus Winter
2020-09-23openpgp: Typos.Nora Widdecke
2020-09-22openpgp: Consider subkeys of expired certs also expired.Justus Winter
2020-09-21openpgp: Fix typos.Nora Widdecke
2020-09-16openpgp: Update backsig when changing expiration time.Justus Winter
2020-09-16openpgp: Improve documentation.Justus Winter
2020-09-16openpgp: Generalize ValidKeyAmalgamation conversions to references.Justus Winter
2020-09-15openpgp: Make test more robust.Justus Winter
2020-09-15openpgp: Backdate created certificates by a minute.Justus Winter
2020-09-15Revert "openpgp: TPK -> cert."Justus Winter
2020-09-15openpgp: Replace existing signatures in Cert::merge_packets.Justus Winter
2020-09-15openpgp: TPK -> cert.Justus Winter
2020-09-15openpgp: Improve docs.Justus Winter
2020-08-19openpgp: Rename SubpacketArea::lookup to SubpacketArea::subpacket.Neal H. Walfield
2020-08-12openpgp: Change accessors to return all issuers.Neal H. Walfield
2020-08-12openpgp: Don't have SubpacketAreas deref to the hashed areaNeal H. Walfield
2020-08-07openpgp: Check that primary key binding signatures are alive.Justus Winter
2020-08-07openpgp: Apply the policy to primary key binding signatures.Justus Winter
2020-08-06openpgp: Fix formatting of vector and array literals in examples.Justus Winter
2020-08-05openpgp: Don't implement Default for the Bitflags types.Justus Winter
2020-08-03openpgp: Change CertBuilder to use a relative expiration time.Neal H. Walfield
2020-08-03openpgp: Add a getter to CertBuilder to return the creation time.Neal H. Walfield
2020-08-03openpgp: Simplify code.Neal H. Walfield
2020-07-29openpgp: Make Cert::from_packets fail on additional input.Justus Winter