[#PKCS7_set_signed_attributes] = PKCS7_set_signed_attributes :mrdocs: Replace the authenticatedAttributes of a signer info with a copy of `sk.` == Synopsis Declared in `<openssl/pkcs7.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int PKCS7_set_signed_attributes( xref:PKCS7_SIGNER_INFO.adoc[PKCS7_SIGNER_INFO]* p7si, xref:stack_st_X509_ATTRIBUTE.adoc[stack_st_X509_ATTRIBUTE]* sk); ---- == Return Value 1 on success, or 0 on failure. == Parameters [cols="1,4"] |=== | Name| Description | *p7si* | Signer info to update. | *sk* | Attributes to install (copied); may be empty. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#