Note about des_ncbc_encrypt.
authorBodo Möller <bodo@openssl.org>
Tue, 8 Feb 2000 21:50:52 +0000 (21:50 +0000)
committerBodo Möller <bodo@openssl.org>
Tue, 8 Feb 2000 21:50:52 +0000 (21:50 +0000)
crypto/pkcs7/Makefile.ssl
doc/crypto/des_modes.pod

index f0efcff626693c36340744cede52e2a330a909d3..2b20d2936cd3f3b21f189f17d40257dd030daf90 100644 (file)
@@ -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.
 
index 096a77f4a37ad24a2d2f2ddbada88d734dff099c..72a4fd2106f38658d17fdd2e3376e0ef3a5f070d 100644 (file)
@@ -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<algorithm>_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