Lines Matching refs:attribute
17 - CMS signed and unsigned attribute functions
66 CMS_signerInfo contains separate attribute lists for signed and unsigned
74 I<obj> in the SignerInfo's I<si> signed attribute list. The search starts at the
79 the signed attribute list.
86 I<si> signed attribute list. I<loc> should be in the range from 0 to
90 the I<si> signed attribute list. An error occurs if the I<si> attribute list
94 to the I<si> signed attribute list. A new signed attribute list is created if
100 to the I<key> object's attribute list.
110 CMS_signed_get0_data_by_OBJ() finds the first attribute in a I<si> signed
113 object. An error will occur if the attribute type I<type> does not match the
115 B<V_ASN1_NULL> OR the attribute is not found.
117 objects in the signed attribute list that match I<obj>.
119 one B<ASN1_TYPE> object in the found signed attribute.
129 SignerInfo I<si>, or -1 if the signed attribute list is NULL.
131 CMS_signed_get_attr_by_OBJ() returns -1 if either the signed attribute list of
133 the I<obj> in the SignerInfo's I<si> signed attribute list.
155 attribute.
158 NID_pkcs9_messageDigest signed attribute.
160 The NID_pkcs9_contentType signed attribute is always added if the
161 NID_pkcs9_signingTime attribute is added.
167 OpenSSL applies special rules for the following attribute NIDs:
192 duplicate attributes to be added. The attribute rules are not checked
198 For CMS attribute rules see RFC 5652 Section 11.
199 For ESS attribute rules see RFC 2634 Section 1.3.4 and RFC 5035 Section 5.4.