summaryrefslogtreecommitdiffstats
path: root/openpgp
AgeCommit message (Expand)Author
2020-05-25openpgp: Fix documentation.Justus Winter
2020-05-20openpgp: Make field private, provide an accessorNeal H. Walfield
2020-05-20openpgp: Improve documentation for packet::header.Neal H. Walfield
2020-05-20openpgp: Improve documentation for packet::aed.Neal H. Walfield
2020-05-19openpgp: Improve documentation in packetNeal H. Walfield
2020-05-19openpgp: Add a function to strip secret key material from a CertNeal H. Walfield
2020-05-15openpgp: Document cert::revokeNeal H. Walfield
2020-05-14openpgp: Improve the introduction of the parse module.Justus Winter
2020-05-14openpgp: Improve documentation of struct Recipient.Justus Winter
2020-05-14openpgp: Document cert::builderNeal H. Walfield
2020-05-13openpgp: Sometimes set the primary User ID flag on a User AttributeNeal H. Walfield
2020-05-13openpgp: Set the primary User ID flag on the first User IDNeal H. Walfield
2020-05-13openpgp: Improve example.Justus Winter
2020-05-13openpgp: Convert from ValidKeyAmalgamation for Recipient.Justus Winter
2020-05-13openpgp: Allow conversion from all keys to Recipient.Justus Winter
2020-05-13openpgp: Fix documentation.Justus Winter
2020-05-13openpgp: Avoid constructing vectors of recipients.Justus Winter
2020-05-13openpgp: Make Encryptor::with_passwords polymorphic.Justus Winter
2020-05-13openpgp: Make Encryptor::for_recipients polymorphic.Justus Winter
2020-05-13openpgp: Unawkwardify Encryptor::add_recipient.Justus Winter
2020-05-13openpgp: Unawkwardify Encryptor::add_password.Justus Winter
2020-05-13openpgp: Improve documentation for cert::CertParserNeal H. Walfield
2020-05-13openpgp: Add conversions for CertParserNeal H. Walfield
2020-05-13openpgp: Don't use unwrap when we can return the errorNeal H. Walfield
2020-05-13openpgp: Implement From<PacketPile> for Vec<Packet>Neal H. Walfield
2020-05-13openpgp, buffered-reader, ffi: Fix documentation warnings.Wiktor Kwapisiewicz
2020-05-12openpgp: Add a unit test for CertParserNeal H. Walfield
2020-05-12openpgp: Stop parsing a Cert when we encounter an invalid packetNeal H. Walfield
2020-05-12openpgp: Implement From<&Packet> for TagNeal H. Walfield
2020-05-12openpgp: Implement IntoIter for CertNeal H. Walfield
2020-05-12openpgp: Don't enable tracing by defaultNeal H. Walfield
2020-05-12openpgp: Cleanup unneded fallibility.Nora Widdecke
2020-05-11openpgp: Use {to,from}_be_bytes.Nora Widdecke
2020-05-08openpgp: Improve tracing in openpgp::cert::parser.Neal H. Walfield
2020-05-08openpgp: Make CertParser::from_iter more generic.Neal H. Walfield
2020-05-08openpgp: Add a conversion from Packet to Result<Packet>.Neal H. Walfield
2020-05-08openpgp: Don't make CertParser generic over the iterator's typeNeal H. Walfield
2020-05-08openpgp: Replace PacketSource with an OptionNeal H. Walfield
2020-05-08openpgp: Remove the PacketSource::PacketParser variant.Neal H. Walfield
2020-05-08openpgp: Change CertParser to take a fallible iteratorNeal H. Walfield
2020-05-07openpgp: Make amount of buffering in streaming parsers configurable.Justus Winter
2020-05-07openpgp: Configure mapping in the builder, remove from Helper trait.Justus Winter
2020-05-07openpgp: Use a builder to construct Decryptor.Justus Winter
2020-05-07openpgp: Use a builder to construct Verifier.Justus Winter
2020-05-07openpgp: Drop obsolete comment.Justus Winter
2020-05-07openpgp: Use a builder to construct DetachedVerifier.Justus Winter
2020-05-07openpgp: Fix documentation, DetachedVerifier no longer is a filter.Justus Winter
2020-05-06openpgp: Improve documentation of parse::stream.Justus Winter
2020-05-06openpgp: Streamline iteration over MessageStructure.Justus Winter
2020-05-06openpgp: Don't merge signatures in Cert::set_expiration_time.Justus Winter