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

  /external/openssl/apps/
s_client.c 325 BIO_printf(bio_err," -bugs - Switch on all SSL implementation bug workarounds\n");
402 int reconnect=0,badop=0,verify=SSL_VERIFY_NONE,bugs=0; local
619 else if (strcmp(*argv,"-bugs") == 0)
620 bugs=1;
878 if (bugs)
    [all...]
s_server.c 475 BIO_printf(bio_err," -bugs - Turn on SSL bug compatibility\n");
848 int badop=0,bugs=0; local
    [all...]

Completed in 174 milliseconds