summaryrefslogtreecommitdiff
path: root/src/lib/libssl/src/doc/crypto/des.pod
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/src/doc/crypto/des.pod')
-rw-r--r--src/lib/libssl/src/doc/crypto/des.pod10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/libssl/src/doc/crypto/des.pod b/src/lib/libssl/src/doc/crypto/des.pod
index 1ca6bfb78f..99080391b1 100644
--- a/src/lib/libssl/src/doc/crypto/des.pod
+++ b/src/lib/libssl/src/doc/crypto/des.pod
@@ -130,7 +130,7 @@ earlier versions of the library, des_random_key() did not generate
130secure keys. 130secure keys.
131 131
132Before a DES key can be used, it must be converted into the 132Before a DES key can be used, it must be converted into the
133architecture dependant I<des_key_schedule> via the 133architecture dependent I<des_key_schedule> via the
134des_set_key_checked() or des_set_key_unchecked() function. 134des_set_key_checked() or des_set_key_unchecked() function.
135 135
136des_set_key_checked() will check that the key passed is of odd parity 136des_set_key_checked() will check that the key passed is of odd parity
@@ -200,7 +200,7 @@ reusing I<ks1> for the final encryption. C<C=E(ks1,D(ks2,E(ks1,M)))>.
200This form of Triple-DES is used by the RSAREF library. 200This form of Triple-DES is used by the RSAREF library.
201 201
202des_pcbc_encrypt() encrypt/decrypts using the propagating cipher block 202des_pcbc_encrypt() encrypt/decrypts using the propagating cipher block
203chaing mode used by Kerberos v4. Its parameters are the same as 203chaining mode used by Kerberos v4. Its parameters are the same as
204des_ncbc_encrypt(). 204des_ncbc_encrypt().
205 205
206des_cfb_encrypt() encrypt/decrypts using cipher feedback mode. This 206des_cfb_encrypt() encrypt/decrypts using cipher feedback mode. This
@@ -241,7 +241,7 @@ compatibility with the MIT Kerberos library. des_read_pw_string()
241is also available under the name EVP_read_pw_string(). 241is also available under the name EVP_read_pw_string().
242 242
243des_read_pw_string() writes the string specified by I<prompt> to 243des_read_pw_string() writes the string specified by I<prompt> to
244standarf output, turns echo off and reads in input string from the 244standard output, turns echo off and reads in input string from the
245terminal. The string is returned in I<buf>, which must have space for 245terminal. The string is returned in I<buf>, which must have space for
246at least I<length> bytes. If I<verify> is set, the user is asked for 246at least I<length> bytes. If I<verify> is set, the user is asked for
247the password twice and unless the two copies match, an error is 247the password twice and unless the two copies match, an error is
@@ -268,9 +268,9 @@ input, depending on I<out_count>, 1, 2, 3 or 4 times. If I<output> is
268non-NULL, the 8 bytes generated by each pass are written into 268non-NULL, the 8 bytes generated by each pass are written into
269I<output>. 269I<output>.
270 270
271The following are DES-based tranformations: 271The following are DES-based transformations:
272 272
273des_fcrypt() is a fast version of the unix crypt(3) function. This 273des_fcrypt() is a fast version of the Unix crypt(3) function. This
274version takes only a small amount of space relative to other fast 274version takes only a small amount of space relative to other fast
275crypt() implementations. This is different to the normal crypt in 275crypt() implementations. This is different to the normal crypt in
276that the third parameter is the buffer that the return value is 276that the third parameter is the buffer that the return value is