summaryrefslogtreecommitdiffstats
path: root/openpgp/src/message
AgeCommit message (Expand)Author
2020-01-07openpgp: Mark enum message::Token non-exhaustive.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-27linting: Clear up bare trait object warningsDaniel Silverstone
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
2019-08-26openpgp: Implement FromStr for some types.Justus Winter
2019-08-23openpgp: Use marker types to denote a Key's type.Neal H. Walfield
2019-07-15Prepare for Rust 2018.Justus Winter
2019-07-02openpgp: Simplify SessionKey::new.Justus Winter
2019-06-01openpgp: Simplify tests.Justus Winter
2019-05-24Update to lalrpop 0.17Neal H. Walfield
2019-05-11openpgp: Include the path in the MessageValidator errorNeal H. Walfield
2019-04-05openpgp: When validating messages, fail on unknown packets.Justus Winter
2019-04-05openpgp: Make a Message's packet pile derefable.Justus Winter
2019-04-01openpgp: Support the marker packet.Justus Winter
2019-03-26openpgp: Add enum Key.Justus Winter
2019-03-26openpgp: Add enum PKESK.Justus Winter
2019-03-26openpgp: Add enum SEIP.Justus Winter
2019-03-26openpgp: Add enum OnePassSig.Justus Winter
2019-03-26openpgp: Introduce explicit packet versions, move enum SKESK.Justus Winter
2019-02-17openpgp: Implement From<Vec<Packets>> for PacketPile.Justus Winter
2019-02-15openpgp: split Key::generate into generate_rsa and generate_eccKai Michaelis
2019-02-06openpgp: New public constructor PKESK::new.Justus Winter
2019-02-06openpgp: Express MDC::for_hash with From.Justus Winter
2019-02-06openpgp: Rename Key::new to Key::generate.Justus Winter
2019-02-06openpgp: Rename consuming conversion functions.Justus Winter
2019-01-02openpgp: Move KeyPair to crypto.Justus Winter
2018-12-28openpgp: Make KeyPair own Key and mpis::SecretKey.Justus Winter
2018-12-19openpgp: Make signature::Builder::sign_hash use Signer.Justus Winter
2018-12-14openpgp: Introduce trait Parse.Justus Winter
2018-12-13openpgp: Make fields of SEIP private.Justus Winter
2018-12-13openpgp: Make fields of PKESK private.Justus Winter
2018-12-12openpgp: Move SecretKey to packet::key.Justus Winter
2018-10-23openpgp: Move SessionKey into openpgp::crypto.Justus Winter
2018-10-23openpgp: Move openpgp::mpis to openpgp::crypto::mpis.Justus Winter
2018-10-23openpgp: Move S2K to openpgp::crypto.Justus Winter
2018-10-16openpgp: Refactor.Justus Winter
2018-10-11openpgp: Add support for the AEAD encrypted data packet.Justus Winter
2018-10-10openpgp: Add support for SKESKv5 packets.Justus Winter
2018-10-10openpgp: Rename constructor.Justus Winter