]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - include/openssl/x509_acert.h.in
x509_acert: Load attributes from config file section
[thirdparty/openssl.git] / include / openssl / x509_acert.h.in
index a1e6704c0d92fded0247eb0558a4fe43197e8985..42376a6cb763efee73bf6abd0410f8b4afa2526f 100644 (file)
@@ -98,6 +98,8 @@ int X509_ACERT_add1_attr_by_NID(X509_ACERT *x, int nid, int type,
                                 const void *bytes, int len);
 int X509_ACERT_add1_attr_by_txt(X509_ACERT *x, const char *attrname, int type,
                                 const unsigned char *bytes, int len);
+int X509_ACERT_add_attr_nconf(CONF *conf, const char *section,
+                              X509_ACERT *acert);
 
 int X509_ACERT_set1_issuerName(X509_ACERT *x, const X509_NAME *name);
 int X509_ACERT_set1_serialNumber(X509_ACERT *x, const ASN1_INTEGER *serial);