View Issue Details

IDProjectCategoryView StatusLast Update
0003404UAApi Changepublic2016-05-04 07:44
ReporterBernd Edlinger Assigned Touser319 
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
Summary0003404: [Ansi C Stack 1.02.337] OpcUa_CertificateStoreConfiguration type definition has changed
Description

The type OpcUa_CertificateStoreConfiguration has to be replaced by OpcUa_P_OpenSSL_CertificateStore_Config in the upcomig Ansi C Stack 1.02.337.

Windows and linux have identical definitions for this type (except for
the PkiType OpcUa_Win32_PKI of course).

In the most simple configuation just set the following:
pki.PkiType=OpcUa_OpenSSL_PKI;
pki.CertificateTrustListLocation="PKI/certs";
pki.Flags=0;
Use OPCUA_P_PKI_OPENSSL_XXX flags for PKI type OpenSSL
Use OPCUA_P_PKI_WIN32_XXX flags for PKI type Win32

TagsNo tags attached.
Fix Due Date

Activities

user319

2016-05-04 07:44

  ~0006882

resolved in 1.03.340

Issue History

Date Modified Username Field Change
2016-04-11 19:20 Bernd Edlinger New Issue
2016-05-04 07:44 user319 Note Added: 0006882
2016-05-04 07:44 user319 Status new => resolved
2016-05-04 07:44 user319 Resolution open => fixed
2016-05-04 07:44 user319 Assigned To => user319