diff options
Diffstat (limited to 'src/lib/libcrypto/doc/PKCS7_encrypt.pod')
-rw-r--r-- | src/lib/libcrypto/doc/PKCS7_encrypt.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/doc/PKCS7_encrypt.pod b/src/lib/libcrypto/doc/PKCS7_encrypt.pod index 2cd925a7e0..e206684384 100644 --- a/src/lib/libcrypto/doc/PKCS7_encrypt.pod +++ b/src/lib/libcrypto/doc/PKCS7_encrypt.pod | |||
@@ -30,7 +30,7 @@ bit RC2. These can be used by passing EVP_rc2_40_cbc() and EVP_rc2_64_cbc() | |||
30 | respectively. | 30 | respectively. |
31 | 31 | ||
32 | The algorithm passed in the B<cipher> parameter must support ASN1 encoding of | 32 | The algorithm passed in the B<cipher> parameter must support ASN1 encoding of |
33 | its parameters. | 33 | its parameters. |
34 | 34 | ||
35 | Many browsers implement a "sign and encrypt" option which is simply an S/MIME | 35 | Many browsers implement a "sign and encrypt" option which is simply an S/MIME |
36 | envelopedData containing an S/MIME signed message. This can be readily produced | 36 | envelopedData containing an S/MIME signed message. This can be readily produced |
@@ -55,7 +55,7 @@ suitable for streaming I/O: no data is read from the BIO B<in>. | |||
55 | 55 | ||
56 | If the flag B<PKCS7_STREAM> is set the returned B<PKCS7> structure is B<not> | 56 | If the flag B<PKCS7_STREAM> is set the returned B<PKCS7> structure is B<not> |
57 | complete and outputting its contents via a function that does not | 57 | complete and outputting its contents via a function that does not |
58 | properly finalize the B<PKCS7> structure will give unpredictable | 58 | properly finalize the B<PKCS7> structure will give unpredictable |
59 | results. | 59 | results. |
60 | 60 | ||
61 | Several functions including SMIME_write_PKCS7(), i2d_PKCS7_bio_stream(), | 61 | Several functions including SMIME_write_PKCS7(), i2d_PKCS7_bio_stream(), |