summaryrefslogtreecommitdiffstats
path: root/openpgp
AgeCommit message (Expand)Author
2019-09-27linting: Clear up bare trait object warningsDaniel Silverstone
2019-09-27openpgp: Clean up deprecated range syntaxDaniel Silverstone
2019-09-27openpgp: Improve documentation.Neal H. Walfield
2019-09-27openpgp: Add a revocation builder for user attributes.Neal H. Walfield
2019-09-27openpgp: Add a revocation builder for user ids.Neal H. Walfield
2019-09-27openpgp: Add a revocation builder for subkeys.Neal H. Walfield
2019-09-27openpgp: Replace use of TPK::revoke with TPKRevocationBuilder.Neal H. Walfield
2019-09-27openpgp: Add a builder for creating TPK revocation certificates.Neal H. Walfield
2019-09-27openpgp: Also look for the Issuer Fingerprint in the unhashed area.Neal H. Walfield
2019-09-27openpgp: Add forwarders to Signature4 for Signature::fields.Neal H. Walfield
2019-09-27openpgp: Add new structure, SubpacketAreas.Neal H. Walfield
2019-09-19openpgp: Optimize ComponentBinding::binding_signatureNeal H. Walfield
2019-09-18openpgp: Fix sorting of signatures on TPK components.Neal H. Walfield
2019-09-18openpgp: Don't sort component bindings.Neal H. Walfield
2019-09-18openpgp: Rename selfsigs to self_signatures.Neal H. Walfield
2019-09-18openpgp: Change TPK::primary to return the key and not the bindingNeal H. Walfield
2019-09-18openpgp: Combine Signature4::signature_alive and its _at variant.Neal H. Walfield
2019-09-18openpgp: Combine Signature4::signature_expired and its _at variant.Neal H. Walfield
2019-09-18openpgp: Correct documentation for TPK::userids.Neal H. Walfield
2019-09-18openpgp: Small documentation fixes.Neal H. Walfield
2019-09-18openpgp: Combine TPK::alive and its _at variant.Neal H. Walfield
2019-09-18openpgp: Combine Signature4::key_alive and its _at variant.Neal H. Walfield
2019-09-18openpgp: Make Parse::from_bytes polymorphic over AsRef<[u8]>.Justus Winter
2019-09-18openpgp: Combine TPK::expired and its _at variant.Neal H. Walfield
2019-09-18openpgp: Combine Signature4::key_expired and its _at variant.Neal H. Walfield
2019-09-18openpgp: Extend TPK::primary_key_signature_full.Neal H. Walfield
2019-09-17openpgp: Rename TPK::revocation_status to TPK::revoked.Neal H. Walfield
2019-09-17openpgp: Change TPK::primary_key_signature to take a time.Neal H. Walfield
2019-09-17openpgp: Add function TPK::primary_userid.Neal H. Walfield
2019-09-17openpgp: Make packet::Container pub(crate).Justus Winter
2019-09-17openpgp: Make packet::Common::children private.Justus Winter
2019-09-17openpgp: Make packet::Common::body private.Justus Winter
2019-09-17openpgp: Fix TPK and TPK component revocation handling.Neal H. Walfield
2019-09-17openpgp: Add a timestamp arg to ComponentBinding::binding_signatureNeal H. Walfield
2019-09-17openpgp: Change RevocationStatus to return Vec<&Signature>.Neal H. Walfield
2019-09-17openpgp: Add new type RevocationType.Neal H. Walfield
2019-09-11openpgp: Move packet::KeyServerPreferences to constants.Justus Winter
2019-09-11openpgp: Move packet::KeyFlags to constants.Justus Winter
2019-09-11openpgp: Move packet::Features to constants.Justus Winter
2019-09-11openpgp: Move constants module to its own subdirectory.Justus Winter
2019-09-11openpgp: Rename packet::PacketIter to packet::Iter.Justus Winter
2019-09-11openpgp: Make PacketPathIter private.Justus Winter
2019-09-11openpgp: Move packet::BodyLength to packet::header.Justus Winter
2019-09-11openpgp: Move the ctb module to the header module.Justus Winter
2019-09-11openpgp: Move header module to subdirectory.Justus Winter
2019-09-10openpgp: Remove aliases from the toplevel, move to packet::header.Justus Winter
2019-09-10openpgp: Make the CTBCommon type private.Justus Winter
2019-09-10openpgp: Make CTBCommon's tag field private.Justus Winter
2019-09-10openpgp: Implement TryFrom<&'a Signature> for OnePassSig3.Justus Winter
2019-09-10openpgp: Implement TryFrom<u8> for PacketLengthType.Justus Winter