Lines Matching defs:ext
114 {"ext", OPT_EXT, 's',
189 "Warning: -ext should not specify copying %s extension to CSR; ignoring this\n",
289 int text = 0, serial = 0, subject = 0, issuer = 0, startdate = 0, ext = 0;
518 ext = ++num;
799 BIO_printf(bio_err, "Warning: Ignoring -ext since -clrext is given\n");
1024 } else if (i == ext) {
1210 X509_EXTENSION *ext = NULL;
1223 /* parse comma separated ext name string */
1235 ext = sk_X509_EXTENSION_value(exts, i);
1237 /* check if this ext is what we want */
1238 obj = X509_EXTENSION_get_object(ext);
1249 if (!sk_X509_EXTENSION_push(exts2, ext))