req.c | 832 X509V3_CTX ext_ctx; local 858 X509V3_set_ctx(&ext_ctx, x509ss, x509ss, NULL, NULL, 0); 859 X509V3_set_nconf(&ext_ctx, req_conf); 863 &ext_ctx, extensions, x509ss)) 880 X509V3_CTX ext_ctx; local 884 X509V3_set_ctx(&ext_ctx, NULL, NULL, req, NULL, 0); 885 X509V3_set_nconf(&ext_ctx, req_conf); 889 &ext_ctx, req_exts, req)) [all...] |