Declared in <openssl/pkcs7.h>
struct stack_st_X509_ATTRIBUTE;
| Name | Description |
|---|---|
PKCS12_SAFEBAG_get0_attrs | Return the attribute stack attached to a safeBag without copying it. |
PKCS12_get_attr_gen | Retrieve an attribute by NID from a stack of X509_ATTRIBUTEs. |
PKCS7_digest_from_attributes | Extract the message-digest OCTET STRING from a set of authenticatedAttributes. |
PKCS8_pkey_get0_attrs | Return the attribute stack embedded in a PKCS#8 PrivateKeyInfo. |
X509at_add1_attr | Append a duplicate of attr to an X509_ATTRIBUTE stack, creating the stack if needed. |
X509at_add1_attr_by_NID | Create an attribute by NID and append a copy to a STACK_OF(X509_ATTRIBUTE). |
X509at_add1_attr_by_OBJ | Create an attribute by OID and append a copy to a STACK_OF(X509_ATTRIBUTE). |
X509at_add1_attr_by_txt | Create an attribute by name and append a copy to a STACK_OF(X509_ATTRIBUTE). |
X509at_delete_attr | Remove and return the attribute at index loc from an attribute stack. |
X509at_get0_data_by_OBJ | Return attribute data matching an OID from a stack of X509_ATTRIBUTE values. |
X509at_get_attr | Return the attribute at a zero-based index in an attribute stack. |
X509at_get_attr_by_NID | Find the next attribute in a stack with the given NID. |
X509at_get_attr_by_OBJ | Find the next attribute in a stack whose OID equals obj. |
X509at_get_attr_count | Return the number of attributes in an X509_ATTRIBUTE stack. |