|
NAMEX509_REQ_add1_attr ,
X509_REQ_add1_attr_by_OBJ ,
X509_REQ_add1_attr_by_NID ,
X509_REQ_add1_attr_by_txt ,
X509_REQ_delete_attr ,
X509_REQ_get_attr ,
X509_REQ_get_attr_count ,
X509_REQ_get_attr_by_OBJ ,
X509_REQ_get_attr_by_NID —
X.501 Attributes of PKCS#10 certification requests
SYNOPSIS#include <openssl/x509.h>
int
int
int
int
X509_ATTRIBUTE *
X509_ATTRIBUTE *
int
int
int
DESCRIPTIONThese functions support associating an array of X.501 Attributes with a PKCS#10 certification request.
RETURN VALUESX509_REQ_add1_attr (),
X509_REQ_add1_attr_by_OBJ (),
X509_REQ_add1_attr_by_NID (), and
X509_REQ_add1_attr_by_txt () return 1 for success or 0
for failure.
SEE ALSOOBJ_nid2obj(3), X509_ATTRIBUTE_create_by_OBJ(3), X509_ATTRIBUTE_new(3), X509_REQ_new(3), X509at_add1_attr(3), X509at_get_attr(3)HISTORYThese functions first appeared in OpenSSL 0.9.5 and have been available since OpenBSD 2.7.
Visit the GSP FreeBSD Man Page Interface. |