OpenSSL X509_NAME_ENTRY_get_object(3openssl)
NNNNAAAAMMMMEEEEX509_NAME_ENTRY_get_object, X509_NAME_ENTRY_get_data,
X509_NAME_ENTRY_set_object, X509_NAME_ENTRY_set_data,
X509_NAME_ENTRY_create_by_txt,
X509_NAME_ENTRY_create_by_NID, X509_NAME_ENTRY_create_by_OBJ
- X509_NAME_ENTRY utility functions
SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS#include
ASN1_OBJECT * X509_NAME_ENTRY_get_object(X509_NAME_ENTRY *ne);
ASN1_STRING * X509_NAME_ENTRY_get_data(X509_NAME_ENTRY *ne);
int X509_NAME_ENTRY_set_object(X509_NAME_ENTRY *ne, ASN1_OBJECT *obj);
int X509_NAME_ENTRY_set_data(X509_NAME_ENTRY *ne, int type, const unsigned char *bytes, int len);
X509_NAME_ENTRY *X509_NAME_ENTRY_create_by_txt(X509_NAME_ENTRY **ne, const char *field, int type, const unsigned char *bytes, int len);
X509_NAME_ENTRY *X509_NAME_ENTRY_create_by_NID(X509_NAME_ENTRY **ne, int nid, int type,unsigned char *bytes, int len);
X509_NAME_ENTRY *X509_NAME_ENTRY_create_by_OBJ(X509_NAME_ENTRY **ne, ASN1_OBJECT *obj, int type, const unsigned char *bytes, int len);
DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNNX509_NAME_ENTRY_get_object() retrieves the field name of nnnneeee
in and AAAASSSSNNNN1111_OOOOBBBBJJJJEEEECCCCTTTT structure.
X509_NAME_ENTRY_get_data() retrieves the field value of nnnneeee
in and AAAASSSSNNNN1111_SSSSTTTTRRRRIIIINNNNGGGG structure.
X509_NAME_ENTRY_set_object() sets the field name of nnnneeee to
oooobbbbjjjj.X509_NAME_ENTRY_set_data() sets the field value of nnnneeee to
string type ttttyyyyppppeeee and value determined by bbbbyyyytttteeeessss and lllleeeennnn.X509_NAME_ENTRY_create_by_txt(),
X509_NAME_ENTRY_create_by_NID() and
X509_NAME_ENTRY_create_by_OBJ() create and return an
XXXX555500009999_NNNNAAAAMMMMEEEE_EEEENNNNTTTTRRRRYYYY structure.
NNNNOOOOTTTTEEEESSSSX509_NAME_ENTRY_get_object() and X509_NAME_ENTRY_get_data()
can be used to examine an XXXX555500009999_NNNNAAAAMMMMEEEE_EEEENNNNTTTTRRRRYYYY function as
returned by X509_NAME_get_entry() for example.
X509_NAME_ENTRY_create_by_txt(),
X509_NAME_ENTRY_create_by_NID(), and
X509_NAME_ENTRY_create_by_OBJ() create and return an
X509_NAME_ENTRY_create_by_txt(),
X509_NAME_ENTRY_create_by_OBJ(),
X509_NAME_ENTRY_create_by_NID() and
X509_NAME_ENTRY_set_data() are seldom used in practice
27/Mar/2010 Last change: 0.9.8o 1
OpenSSL X509_NAME_ENTRY_get_object(3openssl)
because XXXX555500009999_NNNNAAAAMMMMEEEE_EEEENNNNTTTTRRRRYYYY structures are almost always part of
XXXX555500009999_NNNNAAAAMMMMEEEE structures and the corresponding XXXX555500009999_NNNNAAAAMMMMEEEE
functions are typically used to create and add new entries in a single operation. The arguments of these functions support similar options tothe similarly named ones of the corresponding XXXX555500009999_NNNNAAAAMMMMEEEE
functions such as X509_NAME_add_entry_by_txt(). So for
example ttttyyyyppppeeee can be set to MMMMBBBBSSSSTTTTRRRRIIIINNNNGGGG_AAAASSSSCCCC but in the case of
X509_set_data() the field name must be set first so the
relevant field information can be looked up internally. RRRREEEETTTTUUUURRRRNNNN VVVVAAAALLLLUUUUEEEESSSS SSSSEEEEEEEE AAAALLLLSSSSOOOOERR_get_error(3), d2i_X509_NAME(3), the
OBJ_nid2obj(3),OBJ_nid2obj(3) manpage
HHHHIIIISSSSTTTTOOOORRRRYYYY TBA27/Mar/2010 Last change: 0.9.8o 2