Home | History | Annotate | Download | only in apps

Lines Matching defs:CApath

299 	BIO_printf(bio_err," -CApath arg   - PEM format directory of CA's\n");
575 char *CApath=NULL,*CAfile=NULL,*cipher=NULL;
851 else if (strcmp(*argv,"-CApath") == 0)
854 CApath= *(++argv);
1182 if ((!SSL_CTX_load_verify_locations(ctx,CAfile,CApath)) ||