summaryrefslogtreecommitdiffstats
path: root/openpgp/src/serialize/stream.rs
AgeCommit message (Expand)Author
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
2019-05-14openpgp: Clean up test data handling.Justus Winter
2019-05-09openpgp: Communicate message structure from the decryptor.Justus Winter
2019-04-09openpgp: Guard signature verifications with a time.Justus Winter
2019-04-04openpgp: Avoid key.fingerprint.to_keyid()Neal H. Walfield
2019-04-02openpgp: Improve the VerificationHelper protocol.Justus Winter
2019-03-28openpgp: Rename methods related to symmetric algorithms.Justus Winter
2019-03-26openpgp: Add enum PKESK.Justus Winter
2019-03-26openpgp: Add enum OnePassSig.Justus Winter
2019-03-26openpgp: Add enum AED.Justus Winter
2019-03-26openpgp: Add openpgp::packet::prelude.Justus Winter
2019-03-18openpgp: Make cipher algorithm configurable in streaming Encryptor.Justus Winter
2019-03-18openpgp: Make hash algorithm configurable in streaming Signer.Justus Winter
2019-03-18openpgp: Improve tests.Justus Winter
2019-03-15openpgp: Improve examples.Justus Winter
2019-03-14openpgp: Replace TPK::select_keys with an iterator.Neal H. Walfield
2019-02-17openpgp: Implement From<Vec<Packets>> for PacketPile.Justus Winter
2019-02-13openpgp: use nettle 4.0Kai Michaelis