OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:req_exts
(Results
1 - 1
of
1
) sorted by null
/external/openssl/apps/
req.c
180
char *
req_exts
= NULL;
local
385
req_exts
= *(++argv);
591
if(!
req_exts
)
593
req_exts
= NCONF_get_string(req_conf, SECTION, REQ_EXTENSIONS);
594
if (!
req_exts
)
597
if(
req_exts
) {
602
if(!X509V3_EXT_add_nconf(req_conf, &ctx,
req_exts
, NULL)) {
605
req_exts
);
888
if(
req_exts
&& !X509V3_EXT_REQ_add_nconf(req_conf,
889
&ext_ctx,
req_exts
, req)
[
all
...]
Completed in 102 milliseconds