summaryrefslogtreecommitdiffstats
path: root/openpgp/src/serialize/stream.rs
AgeCommit message (Expand)Author
2018-07-13openpgp: Refine comment.Justus Winter
2018-07-10openpgp: Add and use a type for the literal data packet's format.Justus Winter
2018-07-10openpgp: Use broken-down time in the literal data packet.Justus Winter
2018-07-06openpgp: Use the new predicates.Justus Winter
2018-07-04openpgp: Add a new way to wrap writers for streaming serialization.Justus Winter
2018-07-04openpgp: Hide the `writer::Stackable` trait.Justus Winter
2018-07-02openpgp: Remove gratuitious mut.Neal H. Walfield
2018-07-02openpgp: Implement detached signature generation in the Signer.Justus Winter
2018-07-02openpgp: Fix error handling.Justus Winter
2018-07-02openpgp: Improve documentation, add example.Justus Winter
2018-07-02openpgp: Create a special Option-like type for PacketParser.Neal H. Walfield
2018-06-29openpgp: Actually compute signatures in the streaming signer.Justus Winter
2018-06-27openpgp: Tune TPK-abbreviation acrobatics.Justus Winter
2018-06-19openpgp, buffered-reader: Make compression an optional feature.Justus Winter
2018-06-18openpgp: Simplify test.Justus Winter
2018-06-14openpgp: Move Tag into the packet module.Justus Winter
2018-06-13openpgp: Rename Message to PacketPileNeal H. Walfield
2018-06-11openpgp: Handle encryption-capable primary keys.Justus Winter
2018-06-11openpgp: Do not re-export *Algorithm in the root.Justus Winter
2018-06-06openpgp: Fix some typos, add some minor clarificationsNeal H. Walfield
2018-06-05openpgp: Fix typo.Justus Winter
2018-06-04openpgp: Rename the expiration predicates.Justus Winter
2018-06-01openpgp: Honor key expiration when encrypting.Justus Winter
2018-05-31openpgp: Gracefully handle unsupported algorithms while encrypting.Justus Winter
2018-05-29openpgp: Remove debugging remnant.Justus Winter
2018-05-29openpgp: Implement public key encryption.Justus Winter
2018-05-28openpgp: Encrypt with n passphrases.Justus Winter
2018-05-17openpgp: Rename SymmetricAlgo to SymmetricAlgorithm.Neal H. Walfield
2018-05-17openpgp: Move SymmetricAlgo from its module to the constants module.Neal H. Walfield
2018-05-17openpgp: Rename HashAlgo to HashAlgorithm.Neal H. Walfield
2018-05-14openpgp: Implement streaming encryption.Justus Winter
2018-05-08Revert "openpgp: Turn 'OnePassSig.last' into a boolean."Justus Winter
2018-05-07openpgp: Turn 'OnePassSig.issuer' into a KeyID.Justus Winter
2018-05-07openpgp: Turn 'OnePassSig.last' into a boolean.Justus Winter
2018-05-07openpgp: Add and use 'SignatureType'.Justus Winter
2018-05-07openpgp: Use 'PublicKeyAlgorithm'.Justus Winter
2018-05-04openpgp: Use 'CompressionAlgorithm'.Justus Winter
2018-04-27openpgp: Remove debugging remnant.Justus Winter
2018-04-26openpgp: Implement 'Serialize' for the CTBs.Justus Winter
2018-04-26openpgp: Implement streaming packet serialization.Justus Winter