summaryrefslogtreecommitdiffstats
path: root/openpgp
AgeCommit message (Expand)Author
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
2019-09-10openpgp: Make fields of packet::Header private.Justus Winter
2019-09-10openpgp: Improve documentation.Justus Winter
2019-09-10openpgp: Improve documentation.Justus Winter
2019-09-10openpgp: Do not explicitly store the length.Justus Winter
2019-09-10openpgp: Make fields of parse::map::Field private.Justus Winter
2019-09-10openpgp: Do not expose parse::map::Iter.Justus Winter
2019-09-10openpgp: Make password argument polymorphic.Justus Winter
2019-09-10openpgp: Prevent monomorphization of Encryptor::new.Justus Winter
2019-09-10openpgp: Implement Default for SymmetricAlgorithm.Justus Winter
2019-09-10openpgp: Make algorithm parameter optional.Justus Winter
2019-09-10openpgp: Prevent monomorphization of Compressor::new_naked.Justus Winter
2019-09-10openpgp: Implement Default for CompressionAlgorithm.Justus Winter
2019-09-10openpgp: Make 'LiteralWriter::new's arguments optional.Justus Winter
2019-09-10openpgp: Implement Default for DataFormat.Justus Winter
2019-09-10openpgp: Prevent monomorphization of Signer::make.Justus Winter