summaryrefslogtreecommitdiffstats
path: root/openpgp/src/serialize/stream.rs
AgeCommit message (Expand)Author
2019-12-03openpgp: Use Timestamp in packet::Literal.Justus Winter
2019-11-28Call TPKs Certificates, update identifiers, documentation.Justus Winter
2019-11-27openpgp: Fix issuer handling in the streaming verifier.Justus Winter
2019-11-27openpgp: Make variants of VerificationResult struct-like, add infos.Justus Winter
2019-11-25openpgp: Rename openpgp::constants to openpgp::types.Justus Winter
2019-11-22openpgp: Make conversions into Key<SecretParts, _> fallible.Justus Winter
2019-11-21openpgp: Replace time crate with std::time.Justus Winter
2019-11-20openpgp: Use the builder pattern for stream::Encryptor.Justus Winter
2019-11-19openpgp: Use the builder pattern for stream::Compressor.Justus Winter
2019-11-19openpgp: Use the builder pattern for stream::LiteralWriter.Justus Winter
2019-11-19openpgp: Use the builder pattern for stream::Signer.Justus Winter
2019-11-19openpgp: Avoid specializing Signer over key role.Justus Winter
2019-10-23openpgp: Use Vec::resize instead of a loop.Neal H. Walfield
2019-10-22openpgp: Fix AEAD encryption.Neal H. Walfield
2019-10-22openpgp: Use a constant for the default AEAD chunk size.Neal H. Walfield
2019-10-11openpgp: Add a test demonstrating a bug related to AEAD.Justus Winter
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-11openpgp: Move packet::KeyFlags to constants.Justus Winter
2019-09-11openpgp: Move packet::BodyLength to packet::header.Justus Winter
2019-09-11openpgp: Move the ctb module to the header module.Justus Winter
2019-09-10openpgp: Make password argument polymorphic.Justus Winter
2019-09-10openpgp: Prevent monomorphization of Encryptor::new.Justus Winter
2019-09-10openpgp: Implement Default for SymmetricAlgorithm.Justus Winter
2019-09-10openpgp: Make algorithm parameter optional.Justus Winter
2019-09-10openpgp: Prevent monomorphization of Compressor::new_naked.Justus Winter
2019-09-10openpgp: Make 'LiteralWriter::new's arguments optional.Justus Winter
2019-09-10openpgp: Prevent monomorphization of Signer::make.Justus Winter
2019-09-06openpgp: Rework streaming encryptor.Justus Winter
2019-09-02openpgp: Fix conditional compilation.Justus Winter
2019-09-02openpgp: Make compression level configurable.Justus Winter
2019-08-30openpgp: Implement message padding.Justus Winter
2019-08-30openpgp: Fix traversing writer stacks.Justus Winter
2019-08-30openpgp: Simplify.Justus Winter
2019-08-30openpgp: Keep track of a writers position.Justus Winter
2019-08-23openpgp: Use marker types to denote a Key's type.Neal H. Walfield
2019-08-23openpgp: Use a KeyBinding to store the primary key binding in a TPKNeal H. Walfield
2019-08-23openpgp: Rename SubkeyBinding to KeyBinding.Neal H. Walfield
2019-08-23openpgp: Rename SecretKey to SecretKeyMaterial.Neal H. Walfield
2019-08-21openpgp: Improve documentation.Justus Winter
2019-08-20openpgp: Make choice of AEAD algorithm explicit.Justus Winter
2019-07-15Make more variables immutable.Justus Winter
2019-07-15Prepare for Rust 2018.Justus Winter
2019-07-02openpgp: New function crypto::random.Justus Winter
2019-07-02openpgp: Simplify SessionKey::new.Justus Winter
2019-07-02openpgp: Introduce an abstraction for hash contexts.Justus Winter
2019-06-01openpgp: Simplify tests.Justus Winter
2019-05-22openpgp: Trait Serialize/Parse cleanup.Justus Winter
2019-05-21openpgp: Mark methods as unreachable.Justus Winter
2019-05-21openpgp: New error for unsupported compression algorithms.Justus Winter