Lines Matching defs:cert
300 fprintf(in, "cert = %s\n", stunnel_pem);
357 /* temporary cert */
649 char *scr, *cert = NULL, *tca, *cdir = NULL;
679 fprintf(stderr, "could not find Cert dir\n");
822 cert = (char *) malloc(2*(sbuf.st_size + 1024));
830 cert[0] = '\0';
837 if (strlen(cert)+strlen(line) <
839 strcat(cert, line);
874 if (! mode && cert && cert[0] != '\0') {
900 fprintf(file, "%s", cert);
903 free(cert);