summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-07-24openpgp: Fix hiding imports in doctests.Wiktor Kwapisiewicz
2020-07-22openpgp: Don't implement Default for Features.Neal H. Walfield
2020-07-22openpgp: Rework the Features implementation and interface.Neal H. Walfield
2020-07-21openpgp: Remove PacketParserResult::is_none.Justus Winter
2020-07-16doc: Improve pre-release checks.Justus Winter
2020-07-15openpgp: Collect statistics about public key algorithms.Justus Winter
2020-07-15sq: Dump header length if available.Justus Winter
2020-07-15openpgp: Gracefully handle malformed notation names.Justus Winter
2020-07-15openpgp: Implement MarshalInto for Header.Justus Winter
2020-07-15openpgp: Fix serialization of UserAttribute subpackets.Justus Winter
2020-07-15openpgp: Fix implementation of Arbitrary for UA subpackets.Justus Winter
2020-07-15openpgp: Improve documentation.Neal H. Walfield
2020-07-15openpgp: Set the preferred algorithm subpackets correctly.Neal H. Walfield
2020-07-07openpgp: Implement Marshall traits for SubpacketLength.Nora Widdecke
2020-07-07openpgp: Use serialized subpacket length for PartialEq.Nora Widdecke
2020-07-07openpgp: Improve Subpacket::arbitrary.Nora Widdecke
2020-07-06openpgp: Implement Debug for packet bodies.Justus Winter
2020-07-06sq: Improve rendering of revocations.Justus Winter
2020-07-06sq: Typo.Justus Winter
2020-07-06sqv: Improve test.Justus Winter
2020-07-01openpgp: Typo.Nora Widdecke
2020-06-30openpgp: Improve message structure documentation.Justus Winter
2020-06-30openpgp: Explain corner case of missing issuer hints.Justus Winter
2020-06-30openpgp: Simplify.Justus Winter
2020-06-30openpgp: Make KeyAmalgamationIter::key_handles more consistent.Justus Winter
2020-06-30openpgp: A direct key signature can be made by a third party.Neal H. Walfield
2020-06-30openpgp: Check the signature's type when creating a signature.Neal H. Walfield
2020-06-30openpgp: Improve panic message.Justus Winter
2020-06-30openpgp: Improve documentation.Justus Winter
2020-06-30openpgp: New test.Justus Winter
2020-06-30openpgp: Typo.Justus Winter
2020-06-29openpgp: Improve debugging output.Neal H. Walfield
2020-06-29openpgp: Don't unnecessarily set signature subpackets.Neal H. Walfield
2020-06-29openpgp: Reduce redundancies when printing a Signature4 struct.Neal H. Walfield
2020-06-29openpgp: Make Digest trait only pub(crate)Igor Matuszewski
2020-06-29openpgp: Filter Signatures when converting them to SigantureBuilders.Neal H. Walfield
2020-06-25openpgp: Improve reporting of verification errors.Justus Winter
2020-06-25openpgp: Improve documentation for verification results.Justus Winter
2020-06-24openpgp: Add examples for the builders.Justus Winter
2020-06-24openpgp: Make import visible in doctest.Justus Winter
2020-06-24openpgp: Improve documentation.Justus Winter
2020-06-24openpgp: Improve documentation for Verifier::message_processed.Justus Winter
2020-06-24openpgp: Simplify tests.Justus Winter
2020-06-23openpgp: Improve Subpacket::arbitrary.Nora Widdecke
2020-06-23openpgp: Deduplicate packet length encoding functions.Nora Widdecke
2020-06-23ipc, sq: Copy the MSRV comment from openpgp.Jakub Kądziołka
2020-06-22openpgp: Keep aes_key_(un)wrap same across different backendsIgor Matuszewski
2020-06-22openpgp: Silence redundant imports for newer Rust toolchainsIgor Matuszewski
2020-06-22openpgp: Inline {ed,x}25519 size constants in MPI point decodingIgor Matuszewski
2020-06-22openpgp: Move private key importing implementation to the Nettle backendIgor Matuszewski