OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_cert
(Results
1 - 6
of
6
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/apps/
ca.c
338
char
new_cert
[PATH_MAX];
local
1091
outdirlen = OPENSSL_strlcpy(
new_cert
, outdir, sizeof(
new_cert
));
1093
outdirlen = OPENSSL_strlcat(
new_cert
, "/", sizeof(
new_cert
));
1106
char *n =
new_cert
+ outdirlen;
1128
*n = '\0'; /* closing
new_cert
*/
1130
BIO_printf(bio_err, "writing %s\n",
new_cert
);
1137
Cout = BIO_new_file(
new_cert
, "w");
1139
perror(
new_cert
);
[
all
...]
/src/crypto/external/bsd/openssl/dist/apps/
ca.c
287
char
new_cert
[PATH_MAX];
local
1085
outdirlen = OPENSSL_strlcpy(
new_cert
, outdir, sizeof(
new_cert
));
1087
outdirlen = OPENSSL_strlcat(
new_cert
, "/", sizeof(
new_cert
));
1100
char *n =
new_cert
+ outdirlen;
1122
*n = '\0'; /* closing
new_cert
*/
1124
BIO_printf(bio_err, "writing %s\n",
new_cert
);
1131
Cout = BIO_new_file(
new_cert
, "w");
1133
perror(
new_cert
);
[
all
...]
/src/crypto/external/bsd/openssl.old/dist/apps/
ca.c
249
char
new_cert
[PATH_MAX];
local
988
outdirlen = OPENSSL_strlcpy(
new_cert
, outdir, sizeof(
new_cert
));
990
outdirlen = OPENSSL_strlcat(
new_cert
, "/", sizeof(
new_cert
));
1003
char *n =
new_cert
+ outdirlen;
1025
*n = '\0'; /* closing
new_cert
*/
1027
BIO_printf(bio_err, "writing %s\n",
new_cert
);
1034
Cout = BIO_new_file(
new_cert
, "w");
1036
perror(
new_cert
);
[
all
...]
/src/crypto/external/bsd/openssl/dist/ssl/
ssl_lib.c
4354
CERT *
new_cert
;
local
4359
new_cert
= ssl_cert_dup(ctx->cert);
4360
if (
new_cert
== NULL) {
4364
if (!custom_exts_copy_flags(&
new_cert
->custext, &ssl->cert->custext)) {
4365
ssl_cert_free(
new_cert
);
4370
ssl->cert =
new_cert
;
/src/crypto/external/bsd/openssl.old/dist/ssl/
ssl_lib.c
4113
CERT *
new_cert
;
local
4118
new_cert
= ssl_cert_dup(ctx->cert);
4119
if (
new_cert
== NULL) {
4123
if (!custom_exts_copy_flags(&
new_cert
->custext, &ssl->cert->custext)) {
4124
ssl_cert_free(
new_cert
);
4129
ssl->cert =
new_cert
;
/src/crypto/external/apache2/openssl/dist/ssl/
ssl_lib.c
5464
CERT *
new_cert
;
local
5475
new_cert
= ssl_cert_dup(ctx->cert);
5476
if (
new_cert
== NULL)
5478
if (!custom_exts_copy_conn(&
new_cert
->custext, &sc->cert->custext))
5480
if (!custom_exts_copy_flags(&
new_cert
->custext, &sc->cert->custext))
5504
sc->cert =
new_cert
;
5511
ssl_cert_free(
new_cert
);
Completed in 38 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026