summaryrefslogtreecommitdiffstats
path: root/openpgp
AgeCommit message (Expand)Author
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
2019-09-10openpgp: Keep track of the hash algorithm in hash context.Justus Winter
2019-09-10openpgp: Implement Default for HashAlgorithm.Justus Winter
2019-09-06Release 0.10.0.v0.10.0Justus Winter
2019-09-06Bump quickcheck to 0.9, rand to 0.7.Justus Winter
2019-09-06openpgp: Fix creating signing subkeys with passwords.Justus Winter
2019-09-06openpgp: Rework streaming encryptor.Justus Winter
2019-09-06openpgp: New filters for encryption-capable keys.Justus Winter
2019-09-03openpgp: Improve displaying unknown signature types.Justus Winter
2019-09-03openpgp: Assert that central types are Send and Sync.Justus Winter
2019-09-03openpgp: Make UserID Sync.Justus Winter