Home | History | Annotate | Download | only in ssl

Lines Matching refs:proxy_auth

232 	char *proxy_auth;
323 fprintf(stderr," -proxy_auth <val> - set proxy policy rights\n");
598 else if (strcmp(*argv,"-proxy_auth") == 0)
601 app_verify_arg.proxy_auth= *(++argv);
2251 unsigned int letters[26]; /* only used with proxy_auth */
2269 if (cb_arg->proxy_auth)
2276 for(sp = cb_arg->proxy_auth; *sp; sp++)
2311 if (cb_arg->proxy_auth)