Home | History | Annotate | Download | only in apps

Lines Matching defs:CAfile

499 	BIO_printf(bio_err," -CAfile arg   - PEM format file of CA's\n");
937 char *CApath=NULL,*CAfile=NULL;
1120 else if (strcmp(*argv,"-CAfile") == 0)
1123 CAfile= *(++argv);
1575 if ((!SSL_CTX_load_verify_locations(ctx,CAfile,CApath)) ||
1632 if ((!SSL_CTX_load_verify_locations(ctx2,CAfile,CApath)) ||
1872 if (CAfile != NULL)
1874 SSL_CTX_set_client_CA_list(ctx,SSL_load_client_CA_file(CAfile));
1877 SSL_CTX_set_client_CA_list(ctx2,SSL_load_client_CA_file(CAfile));