summaryrefslogtreecommitdiffstats
path: root/doc/crypto/CMS_add1_recipient_cert.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/crypto/CMS_add1_recipient_cert.pod')
-rw-r--r--doc/crypto/CMS_add1_recipient_cert.pod7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/crypto/CMS_add1_recipient_cert.pod b/doc/crypto/CMS_add1_recipient_cert.pod
index d1e4104bb8..d7d8e2532c 100644
--- a/doc/crypto/CMS_add1_recipient_cert.pod
+++ b/doc/crypto/CMS_add1_recipient_cert.pod
@@ -14,12 +14,11 @@
=head1 DESCRIPTION
-CMS_add1_recipient_cert() adds a recipient certificate B<recip>
-CMS_ContentInfo enveloped data structure B<cms> as a KeyTransRecipientInfo
-structure.
+CMS_add1_recipient_cert() adds recipient B<recip> to CMS_ContentInfo enveloped
+data structure B<cms> as a KeyTransRecipientInfo structure.
CMS_add0_recipient_key() adds symmetric key B<key> of length B<keylen> using
-wrapping algorithm B<nid>, identifier B<id> or length B<idlen> and optional
+wrapping algorithm B<nid>, identifier B<id> of length B<idlen> and optional
values B<date>, B<otherTypeId> and B<otherType> to CMS_ContentInfo enveloped
data structure B<cms> as a KEKRecipientInfo structure.