Lines Matching refs:new_cert
287 char new_cert[PATH_MAX];
1071 outdirlen = OPENSSL_strlcpy(new_cert, outdir, sizeof(new_cert));
1073 outdirlen = OPENSSL_strlcat(new_cert, "/", sizeof(new_cert));
1086 char *n = new_cert + outdirlen;
1108 *n = '\0'; /* closing new_cert */
1110 BIO_printf(bio_err, "writing %s\n", new_cert);
1117 Cout = BIO_new_file(new_cert, "w");
1119 perror(new_cert);