stack_st_X509_ATTRIBUTE

Synopsis

Declared in <openssl/pkcs7.h>

struct stack_st_X509_ATTRIBUTE;

Non-Member Functions

NameDescription
PKCS12_SAFEBAG_get0_attrsReturn the attribute stack attached to a safeBag without copying it.
PKCS12_get_attr_genRetrieve an attribute by NID from a stack of X509_ATTRIBUTEs.
PKCS7_digest_from_attributesExtract the message-digest OCTET STRING from a set of authenticatedAttributes.
PKCS8_pkey_get0_attrsReturn the attribute stack embedded in a PKCS#8 PrivateKeyInfo.
X509at_add1_attrAppend a duplicate of attr to an X509_ATTRIBUTE stack, creating the stack if needed.
X509at_add1_attr_by_NIDCreate an attribute by NID and append a copy to a STACK_OF(X509_ATTRIBUTE).
X509at_add1_attr_by_OBJCreate an attribute by OID and append a copy to a STACK_OF(X509_ATTRIBUTE).
X509at_add1_attr_by_txtCreate an attribute by name and append a copy to a STACK_OF(X509_ATTRIBUTE).
X509at_delete_attrRemove and return the attribute at index loc from an attribute stack.
X509at_get0_data_by_OBJReturn attribute data matching an OID from a stack of X509_ATTRIBUTE values.
X509at_get_attrReturn the attribute at a zero-based index in an attribute stack.
X509at_get_attr_by_NIDFind the next attribute in a stack with the given NID.
X509at_get_attr_by_OBJFind the next attribute in a stack whose OID equals obj.
X509at_get_attr_countReturn the number of attributes in an X509_ATTRIBUTE stack.