OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ca_cert_container
(Results
1 - 5
of
5
) sorted by null
/external/tlsdate/src/
tlsdate.c
112
const char *
ca_cert_container
;
local
121
ca_cert_container
= DEFAULT_CERTFILE;
185
ca_cert_container
= optarg;
225
ca_cert_container
,
tlsdate-helper-plan9.h
99
static const char *
ca_cert_container
;
variable
tlsdate-helper.h
125
static const char *
ca_cert_container
;
variable
tlsdate-helper-plan9.c
844
if (-1 == stat (
ca_cert_container
, &statbuf))
846
die("Unable to stat CA certficate container %s\n",
ca_cert_container
);
853
if (0 > x509parse_crtfile(&cacert,
ca_cert_container
))
857
if (0 > x509parse_crtpath(&cacert,
ca_cert_container
))
861
die("Unable to load CA certficate container %s\n",
ca_cert_container
);
998
if (-1 == stat(
ca_cert_container
, &statbuf))
1000
die("Unable to stat CA certficate container %s\n",
ca_cert_container
);
1006
if (1 != SSL_CTX_load_verify_locations(ctx,
ca_cert_container
, NULL))
1010
if (1 != SSL_CTX_load_verify_locations(ctx, NULL,
ca_cert_container
))
1014
if (1 != SSL_CTX_load_verify_locations(ctx, NULL,
ca_cert_container
))
[
all
...]
tlsdate-helper.c
984
if (-1 == stat (
ca_cert_container
, &statbuf))
986
die("Unable to stat CA certficate container %s",
ca_cert_container
);
993
if (0 > x509parse_crtfile(&cacert,
ca_cert_container
))
997
if (0 > x509parse_crtpath(&cacert,
ca_cert_container
))
1001
die("Unable to load CA certficate container %s",
ca_cert_container
);
1142
if (-1 == stat(
ca_cert_container
, &statbuf))
1144
die("Unable to stat CA certficate container %s",
ca_cert_container
);
1150
if (1 != SSL_CTX_load_verify_locations(ctx,
ca_cert_container
, NULL))
1154
if (1 != SSL_CTX_load_verify_locations(ctx, NULL,
ca_cert_container
))
1158
if (1 != SSL_CTX_load_verify_locations(ctx, NULL,
ca_cert_container
))
[
all
...]
Completed in 50 milliseconds