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
EVP_PKEY_add1_attr, EVP_PKEY_add1_attr_by_OBJ, EVP_PKEY_add1_attr_by_NID, EVP_PKEY_add1_attr_by_txt, EVP_PKEY_delete_attr, EVP_PKEY_get_attr, EVP_PKEY_get_attr_count, EVP_PKEY_get_attr_by_OBJ, EVP_PKEY_get_attr_by_NID — X.501 Attributes of private keysSYNOPSIS
#include <openssl/x509.h>EVP_PKEY_add1_attr(EVP_PKEY *key, X509_ATTRIBUTE *attr);
EVP_PKEY_add1_attr_by_OBJ(EVP_PKEY *key, const ASN1_OBJECT *obj, int type, const unsigned char *data, int len);
EVP_PKEY_add1_attr_by_NID(EVP_PKEY *key, int nid, int type, const unsigned char *data, int len);
EVP_PKEY_add1_attr_by_txt(EVP_PKEY *key, const char *name, int type, const unsigned char *data, int len);
EVP_PKEY_delete_attr(EVP_PKEY *key, int index);
EVP_PKEY_get_attr(const EVP_PKEY *key, int index);
EVP_PKEY_get_attr_count(const EVP_PKEY *key);
EVP_PKEY_get_attr_by_OBJ(const EVP_PKEY *key, const ASN1_OBJECT *obj, int start_after);
EVP_PKEY_get_attr_by_NID(const EVP_PKEY *key, int nid, int start_after);