summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/doc/PKCS7_decrypt.pod
diff options
context:
space:
mode:
authorjim <>2014-05-04 22:26:33 +0000
committerjim <>2014-05-04 22:26:33 +0000
commitcc8925bff081ec36ac69be8b3681bff98f5d07da (patch)
treec61ab0faf9a25b5fa4c1daeb8248a7e8deff66d2 /src/lib/libcrypto/doc/PKCS7_decrypt.pod
parente591b58894a6d621ba00c14da39becb1a0d16335 (diff)
downloadopenbsd-cc8925bff081ec36ac69be8b3681bff98f5d07da.tar.gz
openbsd-cc8925bff081ec36ac69be8b3681bff98f5d07da.tar.bz2
openbsd-cc8925bff081ec36ac69be8b3681bff98f5d07da.zip
Improve line wrapping for lines exceeding 80 chars.
ok jmc@
Diffstat (limited to 'src/lib/libcrypto/doc/PKCS7_decrypt.pod')
-rw-r--r--src/lib/libcrypto/doc/PKCS7_decrypt.pod10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/lib/libcrypto/doc/PKCS7_decrypt.pod b/src/lib/libcrypto/doc/PKCS7_decrypt.pod
index 325699d0b6..78919998ce 100644
--- a/src/lib/libcrypto/doc/PKCS7_decrypt.pod
+++ b/src/lib/libcrypto/doc/PKCS7_decrypt.pod
@@ -22,8 +22,9 @@ B<flags> is an optional set of flags.
22OpenSSL_add_all_algorithms() (or equivalent) should be called before using this 22OpenSSL_add_all_algorithms() (or equivalent) should be called before using this
23function or errors about unknown algorithms will occur. 23function or errors about unknown algorithms will occur.
24 24
25Although the recipients certificate is not needed to decrypt the data it is needed 25Although the recipients certificate is not needed to decrypt the data it is
26to locate the appropriate (of possible several) recipients in the PKCS#7 structure. 26needed to locate the appropriate (of possible several) recipients in the PKCS#7
27structure.
27 28
28The following flags can be passed in the B<flags> parameter. 29The following flags can be passed in the B<flags> parameter.
29 30
@@ -38,8 +39,9 @@ The error can be obtained from ERR_get_error(3)
38 39
39=head1 BUGS 40=head1 BUGS
40 41
41PKCS7_decrypt() must be passed the correct recipient key and certificate. It would 42PKCS7_decrypt() must be passed the correct recipient key and certificate. It
42be better if it could look up the correct key and certificate from a database. 43would be better if it could look up the correct key and certificate from a
44database.
43 45
44The lack of single pass processing and need to hold all data in memory as 46The lack of single pass processing and need to hold all data in memory as
45mentioned in PKCS7_sign() also applies to PKCS7_verify(). 47mentioned in PKCS7_sign() also applies to PKCS7_verify().