summaryrefslogtreecommitdiffstats
path: root/openpgp
AgeCommit message (Expand)Author
2020-04-02openpgp: Rename PublicKeyAlgorithm::can_encrypt to for_encryption.Justus Winter
2020-04-02openpgp: Drop Keygrip::from_hex in favor of FromStr.Justus Winter
2020-04-02openpgp: Drop Fingerprint::from_hex in favor of FromStr.Justus Winter
2020-04-02openpgp: Drop KeyID::from_hex in favor of FromStr.Justus Winter
2020-04-01openpgp: New rountrip test for equality on Packet.Justus Winter
2020-04-01openpgp: New roundtrip test for Packet.Justus Winter
2020-04-01openpgp: Implement Arbitrary for some Key<_, _>.Justus Winter
2020-04-01openpgp: Rename.Justus Winter
2020-04-01openpgp: Implement Arbitrary for Signature.Justus Winter
2020-04-01openpgp: Implement Arbitrary for CompressedData.Justus Winter
2020-04-01openpgp: Implement Arbitrary for Packet.Justus Winter
2020-04-01openpgp: Fix Subpacket's debug formatting.Justus Winter
2020-04-01openpgp: Make Fingerprint parsing in subpackets stricter.Justus Winter
2020-04-01openpgp: Avoid underflow when parsing SKESK5 packets.Justus Winter
2020-04-01openpgp: Fix subpacket boundary check.Justus Winter
2020-04-01openpgp: Fix worst-case estimate of compressed data size.Justus Winter
2020-04-01openpgp: Fix RevocationKey::arbitrary.Justus Winter
2020-03-31openpgp: Implement Preferences for ValidCert.Neal H. Walfield
2020-03-31openpgp: Add a direct_key_signature method for Cert and ValidCert.Neal H. Walfield
2020-03-31openpgp: Use a more accurate lifetime.Neal H. Walfield
2020-03-31openpgp: Import Result instead of using an absolute path.Neal H. Walfield
2020-03-31openpgp: Implement Arbitrary for RevocationKey.Justus Winter
2020-03-31openpgp: Implement Arbitrary for Fingerprint.Justus Winter
2020-03-31openpgp: Implement Arbitrary for packet::Common.Justus Winter
2020-03-31openpgp: Implement Arbitrary for the bit field types.Justus Winter
2020-03-31openpgp: Implement Arbitrary for OnePassSig, PKESK.Justus Winter
2020-03-31openpgp: Fix KeyServerPreferences::{PartialEq, Hash}.Justus Winter
2020-03-31openpgp: Clarify PartialEq for bit field types.Justus Winter
2020-03-31openpgp: Fix KeyServerPreferences::no_modify.Justus Winter
2020-03-31openpgp: Add a replacement note to destructures_to!Igor Matuszewski
2020-03-31openpgp: Remove explicit extern cratesIgor Matuszewski
2020-03-31openpgp: Simplify hash context constructionIgor Matuszewski
2020-03-31openpgp: Improve documentation of mod parse.Justus Winter
2020-03-31openpgp: Improve summary line of modules and types.Justus Winter
2020-03-31openpgp: Move definition of enum Packet.Justus Winter
2020-03-31openpgp: Move definition of struct Message.Justus Winter
2020-03-31openpgp: Move definition of struct Fingerprint.Justus Winter
2020-03-31openpgp: Move definition of struct KeyID.Justus Winter
2020-03-31openpgp: Move definition of struct PacketPile.Justus Winter
2020-03-30Allow unused parens on generated codeIgor Matuszewski
2020-03-30openpgp: Add test for PacketPileParser::next.Justus Winter
2020-03-30openpgp: Express Packet::kind more concisely.Justus Winter
2020-03-30openpgp: New doctest for crypto::mem::{Protected,Encrypted}.Justus Winter
2020-03-30openpgp: New doctest for crypto::hash::Context.Justus Winter
2020-03-28openpgp: Fix PacketParser::drop_eof to use O(1) memory.Neal H. Walfield
2020-03-28openpgp: Don't unnecessarily override default implementations.Neal H. Walfield
2020-03-28openpgp: Fix determining whether content was read.Neal H. Walfield
2020-03-28openpgp: Only hash was is actually consumed.Neal H. Walfield
2020-03-27Fix merging UserIDs with other revocationsJakub Onderka
2020-03-27openpgp: Align wording of context with Error::NoBindingSignature.Justus Winter