Home | History | Annotate | Download | only in apps

Lines Matching full:cafile

366 	BIO_printf(bio_err," -CAfile arg   - PEM format file of CA's\n");
754 char *CApath=NULL,*CAfile=NULL;
934 else if (strcmp(*argv,"-CAfile") == 0)
937 CAfile= *(++argv);
1278 if ((!SSL_CTX_load_verify_locations(ctx,CAfile,CApath)) ||
1336 if ((!SSL_CTX_load_verify_locations(ctx2,CAfile,CApath)) ||
1529 if (CAfile != NULL)
1531 SSL_CTX_set_client_CA_list(ctx,SSL_load_client_CA_file(CAfile));
1534 SSL_CTX_set_client_CA_list(ctx2,SSL_load_client_CA_file(CAfile));