HomeSort by: relevance | last modified time | path
    Searched defs:precert (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/apps/
req.c 185 { "precert", OPT_PRECERT, '-', "Add a poison extension to generated cert (implies -new)" },
313 int noenc = 0, newhdr = 0, subject = 0, pubkey = 0, precert = 0, x509v1 = 0; local
531 newreq = precert = 1;
789 "Warning: Ignoring -in option since -new or -newkey or -precert is given\n");
911 if (precert) {
927 if (precert) {
929 "Warning: Ignoring -precert flag since no cert is produced\n");
  /src/crypto/external/bsd/openssl/dist/apps/
req.c 139 {"precert", OPT_PRECERT, '-',
264 int noenc = 0, newhdr = 0, subject = 0, pubkey = 0, precert = 0; local
471 newreq = precert = 1;
871 if (precert) {
  /src/crypto/external/bsd/openssl.old/dist/apps/
req.c 142 {"precert", OPT_PRECERT, '-', "Add a poison extension (implies -new)"},
242 int nodes = 0, newhdr = 0, subject = 0, pubkey = 0, precert = 0; local
413 newreq = precert = 1;
776 if (precert) {

Completed in 15 milliseconds