summaryrefslogtreecommitdiffstats
path: root/doc/man7/des_modes.pod
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2017-04-03 15:39:09 -0400
committerRich Salz <rsalz@openssl.org>2017-04-07 13:30:04 -0400
commite1271ac2212f7cde14df478558bfaae2834fa09e (patch)
treecb0b2570fb9f854b5e8cba9a0254cad800d2ae50 /doc/man7/des_modes.pod
parent8c32663cddc50b7afa5af40d515575b5c1d4d4c8 (diff)
Standardize on =over 4 and check for it.
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3117)
Diffstat (limited to 'doc/man7/des_modes.pod')
-rw-r--r--doc/man7/des_modes.pod13
1 files changed, 6 insertions, 7 deletions
diff --git a/doc/man7/des_modes.pod b/doc/man7/des_modes.pod
index 89f14b890c..12001e675f 100644
--- a/doc/man7/des_modes.pod
+++ b/doc/man7/des_modes.pod
@@ -16,7 +16,7 @@ other things.
Normally, this is found as the function I<algorithm>_ecb_encrypt().
-=over 2
+=over 4
=item *
@@ -43,7 +43,7 @@ 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
+=over 4
=item *
@@ -75,7 +75,7 @@ An error will affect the current and the following ciphertext blocks.
Normally, this is found as the function I<algorithm>_cfb_encrypt().
-=over 2
+=over 4
=item *
@@ -122,7 +122,7 @@ An error will affect the current and the following ciphertext variables.
Normally, this is found as the function I<algorithm>_ofb_encrypt().
-=over 2
+=over 4
=item *
@@ -183,7 +183,7 @@ susceptible to a 'known plaintext' attack.
Normally, this is found as the function I<algorithm>_ecb3_encrypt().
-=over 2
+=over 4
=item *
@@ -218,8 +218,7 @@ ecb mode.
Normally, this is found as the function I<algorithm>_ede3_cbc_encrypt().
-=over 2
-
+=over 4
=item *