summaryrefslogtreecommitdiffstats
path: root/openpgp/src/message
AgeCommit message (Expand)Author
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
2018-10-09openpgp: Standardize on isize for expression recursion depthsNeal H. Walfield
2018-09-28openpgp: Introduce and use a type holding passwords.Justus Winter
2018-09-28openpgp: Add and use a type holding session keys.Justus Winter
2018-09-26openpgp: Include the lalrpop-generated code.Justus Winter
2018-09-20openpgp: Move assert_match! to the root, and generalize it.Neal H. Walfield
2018-09-19openpgp: Add test vector.Justus Winter
2018-09-13openpgp: Expose the SignatureBuilder to packet::signature::Builder.Justus Winter
2018-09-06openpgp: Split Signature into Signature and a mutable builder.Justus Winter
2018-09-05openpgp: Add test vector.Justus Winter
2018-09-03openpgp: Split the ciphertext-variants of MPIs off.Justus Winter
2018-09-03openpgp: Expose packet structs in the packet module.Justus Winter
2018-09-03openpgp: Move definition of struct CompressedData.Justus Winter
2018-08-24openpgp: Make struct Literal opaque, add getters and setters.Justus Winter
2018-08-14openpgp: Add convenience function.Justus Winter
2018-08-14openpgp: Add convenience constructors to openpgp::Message.Justus Winter
2018-08-14openpgp: Fix reference.Justus Winter
2018-07-22openpgp: Mark old public key algorithms as deprecated.Justus Winter
2018-07-16openpgp: Provide a higher-level interface for validating messagesNeal H. Walfield
2018-07-16openpgp: Fix message grammar to look for MDC packets.Neal H. Walfield
2018-07-12openpgp: Fix warning by demoting documentation comment.Justus Winter
2018-07-11openpgp: Instead of using an ad-hoc parser, use a parser generator.Neal H. Walfield