X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=doc%2Fcrypto%2Fdes_modes.pod;h=72a4fd2106f38658d17fdd2e3376e0ef3a5f070d;hp=096a77f4a37ad24a2d2f2ddbada88d734dff099c;hb=8ce288a88163310393f43d334c62d04da17dbaed;hpb=cf0694015e8fcb6cd09f191299b6ad9d8793760e;ds=sidebyside 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