HomeSort by relevance Sort by last modified time
    Searched refs:crlhours (Results 1 - 2 of 2) sorted by null

  /libcore/support/src/test/java/tests/resources/x509/
create.sh 94 openssl ca -gencrl -crlhours 70 -keyfile /tmp/cakey.pem -cert /tmp/cacert.pem -out /tmp/crl-empty.pem -config ${DIR}/default.cnf
99 openssl ca -gencrl -crlhours 70 -keyfile /tmp/cakey.pem -cert /tmp/cacert.pem -out /tmp/crl-rsa.pem -config ${DIR}/default.cnf
  /external/openssl/apps/
ca.c 156 " -crlhours hours - Hours is when the next CRL is due\n",
263 long crlhours=0; local
469 else if (strcmp(*argv,"-crlhours") == 0)
472 crlhours= atol(*(++argv));
    [all...]

Completed in 102 milliseconds