Searched refs:X509_ACERT_add1_attr_by_txt (Results 1 – 4 of 4) sorted by relevance
/openssl/doc/man3/ |
H A D | X509_ACERT_add1_attr.pod | 8 X509_ACERT_add1_attr_by_txt, 21 int X509_ACERT_add1_attr_by_txt(X509_ACERT *x, const char *attrname, int type, 34 X509_ACERT_add1_attr_by_txt() adds an attribute of type I<attrname> with a value of 56 X509_ACERT_add1_attr_by_txt() and X509_ACERT_delete_attr() were added in OpenSSL 3.4.
|
/openssl/crypto/x509/ |
H A D | x509_acert.c | 241 int X509_ACERT_add1_attr_by_txt(X509_ACERT *x, const char *attrname, int type, in X509_ACERT_add1_attr_by_txt() function 293 ret = X509_ACERT_add1_attr_by_txt(acert, v->name, V_ASN1_SEQUENCE, in X509_ACERT_add_attr_nconf() 301 ret = X509_ACERT_add1_attr_by_txt(acert, v->name, in X509_ACERT_add_attr_nconf()
|
/openssl/include/openssl/ |
H A D | x509_acert.h.in | 99 int X509_ACERT_add1_attr_by_txt(X509_ACERT *x, const char *attrname, int type,
|
/openssl/util/ |
H A D | libcrypto.num | 5645 X509_ACERT_add1_attr_by_txt 5773 3_4_0 EXIST::FUNCTION:
|
Completed in 29 milliseconds