Searched refs:new_cert (Results 1 – 2 of 2) sorted by relevance
293 char new_cert[PATH_MAX]; in ca_main() local1050 outdirlen = OPENSSL_strlcpy(new_cert, outdir, sizeof(new_cert)); in ca_main()1052 outdirlen = OPENSSL_strlcat(new_cert, "/", sizeof(new_cert)); in ca_main()1065 char *n = new_cert + outdirlen; in ca_main()1089 BIO_printf(bio_err, "writing %s\n", new_cert); in ca_main()1096 Cout = BIO_new_file(new_cert, "w"); in ca_main()1098 perror(new_cert); in ca_main()
5377 CERT *new_cert; in SSL_set_SSL_CTX() local5388 new_cert = ssl_cert_dup(ctx->cert); in SSL_set_SSL_CTX()5389 if (new_cert == NULL) { in SSL_set_SSL_CTX()5393 if (!custom_exts_copy_flags(&new_cert->custext, &sc->cert->custext)) { in SSL_set_SSL_CTX()5394 ssl_cert_free(new_cert); in SSL_set_SSL_CTX()5399 sc->cert = new_cert; in SSL_set_SSL_CTX()
Completed in 26 milliseconds