aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-02-08 21:50:52 +0000
committerBodo Möller <bodo@openssl.org>2000-02-08 21:50:52 +0000
commit8ce288a88163310393f43d334c62d04da17dbaed (patch)
treef6716c59a1dc5206b6c33c4ac6b030ce10ed0bb0 /doc
parentcf0694015e8fcb6cd09f191299b6ad9d8793760e (diff)
downloadopenssl-8ce288a88163310393f43d334c62d04da17dbaed.tar.gz
Note about des_ncbc_encrypt.
Diffstat (limited to 'doc')
-rw-r--r--doc/crypto/des_modes.pod2
1 files changed, 2 insertions, 0 deletions
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<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