summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorjcej <jcej@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-04-09 18:24:25 +0000
committerjcej <jcej@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-04-09 18:24:25 +0000
commit0bb66cf8229926386eb3a0e9f0d0e7f734a10a35 (patch)
tree8ac05d430d0fa50be2f8447fdafc0191110b50eb /ChangeLog
parent3b78915d2effcdb7ae9d1a0d4f9bfc0c8c9063ae (diff)
downloadATCD-0bb66cf8229926386eb3a0e9f0d0e7f734a10a35.tar.gz
protocol stream should compress before encrypting
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 024fd772ccb..2a5c0833646 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+Sun Apr 9 14:16:23 2000 James CE Johnson <jcej@mobsec.com>
+
+ * docs/tutorials/015/page01.html : Thanks to Conrad Hughes for
+ pointing out that a real implementation would compress before
+ encrypting since encrypted data shouldn't really be compressible
+ anyway.
+
+ * docs/tutorials/015/Protocol_Stream.cpp (open): Reorder the
+ module pushing so that encryption happens before compression.
+
+ * docs/tutorials/015/Crypt.cpp :
+ * docs/tutorials/015/Compressor.cpp :
+ Add a few extra bytes when creating the new message blocks. A
+ real implementation would probably need that.
+
Sun Apr 09 00:04:25 2000 Nanbor Wang <nanbor@cs.wustl.edu>
* ace/Malloc_T.cpp (remove): Removed invocation of destructor to