Lines Matching refs:ext
24 static X509_EXTENSION *v3_generic_extension(const char *ext, const char *value,
83 X509_EXTENSION *ext;
129 ext = do_ext_i2d(method, ext_nid, crit, ext_struc);
134 return ext;
144 X509_EXTENSION *ext;
170 ext = X509_EXTENSION_create_by_NID(NULL, ext_nid, crit, ext_oct);
171 if (!ext)
175 return ext;
234 static X509_EXTENSION *v3_generic_extension(const char *ext, const char *value,
244 if ((obj = OBJ_txt2obj(ext, 0)) == NULL) {
246 "name=%s", ext);
312 X509_EXTENSION *ext;
321 if ((ext = X509V3_EXT_nconf_int(conf, ctx, val->section,
326 delete_ext(*sk, ext);
327 if (X509v3_add_ext(sk, ext, -1) == NULL) {
328 X509_EXTENSION_free(ext);
332 X509_EXTENSION_free(ext);