Sortix nightly manual
This manual documents Sortix nightly, a development build that has not been officially released. You can instead view this document in the latest official manual.
NAME
X509_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 requestsSYNOPSIS
#include <openssl/x509.h>X509_REQ_add1_attr(X509_REQ *req, X509_ATTRIBUTE *attr);
X509_REQ_add1_attr_by_OBJ(X509_REQ *req, const ASN1_OBJECT *obj, int type, const unsigned char *data, int len);
X509_REQ_add1_attr_by_NID(X509_REQ *req, int nid, int type, const unsigned char *data, int len);
X509_REQ_add1_attr_by_txt(X509_REQ *req, const char *name, int type, const unsigned char *data, int len);
X509_REQ_delete_attr(X509_REQ *req, int index);
X509_REQ_get_attr(const X509_REQ *req, int index);
X509_REQ_get_attr_count(const X509_REQ *req);
X509_REQ_get_attr_by_OBJ(const X509_REQ *req, const ASN1_OBJECT *obj, int start_after);
X509_REQ_get_attr_by_NID(const X509_REQ *req, int nid, int start_after);