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

  /src/crypto/external/bsd/openssl.old/dist/apps/
x509.c 36 static int sign(X509 *x, EVP_PKEY *pkey, int days, int clrext,
42 int create, int days, int clrext, CONF *conf,
100 {"clrext", OPT_CLREXT, '-', "Clear all certificate extensions"},
179 int ret = 1, i, num = 0, badsig = 0, clrext = 0, nocert = 0; local
406 clrext = 1;
804 if (!sign(x, Upkey, days, clrext, digest, extconf, extsect, preserve_dates))
817 CAserial, CA_createserial, days, clrext,
956 int days, int clrext, CONF *conf, const char *section,
1004 if (clrext) {
1064 static int sign(X509 *x, EVP_PKEY *pkey, int days, int clrext,
    [all...]
  /src/crypto/external/bsd/openssl/dist/apps/
x509.c 143 {"clrext", OPT_CLREXT, '-',
288 int ret = 1, i, j, num = 0, badsig = 0, clrext = 0, nocert = 0; local
540 clrext = 1;
744 if (clrext && ext_copy != EXT_COPY_NONE) {
745 BIO_printf(bio_err, "Must not use -clrext together with -copy_extensions\n");
798 if (clrext && ext_names != NULL)
799 BIO_printf(bio_err, "Warning: Ignoring -ext since -clrext is given\n");
804 if (clrext || (ext_names != NULL && strstr(ext_names, sn) == NULL))
857 if (clrext && ext_copy != EXT_COPY_NONE) {
858 BIO_printf(bio_err, "Must not use -clrext together with -copy_extensions\n")
    [all...]
  /src/crypto/external/apache2/openssl/dist/apps/
x509.c 209 { "clrext", OPT_CLREXT, '-',
354 int ret = 1, i, j, num = 0, badsig = 0, clrext = 0, nocert = 0; local
618 clrext = 1;
836 if (clrext && ext_copy != EXT_COPY_NONE) {
837 BIO_printf(bio_err, "Must not use -clrext together with -copy_extensions\n");
888 if (clrext && ext_names != NULL)
889 BIO_printf(bio_err, "Warning: Ignoring -ext since -clrext is given\n");
894 if (clrext || (ext_names != NULL && strstr(ext_names, sn) == NULL))
956 if (clrext && ext_copy != EXT_COPY_NONE) {
957 BIO_printf(bio_err, "Must not use -clrext together with -copy_extensions\n")
    [all...]

Completed in 26 milliseconds