summaryrefslogtreecommitdiffstats
path: root/openpgp/src
AgeCommit message (Expand)Author
2018-10-17openpgp: make AEAD digest comparison time constantKai Michaelis
2018-10-17openpgp: Remove unused errors.Justus Winter
2018-10-17openpgp: Use unsupported algo error instead of unknown error.Justus Winter
2018-10-16openpgp: Refactor.Justus Winter
2018-10-16openpgp: Refactor.Justus Winter
2018-10-16openpgp: Make openpgp::symmetric private.Justus Winter
2018-10-16openpgp: Move the CTB module to openpgp::packet.Justus Winter
2018-10-16openpgp: Improve documentation.Justus Winter
2018-10-16openpgp: Improve the streaming writer API.Justus Winter
2018-10-16openpgp: Derive Clone and Debug for Secrets.Justus Winter
2018-10-15openpgp: Fix and update links to RFC4880bis.Justus Winter
2018-10-15openpgp: Add a features subpacket when generating keys.Justus Winter
2018-10-15openpgp: Provide new constructors for 'Features'.Justus Winter
2018-10-15openpgp: Make sure to use .write_all(..) for serialization.Justus Winter
2018-10-12openpgp: Include the AEAD feature flag in the fmt::Debug impl.Justus Winter
2018-10-12openpgp: Use AEAD if appropriate.Justus Winter
2018-10-12openpgp: Add a function to serialize just the headers.Justus Winter
2018-10-12openpgp: Add an encrypting writer using AEAD.Justus Winter
2018-10-12openpgp: Add missing constructor.Justus Winter
2018-10-12openpgp: Add an AEAD Encryptor.Justus Winter
2018-10-11openpgp: Add support for the AEAD encrypted data packet.Justus Winter
2018-10-11openpgp: Fix test.Justus Winter
2018-10-10openpgp: Add support for SKESKv5 packets.Justus Winter
2018-10-10openpgp: Add a new module dealing with AEAD primitives.Justus Winter
2018-10-10openpgp: Make fields of SKESK packet private.Justus Winter
2018-10-10openpgp: Rename constructor.Justus Winter
2018-10-10openpgp: Move the SKESK parser test next to the SKESK impl.Justus Winter
2018-10-10openpgp: Add tag for the AEAD Encrypted Data Packet.Justus Winter
2018-10-10openpgp: Move conversion functions.Justus Winter
2018-10-09openpgp: Support the AEAD feature flag.Justus Winter
2018-10-09openpgp: Support the Preferred AEAD Algorithm subpacket.Justus Winter
2018-10-09openpgp: Add a type for AEAD algorithms.Justus Winter
2018-10-09openpgp: Add error for unsupported AEAD algorithms.Justus Winter
2018-10-09openpgp: Fix comment.Justus Winter
2018-10-09openpgp: Fix links in the documentation.Justus Winter
2018-10-09openpgp: Make tracing less invasive.Neal H. Walfield
2018-10-09openpgp: Don't make tracing configurable via the API.Neal H. Walfield
2018-10-09openpgp: Standardize on isize for expression recursion depthsNeal H. Walfield
2018-10-09openpgp: Don't return the depth from PacketParser::{next,recurse}Neal H. Walfield
2018-10-09openpgp: Drop redundant recursive_depth field.Neal H. Walfield
2018-10-09openpgp: Track the packet's path in the packet parser.Neal H. Walfield
2018-10-09openpgp: Simplify PacketParser tests.Neal H. Walfield
2018-10-08openpgp: Hash MPIs by serializing to hashes implementing io::Write.Justus Winter
2018-10-08openpgp: Typos.Justus Winter
2018-10-06openpgp: Only dump the literal data packet once.Neal H. Walfield
2018-10-06openpgp: Change Decryptor & Verifier to not manage their own buffersNeal H. Walfield
2018-10-02buffered-reader,openpgp: Simplify BufferedReaders' debugging outputNeal H. Walfield
2018-10-01openpgp: Stop compressed data packets from swallowing MDC packetsNeal H. Walfield
2018-10-01openpgp: Only drop unread data from the top buffered reader.Neal H. Walfield
2018-09-28openpgp: Check intended recipients in the decryptor.Justus Winter