]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/x509v3/x509v3.h
Allow extensions to be added to certificate requests, update the sample
[thirdparty/openssl.git] / crypto / x509v3 / x509v3.h
index 4eb04a5a89cbd69a0362c14b92830f210a0d757c..af0e62fe53b13a45d995864bd8ffe9ce31ddb200 100644 (file)
@@ -386,6 +386,7 @@ void X509V3_conf_free(CONF_VALUE *val);
 X509_EXTENSION *X509V3_EXT_conf_nid(LHASH *conf, X509V3_CTX *ctx, int ext_nid, char *value);
 X509_EXTENSION *X509V3_EXT_conf(LHASH *conf, X509V3_CTX *ctx, char *name, char *value);
 int X509V3_EXT_add_conf(LHASH *conf, X509V3_CTX *ctx, char *section, X509 *cert);
+int X509V3_EXT_REQ_add_conf(LHASH *conf, X509V3_CTX *ctx, char *section, X509_REQ *req);
 int X509V3_EXT_CRL_add_conf(LHASH *conf, X509V3_CTX *ctx, char *section, X509_CRL *crl);
 int X509V3_add_value_bool_nf(char *name, int asn1_bool,
                                                STACK_OF(CONF_VALUE) **extlist);