summaryrefslogtreecommitdiffstats
path: root/openpgp/src/cert/mod.rs
AgeCommit message (Expand)Author
2020-10-16openpgp: Rename file.Justus Winter
2020-10-14Replace most 'extern crate' directives with 'use'.Justus Winter
2020-10-13openpgp: Add issuers and sort subpackets when canonicalizing Certs.Justus Winter
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-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: Properly deduplicate signatures when canonicalizing certs.Justus Winter
2020-09-23openpgp: Typos.Nora Widdecke
2020-09-21openpgp: Fix typos.Nora Widdecke
2020-09-15openpgp: Make test more robust.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-12openpgp: Change accessors to return all issuers.Neal 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-07-29openpgp: Make Cert::from_packets fail on additional input.Justus Winter
2020-07-28openpgp: Reimplement the KeyFlags struct using Bitfield.Justus Winter
2020-07-22openpgp: Rework the Features implementation and interface.Neal H. Walfield
2020-07-15openpgp: Improve documentation.Neal H. Walfield
2020-06-30openpgp: A direct key signature can be made by a third party.Neal H. Walfield
2020-06-30openpgp: Check the signature's type when creating a signature.Neal H. Walfield
2020-06-29openpgp: Improve debugging output.Neal H. Walfield
2020-06-29openpgp: Don't unnecessarily set signature subpackets.Neal H. Walfield
2020-06-08openpgp: Introduce feature flag for quickcheck.Nora Widdecke
2020-05-28openpgp: Improve Key::decrypt_secret's discoverabilityNeal H. Walfield
2020-05-19openpgp: Add a function to strip secret key material from a CertNeal H. Walfield
2020-05-13openpgp: Sometimes set the primary User ID flag on a User AttributeNeal H. Walfield
2020-05-13openpgp: Don't use unwrap when we can return the errorNeal H. Walfield
2020-05-13openpgp, buffered-reader, ffi: Fix documentation warnings.Wiktor Kwapisiewicz
2020-05-12openpgp: Stop parsing a Cert when we encounter an invalid packetNeal H. Walfield
2020-05-12openpgp: Implement IntoIter for CertNeal H. Walfield
2020-05-08openpgp: Make CertParser::from_iter more generic.Neal H. Walfield
2020-05-08openpgp: Change CertParser to take a fallible iteratorNeal H. Walfield
2020-05-06openpgp: Don't merge signatures in Cert::set_expiration_time.Justus Winter
2020-05-05openpgp: Don't export internal data structures.Neal H. Walfield
2020-05-05openpgp: Make sure the two User IDs are differentNeal H. Walfield
2020-05-05openpgp: Fix spelling of keyring.Neal H. Walfield
2020-05-05openpgp: Improve ValidCert's documentation.Neal H. Walfield
2020-05-05openpgp: Move the "Common Operations" section closer to the frontNeal H. Walfield
2020-04-29openpgp: Fix Cert::revocation_keys.Neal H. Walfield