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

  /external/openssl/crypto/threads/
mttest.c 182 fprintf(stderr," -ccert arg - client certificate/key\n");
196 char *ccert=TEST_CLIENT_CERT; local
237 else if (strcmp(*argv,"-ccert") == 0)
240 ccert= *(++argv);
303 SSL_CTX_use_certificate_file(c_ctx,ccert,
305 SSL_CTX_use_RSAPrivateKey_file(c_ctx,ccert,

Completed in 378 milliseconds