Searched defs:ctx (Results 1 - 1 of 1) sorted by relevance
/pkg/src/util/mkcert/ | ||
H A D | mkcert.c | 182 X509V3_CTX ctx; local 185 X509V3_set_ctx_nodb(&ctx); 190 X509V3_set_ctx(&ctx, cert, cert, NULL, NULL, 0); 191 ex = X509V3_EXT_conf_nid(NULL, &ctx, nid, value); |
Completed in 9 milliseconds