aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/des
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>1999-02-17 21:11:08 +0000
committerBen Laurie <ben@openssl.org>1999-02-17 21:11:08 +0000
commita49498969e998701c63ec84f0f69a719f5e4fc6a (patch)
tree535c48818efd8e2c435c97f0e41e85b5e2e17a99 /crypto/des
parentd08d8da4326f4bd1a0392fff3089c72d1236b634 (diff)
downloadopenssl-a49498969e998701c63ec84f0f69a719f5e4fc6a.tar.gz
Add OAEP.
Diffstat (limited to 'crypto/des')
-rw-r--r--crypto/des/ede_cbcm_enc.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/crypto/des/ede_cbcm_enc.c b/crypto/des/ede_cbcm_enc.c
index 10ffcbc729..41890df327 100644
--- a/crypto/des/ede_cbcm_enc.c
+++ b/crypto/des/ede_cbcm_enc.c
@@ -61,6 +61,11 @@
This is an implementation of Triple DES Cipher Block Chaining with Output
Feedback Masking, by Coppersmith, Johnson and Matyas, (IBM and Certicom).
+Note that there is a known attack on this by Biham and Knudsen but it takes
+a lot of work:
+
+http://www.cs.technion.ac.il/users/wwwb/cgi-bin/tr-get.cgi/1998/CS/CS0928.ps.gz
+
*/
#include "des_locl.h"