summaryrefslogtreecommitdiffstats
path: root/openpgp/src/autocrypt.rs
AgeCommit message (Expand)Author
2019-05-11openpgp: Make {is,possible}_{message,keyring,tpk} return a ResultNeal H. Walfield
2019-05-10openpgp: Add a new parsing mode to the Armor ReaderNeal H. Walfield
2019-04-29openpgp: New TSK type.Justus Winter
2019-04-29openpgp: Rewrite code to avoid the TSK type.Justus Winter
2019-04-24openpgp: Implement creation and serialization of Autocrypt headers.Justus Winter
2019-03-21openpgp: Rename `UserID::userid()` to `value()`.Justus Winter
2019-03-18openpgp: Make cipher algorithm configurable in streaming Encryptor.Justus Winter
2019-02-17openpgp: Support Autocrypt V1.1.Justus Winter
2019-02-13openpgp: use nettle 4.0Kai Michaelis
2019-02-06openpgp: Rename consuming conversion functions.Justus Winter
2018-12-14openpgp: Introduce trait Parse.Justus Winter
2018-12-13openpgp: Make fields of UserID private.Justus Winter
2018-10-30openpgp: Implement Serialize for TPK and TSK.Justus Winter
2018-10-23openpgp: Move the Password type to openpgp::crypto.Justus Winter
2018-10-16openpgp: Improve the streaming writer API.Justus Winter
2018-10-09openpgp: Don't return the depth from PacketParser::{next,recurse}Neal 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-06openpgp: Autocrypt version arg for TPKBuilderKai Michaelis
2018-09-03openpgp: Expose packet structs in the packet module.Justus Winter
2018-08-24openpgp: Make PacketParser's next() and recurse() return two tuples.Justus Winter
2018-08-13openpgp: Rework armor kind handling.Justus Winter
2018-07-28openpgp: Support generating and parsing Autocrypt Setup MessagesNeal H. Walfield
2018-06-25openpgp: Add support for parsing Autocrypt headers.Neal H. Walfield