summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-06-09 13:41:51 +0000
committerBodo Möller <bodo@openssl.org>1999-06-09 13:41:51 +0000
commitc77f47abfa217b808b631fb1e489a442d0c26bbc (patch)
tree2a0d4f9fe9f5bf8e55f50f9311014d31f79101d2 /CHANGES
parent8151f52add75ed0b84fece217d7f88160574e02c (diff)
DES CBC change looks dubious to me.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 92706e5850..f09222f1ca 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,8 +10,15 @@
according to Mark Crispin <MRC@Panda.COM>.
[Bodo Moeller]
+#if 0
*) DES CBC did not update the IV. Weird.
[Ben Laurie]
+#else
+ Look at des.c, cbc3_enc.c etc.: Those rely on that bevaviour of
+ des_cbc_encrypt and copy IVs themselves when they have to.
+ Either all those have to be changed too, or things must stay as they
+ are.
+#endif
*) When bntest is run from "make test" it drives bc to check its
calculations, as well as internally checking them. If an internal check