summaryrefslogtreecommitdiffstats
path: root/openpgp/src/message/mod.rs
AgeCommit message (Expand)Author
2022-05-06autocrypt, net: openpgp: Rewrite all usages of `Reader::new`.Wiktor Kwapisiewicz
2022-03-28openpgp: Explicit SEIP packet version in the message parser.Justus Winter
2022-03-28openpgp: Clarify that message::Token is not covered by SemVer.Justus Winter
2021-11-29Prefer vec! macro.Nora Widdecke
2021-09-21Avoid matching on &Foo, when a plain Foo pattern worksLars Wirzenius
2021-08-27Convert markdown to intra-doc links.Nora Widdecke
2021-04-09Lint: Use is_empty().Nora Widdecke
2021-04-09Lint: Use matches! macro.Nora Widdecke
2021-04-09Lint: Remove unnecessary conversions.Nora Widdecke
2020-12-14openpgp: Drop the doc-hack in favor of doc(inline).Justus Winter
2020-12-11openpgp: Standardize fn main() in doctests.Azul
2020-12-10buffered-reader: Require Cookies to be Send and Sync.Azul
2020-12-08openpgp: Use parens for assert_send_and_sync!.Azul
2020-12-08openpgp: Ensure public types are Send and Sync.Azul
2020-11-06openpgp: Use non_exhaustive attribute.Nora Widdecke
2020-10-14Replace most 'extern crate' directives with 'use'.Justus Winter
2020-09-25openpgp, ipc: Make clippy ignore lalrpop output.Nora Widdecke
2020-08-12openpgp: Improve SKESK?::with_password.Justus Winter
2020-08-12openpgp: Fix typo.Justus Winter
2020-08-11openpgp: Check session key size.Justus Winter
2020-08-11openpgp: Mark S2K::Simple and S2K::Salted as deprecated.Justus Winter
2020-08-06openpgp: Fix formatting of vector and array literals in examples.Justus Winter
2020-05-13openpgp: Make Encryptor::with_passwords polymorphic.Justus Winter
2020-05-05openpgp: Don't export internal data structures.Neal H. Walfield
2020-04-29openpgp: Reduce visibility of MessageValidator.Wiktor Kwapisiewicz
2020-04-23openpgp: Add doctests and fixes for docs to Message struct.Wiktor Kwapisiewicz
2020-04-21openpgp: Rename signature::Builder to signature::SignatureBuilder.Wiktor Kwapisiewicz
2020-04-08openpgp: Rename crypto::mpis to crypto::mpiIgor Matuszewski
2020-04-03openpgp: Convert `Message::from_packets` to `TryFrom<Vec<Packet>>`Wiktor Kwapisiewicz
2020-04-03openpgp: Convert `Message::from_packet_pile` to `TryFrom<PacketPile>`Wiktor Kwapisiewicz
2020-04-02openpgp: Drop KeyID::from_hex in favor of FromStr.Justus Winter
2020-03-31openpgp: Improve summary line of modules and types.Justus Winter
2020-03-31openpgp: Move definition of struct Message.Justus Winter
2020-03-26Remove redundant field names.Wiktor Kwapisiewicz
2020-03-26openpgp: Change packet bodies to be tristate.Justus Winter
2020-03-13openpgp: Decouple PacketPile and Container.Justus Winter
2020-03-09Switch from failure to anyhow.Justus Winter
2020-01-07openpgp: Mark enum MessageParserError non-exhaustive.Justus Winter
2020-01-03openpgp: Move crypto::s2k::S2K to crypto.Justus Winter
2019-12-20openpgp: Trim set of container functions and reduce visibility.Justus Winter
2019-12-20openpgp: Embed struct Container in the container packets.Justus Winter
2019-12-20openpgp: Move fields from Common to Container.Justus Winter
2019-12-19Don't use misleading `<&[T; N] as IntoIterator>::into_iter`Igor Matuszewski
2019-12-03openpgp: Drop algorithm argument from signature::Builder::sign_hash.Justus Winter
2019-11-25openpgp: Rename openpgp::constants to openpgp::types.Justus Winter
2019-10-27Fix more spelling errors caught by codespellDaniel Kahn Gillmor
2019-09-18openpgp: Make Parse::from_bytes polymorphic over AsRef<[u8]>.Justus Winter
2019-09-17openpgp: Make packet::Common::children private.Justus Winter
2019-09-17openpgp: Make packet::Common::body private.Justus Winter
2019-09-03openpgp: Assert that central types are Send and Sync.Justus Winter