Home | History | Annotate | Download | only in apps

Lines Matching full:bugs

388 	BIO_printf(bio_err," -bugs         - Turn on SSL bug compatibility\n");
760 int badop=0,bugs=0;
993 else if (strcmp(*argv,"-bugs") == 0)
994 { bugs=1; }
1252 if (bugs) SSL_CTX_set_options(ctx,SSL_OP_ALL);
1319 if (bugs) SSL_CTX_set_options(ctx2,SSL_OP_ALL);