summaryrefslogtreecommitdiffstats
path: root/openpgp
AgeCommit message (Expand)Author
2020-05-07openpgp: Use a builder to construct DetachedVerifier.Justus Winter
2020-05-07openpgp: Fix documentation, DetachedVerifier no longer is a filter.Justus Winter
2020-05-06openpgp: Improve documentation of parse::stream.Justus Winter
2020-05-06openpgp: Streamline iteration over MessageStructure.Justus Winter
2020-05-06openpgp: Don't merge signatures in Cert::set_expiration_time.Justus Winter
2020-05-05openpgp: Change split_sigs' visability.Neal H. Walfield
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-30openpgp: Improve documentation of the parse module.Justus Winter
2020-04-30openpgp: Make Error implement Eq.Justus Winter
2020-04-29openpgp: Fix Cert::revocation_keys.Neal H. Walfield
2020-04-29openpgp: Fix ValidKeyAmalgamation::set_expiration_time's return typeNeal H. Walfield
2020-04-29openpgp: Reduce visibility of MessageValidator.Wiktor Kwapisiewicz
2020-04-29openpgp: Reduce visibility of CertValidator.Wiktor Kwapisiewicz
2020-04-29openpgp: Re-add KeyID/Fingerprint::from/to_hex.Wiktor Kwapisiewicz
2020-04-29openpgp: Change Cert::merge_packets to take an IntoIterator.Neal H. Walfield
2020-04-29openpgp: Implement IntoIterator for Packet, Signature, et al.Neal H. Walfield
2020-04-28openpgp: Simplify Cert::try_from conversions from packets.Wiktor Kwapisiewicz
2020-04-28openpgp: Convert `Cert::from_packet_pile` into `TryFrom`Wiktor Kwapisiewicz
2020-04-28openpgp: Fix tests.Justus Winter
2020-04-28openpgp: Rework Cert::revoke_in_place.Neal H. Walfield
2020-04-28openpgp: Rename Cert::revoked, etc. to revocation_statusNeal H. Walfield
2020-04-28openpgp: When extending the expiration, ignore revoked User IDsNeal H. Walfield
2020-04-27openpgp: Fix tests when building without compression support.Justus Winter
2020-04-26openpgp: Add conversion from Cert to Vec<Packet>.Neal H. Walfield
2020-04-26openpgp: Add conversion from Packet to Cert.Neal H. Walfield
2020-04-26openpgp: Add conversion from Vec<Packet> to Cert.Neal H. Walfield
2020-04-26openpgp: Add conversion function Cert::from_packets.Neal H. Walfield
2020-04-26openpgp: Add a reference time to Cert::set_expiration_time.Neal H. Walfield
2020-04-26openpgp: Improve struct Cert's documentation.Neal H. Walfield
2020-04-23openpgp: Add doctests and fixes for docs to Message struct.Wiktor Kwapisiewicz
2020-04-21openpgp: Rename signature::Builder to signature::SignatureBuilder.Wiktor Kwapisiewicz
2020-04-21openpgp: Improve docs.Justus Winter
2020-04-21openpgp: Add Signer::with_template that takes a signature::Builder.Justus Winter
2020-04-21openpgp: Add a filter applying ASCII Armor to the streaming stack.Justus Winter
2020-04-21openpgp: Improve reference.Justus Winter
2020-04-21openpgp: Add accessors for the inner writer to the armor::Writer.Justus Winter
2020-04-20openpgp: Add armor::Writer::with_headers.Justus Winter
2020-04-20openpgp: Make armor::Writer's inner writer non-optional.Justus Winter
2020-04-20openpgp: Fix documentation.Justus Winter
2020-04-20openpgp: Don't finalize the armor::Writer in Drop.Justus Winter
2020-04-20Revert "openpgp: Enforce that armor writers are finalized in debug mode."Justus Winter
2020-04-20openpgp: Don't finalize the Signer in Drop.Justus Winter
2020-04-20openpgp: Don't finalize the Encryptor in Drop.Justus Winter
2020-04-20openpgp: Don't finalize the PartialBodyFilter in Drop.Justus Winter
2020-04-17openpgp: Fix lifetime.Justus Winter
2020-04-16openpgp: Add version constant.Justus Winter