summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-07-31Release 0.18.0.v0.18.0Justus Winter
2020-07-31openpgp: Make it easier to add an Intended Recipient.Neal H. Walfield
2020-07-31openpgp: Add variants to SignatureBuilder to add issuer subpackets.Neal H. Walfield
2020-07-31openpgp: Improve the introduction of module crypto.Justus Winter
2020-07-31openpgp: Improve documentation of crypto::mpi.Justus Winter
2020-07-31openpgp: Improve comparing secret key material.Justus Winter
2020-07-31openpgp: Use ProtectedMPI::cmp instead of secure_mpi_cmp.Justus Winter
2020-07-31crypto: Implement (Partial)Ord, (Partial)Eq for ProtectedMPI.Justus Winter
2020-07-31openpgp: Rename MPI::new_weierstrass to MPI::new_point.Justus Winter
2020-07-31openpgp: Add and use MPI::new_compressed_point.Justus Winter
2020-07-31openpgp: Fix documentation.Justus Winter
2020-07-31openpgp: Improve documentation of crypto::mem.Justus Winter
2020-07-31openpgp: Improve documentation of crypto::Password.Justus Winter
2020-07-31openpgp: Improve documentation of crypto::SessionKey.Justus Winter
2020-07-31openpgp: Improve documentation of crypto::hash.Justus Winter
2020-07-31openpgp: Fix the type of OPS packets.Justus Winter
2020-07-31Update README.md.Justus Winter
2020-07-31openpgp: Remove SignatureBuilder::set_signature_expiration_time.Neal H. Walfield
2020-07-31openpgp: Improve SignatureBuilder's API.Neal H. Walfield
2020-07-29openpgp: Move some ECDH helper functions to backend-agnostic moduleIgor Matuszewski
2020-07-29openpgp: Allow modifying subpacket areas using a builder-style API.Neal H. Walfield
2020-07-29openpgp: Derive PartialOrd and Ord for SubpacketTag.Neal H. Walfield
2020-07-29openpgp: Add a conversion from Signature to Signature4.Neal H. Walfield
2020-07-29openpgp: Make Cert::from_packets fail on additional input.Justus Winter
2020-07-28openpgp: Explicitly handle plaintexts being too large.Justus Winter
2020-07-28openpgp: Reimplement the KeyFlags struct using Bitfield.Justus Winter
2020-07-28openpgp: Reimplement the KeyServerPreferences struct using Bitfield.Justus Winter
2020-07-28openpgp: Rename Features::check to Features::get.Justus Winter
2020-07-28openpgp: Extract the Bitfield type from struct Features.Justus Winter
2020-07-28openpgp: Derive Eq, Hash for Features.Justus Winter
2020-07-27openpgp: Document parse::Dearmor.Justus Winter
2020-07-27openpgp: Avoid monomorphization of generic_serialize_into.Justus Winter
2020-07-24openpgp: Improve documentation of PacketParserResult.Justus Winter
2020-07-24openpgp: Improve PacketParserResult::as_ref, as_mut, and map.Justus Winter
2020-07-24openpgp: Don't mention private type in documentation.Justus Winter
2020-07-24openpgp: Add links to the documentation.Justus Winter
2020-07-24openpgp: Clarify what happens when verifying detached signatures.Justus Winter
2020-07-24openpgp: Improve documentation of enum MessageLayer.Justus Winter
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