Home
last modified time | relevance | path

Searched refs:myCertFile (Results 1 – 8 of 8) sorted by relevance

/dports/devel/librelp/librelp-1.10.0/tests/
H A Dreceive.c227 char *myCertFile = NULL; in main() local
334 myCertFile = optarg; in main()
362 myCertFile == NULL || myPrivKeyFile == NULL) { in main()
371 if(caCertFile != NULL || myCertFile != NULL || myPrivKeyFile != NULL) { in main()
444 TRY(relpSrvSetOwnCert(pRelpSrv, myCertFile)); in main()
H A Dsend.c246 char *myCertFile = NULL; in main() local
344 myCertFile = optarg; in main()
390 myCertFile == NULL || myPrivKeyFile == NULL) { in main()
397 if(caCertFile != NULL || myCertFile != NULL || myPrivKeyFile != NULL) { in main()
439 TRY(relpCltSetOwnCert(pRelpClt, myCertFile)); in main()
/dports/sysutils/rsyslog8/rsyslog-8.2112.0/plugins/imrelp/
H A Dimrelp.c97 uchar *myCertFile; member
296 inst->myCertFile = NULL; in createInstance()
465 if(relpSrvSetOwnCert(pSrv, (char*) inst->myCertFile) != RELP_RET_OK) in addListner()
611 inst->myCertFile = (uchar*)es_str2cstr(pvals[i].val.d.estr, NULL);
612 fp = fopen((const char*)inst->myCertFile, "r");
618 inst->myCertFile, errStr);
654 if(inst->myCertFile != NULL && inst->myPrivKeyFile == NULL) {
659 if(inst->myCertFile == NULL && inst->myPrivKeyFile != NULL) {
672 free(inst->myCertFile);
673 inst->myCertFile = NULL;
/dports/sysutils/rsyslog8/rsyslog-8.2112.0/plugins/omrelp/
H A Domrelp.c89 uchar *myCertFile; member
261 if(relpCltSetOwnCert(*pRelpClt, (char*) pData->myCertFile) != RELP_RET_OK) in doCreateRelpClient()
316 pData->myCertFile = NULL;
344 free(pData->myCertFile);
381 pData->myCertFile = NULL; in setInstParamDefaults()
497 pData->myCertFile = (uchar*)es_str2cstr(pvals[i].val.d.estr, NULL);
498 fp = fopen((const char*)pData->myCertFile, "r");
504 pData->myCertFile, errStr);
/dports/sysutils/rsyslog8/rsyslog-8.2112.0/plugins/omclickhouse/
H A Domclickhouse.c96 uchar *myCertFile; member
155 pData->myCertFile = NULL;
195 free(pData->myCertFile);
237 dbgprintf("\ttls.mycert='%s'\n", pData->myCertFile);
630 pData->myCertFile = NULL; in ATTR_NONNULL()
672 if(pWrkrData->pData->myCertFile) { in ATTR_NONNULL()
673 curl_easy_setopt(handle, CURLOPT_SSLCERT, pWrkrData->pData->myCertFile); in ATTR_NONNULL()
869 pData->myCertFile = (uchar*)es_str2cstr(pvals[i].val.d.estr, NULL);
870 fp = fopen((const char*)pData->myCertFile, "r");
875 pData->myCertFile, errStr);
/dports/sysutils/rsyslog8/rsyslog-8.2112.0/contrib/mmkubernetes/
H A Dmmkubernetes.c616 free(loadModConf->myCertFile);
618 fp = fopen((const char*)loadModConf->myCertFile, "r");
624 loadModConf->myCertFile, errStr);
798 free(pData->myCertFile);
957 if(pWrkrData->pData->myCertFile)
1321 fp = fopen((const char*)pData->myCertFile, "r");
1327 pData->myCertFile, errStr);
1479 if(pData->myCertFile == NULL && loadModConf->myCertFile)
1480 pData->myCertFile = (uchar *) strdup((char *) loadModConf->myCertFile);
1565 free(pModConf->myCertFile);
[all …]
/dports/sysutils/rsyslog8/rsyslog-8.2112.0/contrib/omhttp/
H A Domhttp.c141 uchar *myCertFile; member
253 pData->myCertFile = NULL;
321 free(pData->myCertFile);
390 dbgprintf("\ttls.mycert='%s'\n", pData->myCertFile);
1657 if(pWrkrData->pData->myCertFile) in ATTR_NONNULL()
1658 curl_easy_setopt(handle, CURLOPT_SSLCERT, pWrkrData->pData->myCertFile); in ATTR_NONNULL()
1784 pData->myCertFile = NULL; in ATTR_NONNULL()
1917 pData->myCertFile = (uchar*)es_str2cstr(pvals[i].val.d.estr, NULL);
1918 fp = fopen((const char*)pData->myCertFile, "r");
1923 pData->myCertFile, errStr);
/dports/sysutils/rsyslog8/rsyslog-8.2112.0/plugins/omelasticsearch/
H A Domelasticsearch.c144 uchar *myCertFile; member
241 pData->myCertFile = NULL;
322 free(pData->myCertFile);
387 dbgprintf("\ttls.mycert='%s'\n", pData->myCertFile);
1748 if(pWrkrData->pData->myCertFile) in ATTR_NONNULL()
1749 curl_easy_setopt(handle, CURLOPT_SSLCERT, pWrkrData->pData->myCertFile); in ATTR_NONNULL()
1825 pData->myCertFile = NULL; in ATTR_NONNULL()
1920 pData->myCertFile = (uchar*)es_str2cstr(pvals[i].val.d.estr, NULL);
1921 fp = fopen((const char*)pData->myCertFile, "r");
1926 pData->myCertFile, errStr);