OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:srvcert
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/mDNSResponder/dist/ServiceRegistration/
tls-mbedtls.c
45
mbedtls_x509_crt srvcert_struct, *
srvcert
= NULL;
variable
123
srvcert
= &srvcert_struct;
145
status = mbedtls_ssl_conf_own_cert(&tls_server_config,
srvcert
, &srvkey);
/src/crypto/external/apache2/openssl/dist/test/
cmp_vfy_test.c
75
static X509 *
srvcert
= NULL;
variable
227
fixture->cert =
srvcert
;
233
|| !add_trusted(fixture->cmp_ctx,
srvcert
)) {
262
fixture->cert =
srvcert
;
268
wrong ? clcert :
srvcert
))
363
fixture->cert =
srvcert
;
367
|| !TEST_true(OSSL_CMP_CTX_set1_srvCert(fixture->cmp_ctx,
srvcert
))) {
377
return test_validate_with_sender(X509_get_subject_name(
srvcert
), 1);
428
setup_path(&fixture,
srvcert
/* wrong/non-root cert */, 0);
577
X509_free(
srvcert
);
[
all
...]
/src/crypto/external/bsd/openssl/dist/test/
cmp_vfy_test.c
75
static X509 *
srvcert
= NULL;
variable
225
|| !add_trusted(fixture->cmp_ctx,
srvcert
)) {
253
fixture->cert =
srvcert
;
259
wrong? clcert :
srvcert
))
352
|| !TEST_true(OSSL_CMP_CTX_set1_srvCert(fixture->cmp_ctx,
srvcert
))) {
362
return test_validate_with_sender(X509_get_subject_name(
srvcert
), 1);
412
setup_path(&fixture,
srvcert
/* wrong/non-root cert */, 0);
561
X509_free(
srvcert
);
639
if (!TEST_ptr(
srvcert
= load_cert_pem(server_f, libctx))
/src/crypto/external/bsd/openssl/dist/apps/
cmp.c
297
"also used as recipient if neither -recipient nor -
srvcert
are given"},
340
"Issuer is used as recipient unless -recipient, -
srvcert
, or -issuer given"},
363
"DN of CA. Default: subject of -
srvcert
, -issuer, issuer of -oldcert or -cert"},
376
{OPT_MORE_STR, 0, 0, "unless -
srvcert
is given"},
379
{"
srvcert
", OPT_SRVCERT, 's',
382
"DN of expected sender of responses. Defaults to subject of -
srvcert
, if any"},
1183
X509 *
srvcert
;
local
1189
CMP_warn("-trusted option is ignored since -
srvcert
option is present");
1193
CMP_warn("-recipient option is ignored since -
srvcert
option is present");
1196
srvcert
= load_cert_pwd(opt_srvcert, opt_otherpass
[
all
...]
Completed in 29 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026