summaryrefslogtreecommitdiffstats
path: root/openpgp/src/crypto/aead.rs
AgeCommit message (Expand)Author
2020-08-13openpgp: Adjust for SymmetricAlgorithm support diff. across backendsIgor Matuszewski
2020-06-22openpgp: Move Nettle AEAD implementation to the backend moduleIgor Matuszewski
2020-05-28openpgp: Use u64 for AEAD chunk sizes.Justus Winter
2020-04-09openpgp: Limit publicly exposed Nettle APIIgor Matuszewski
2020-03-26Remove redundant field names.Wiktor Kwapisiewicz
2020-03-09Switch from failure to anyhow.Justus Winter
2020-01-29buffered-reader: Use the new as_boxed method.Justus Winter
2020-01-24openpgp: Optimize drop(Vec<u8>::drain(..n)) in debug mode.Justus Winter
2019-12-06openpgp: Add a compile-time flag to disable authentication checks.Justus Winter
2019-12-03openpgp: Move byte order conversion functions.Justus Winter
2019-12-03openpgp: Rename openpgp::conversions to openpgp::fmt.Justus Winter
2019-11-25openpgp: Rename openpgp::constants to openpgp::types.Justus Winter
2019-11-18openpgp: Optimize .clear() for byte vectors.Justus Winter
2019-11-15Fix rustc warnings.Leonhard Markert
2019-10-27Fix more spelling errors caught by codespellDaniel Kahn Gillmor
2019-10-25openpgp: Enable parsing of AED packets using OCB.Justus Winter
2019-10-23openpgp: Use Vec::resize instead of a loop.Neal H. Walfield
2019-10-23openpgp: Make Decryptor::reader_helper only do a short read on EOFNeal H. Walfield
2019-10-22openpgp: Fix AEAD encryption.Neal H. Walfield
2019-10-22openpgp: Replace the Peekable with a BufferedReader.Neal H. Walfield
2019-10-11openpgp: Always write the final AEAD tag.Neal H. Walfield
2019-10-11openpgp: More carefully handle the last chunk in an AEAD message.Neal H. Walfield
2019-09-27linting: Clear up bare trait object warningsDaniel Silverstone
2019-08-30openpgp: Fix traversing writer stack across generics.Justus Winter
2019-07-15Prepare for Rust 2018.Justus Winter
2019-07-02openpgp: New function crypto::random.Justus Winter
2019-06-27openpgp: Refactor memory protection.Justus Winter
2019-05-14openpgp: Clean up test data handling.Justus Winter
2019-03-28openpgp: Consistently abbreviate symmetric algorithm.Justus Winter
2019-03-01buffered-reader: Drop BufferedReader prefix.Justus Winter
2019-02-13openpgp: use nettle 4.0Kai Michaelis
2018-12-14openpgp: extend secure_eq to secure_cmp.Kai Michaelis
2018-11-21openpgp: switch to nettle 2.0Kai Michaelis
2018-11-16buffered-reader: Require that BufferedReaders implement Display.Neal H. Walfield
2018-10-23openpgp: Move sequre_eq to openpgp::crypto.Justus Winter
2018-10-23openpgp: Move SessionKey into openpgp::crypto.Justus Winter
2018-10-23openpgp: Move crypto primitives to openpgp::crypto.Justus Winter