X-Git-Url: https://git.openssl.org/?a=blobdiff_plain;f=doc%2Fman7%2Fdes_modes.pod;h=34f05b3d5d70eeac70175fa37f38958b07f6870a;hb=c4734493d7da404b1747195a805c8d536dbe6910;hp=12001e675f16915893503abc2c8a32ca8dcf89c9;hpb=e1271ac2212f7cde14df478558bfaae2834fa09e;p=openssl.git diff --git a/doc/man7/des_modes.pod b/doc/man7/des_modes.pod index 12001e675f..34f05b3d5d 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_ecb_encrypt(). -=over 4 +=over 2 =item * @@ -43,7 +43,7 @@ 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 4 +=over 2 =item * @@ -75,7 +75,7 @@ An error will affect the current and the following ciphertext blocks. Normally, this is found as the function I_cfb_encrypt(). -=over 4 +=over 2 =item * @@ -122,8 +122,7 @@ An error will affect the current and the following ciphertext variables. Normally, this is found as the function I_ofb_encrypt(). -=over 4 - +=over 2 =item * @@ -183,7 +182,7 @@ susceptible to a 'known plaintext' attack. Normally, this is found as the function I_ecb3_encrypt(). -=over 4 +=over 2 =item * @@ -218,7 +217,7 @@ ecb mode. Normally, this is found as the function I_ede3_cbc_encrypt(). -=over 4 +=over 2 =item * @@ -251,7 +250,7 @@ L, L Copyright 2000-2017 The OpenSSL Project Authors. All Rights Reserved. -Licensed under the OpenSSL license (the "License"). You may not use +Licensed under the Apache License 2.0 (the "License"). You may not use this file except in compliance with the License. You can obtain a copy in the file LICENSE in the source distribution or at L.