Skip to main content


Perl XS wrapper for open62541 OPC UA library

Changes for 2.04 - 2023-08-28

  • UA_ServerConfig_setAccessControl_default() allows undef userTokenPolicyUri. It uses the same fallback as UA_ServerConfig_setDefaultWithSecurityPolicies() by using the last securityPolicies entry from server config.
  • Certificates generated by OPCUA:😮pen62541::Test::CA are more compliant with OPC UA Part 6 6.2.2. Also the application uri can be configured now.
  • Introduce wrapper for UA_AccessControl_defaultWithLoginCallback() to set login callback. This is not commited in open62541 yet, but reflects the current status of API discussion. See https://github.com/open62541/open62541/pull/5935 . This replaces ServerConfig_setAccessControl_loginCheck() wrapper method.