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

  /external/openssl/apps/
crl2p7.c 98 int ret=1,nocrl=0; local
131 else if (strcmp(*argv,"-nocrl") == 0)
133 nocrl=1;
167 BIO_printf(bio_err," -nocrl no crl to load, just certs from '-certfile'\n");
182 if (!nocrl)
  /libcore/support/src/test/java/tests/resources/x509/
create.sh 120 openssl crl2pkcs7 -certfile /tmp/certs.pem -nocrl > ${DIR}/certs-pk7.pem
121 openssl crl2pkcs7 -certfile /tmp/certs.pem -nocrl -outform d > ${DIR}/certs-pk7.der

Completed in 137 milliseconds