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");
933 char *CApath=NULL,*CAfile=NULL;
1116 else if (strcmp(*argv,"-CAfile") == 0)
1119 CAfile= *(++argv);
1568 if ((!SSL_CTX_load_verify_locations(ctx,CAfile,CApath)) ||
1625 if ((!SSL_CTX_load_verify_locations(ctx2,CAfile,CApath)) ||
1865 if (CAfile != NULL)
1867 SSL_CTX_set_client_CA_list(ctx,SSL_load_client_CA_file(CAfile));
1870 SSL_CTX_set_client_CA_list(ctx2,SSL_load_client_CA_file(CAfile));