From 8ce288a88163310393f43d334c62d04da17dbaed Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Tue, 8 Feb 2000 21:50:52 +0000 Subject: [PATCH] Note about des_ncbc_encrypt. --- crypto/pkcs7/Makefile.ssl | 2 +- doc/crypto/des_modes.pod | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/crypto/pkcs7/Makefile.ssl b/crypto/pkcs7/Makefile.ssl index f0efcff626..2b20d2936c 100644 --- a/crypto/pkcs7/Makefile.ssl +++ b/crypto/pkcs7/Makefile.ssl @@ -93,7 +93,7 @@ dclean: mv -f Makefile.new $(MAKEFILE) clean: - rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff + rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff enc dec sign verify # DO NOT DELETE THIS LINE -- make depend depends on it. diff --git a/doc/crypto/des_modes.pod b/doc/crypto/des_modes.pod index 096a77f4a3..72a4fd2106 100644 --- a/doc/crypto/des_modes.pod +++ b/doc/crypto/des_modes.pod @@ -47,6 +47,8 @@ An error will only affect one ciphertext block. =head2 Cipher Block Chaining Mode (CBC) Normally, this is found as the function I_cbc_encrypt(). +Be aware that des_cbc_encrypt() is not really DES CBC (it does +not update the IV); use des_ncbc_encrypt() instead. =over 2 -- 2.25.1