open62541:ft_dep_tag

Last commit made on 2021-10-02
Get this branch:
git clone -b ft_dep_tag https://git.launchpad.net/open62541

Branch merges

Branch information

Name:
ft_dep_tag
Repository:
lp:open62541

Recent commits

379ee51... by Divya Prasanth Prabhakaran <email address hidden>

feat(ex): Add client server example to use keys stored in TPM

 - Encrypt the private key using the key stored in TPM
   and remove the unencrypted private key from the filesystem
 - Used the encrypted key intermittently for software-based
   encryption/decryption

Change-Id: I46fc24102365292d9af6b51c582e3a3f74b2af5e

78e0798... by Jonas Green <email address hidden>

fix(server): Updated format strings to solve type missmatch build warnings (#4673)

The binaryEncodingId variable of the UA_DataType structure has
over time changed from an 16 bit integer to an UA_NodeId type. This
has caused type missmatches between the format string and the
binaryEncodingId variable when it is used in in log messages.

f1fc35a... by Jonas Green <email address hidden>

fix(server): Allow SecurityPolicyNone without an application certificate (#4672)

Currently the UA_Server_run_startup() function fails with the status
code UA_STATUSCODE_BADSECURITYCHECKSFAILED if the stack is built with
UA_ENABLE_ENCRYPTION=ON and the server config contains the
SecurityPolicyNone without an application certificate.

This is a problem if you build a product with encryption support but
supports to it run without any secured SecurityPolicies enabled and
no certificates installed.

This fix makes verifyServerApplicationURI() to not verify the
applicationURI of SecurityPolicyNone instances without an application
certificate.

09114de... by jackybek <email address hidden>

feat(client): Secure MQTT Client connection (#4656)

2faa875... by kimim <email address hidden>

fix(typo): HellWorld -> HelloWorld

a4b2d5b... by LeSmou

feat(core): Add UA_order to types testing

afc1423... by LeSmou

fix(server): Remove InfoBits in MonitoredItems when queue-size is reduced to 1

Fixes the CTT MinQueueSize_2/012.js

104db22... by basyskom-jvoe <email address hidden>

fix(server): ObjectType nodes and instances were missing the HasInterface reference

45a1fc9... by "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>

build(deps): bump deps/ua-nodeset from `495a131` to `5fdc7d4`

Bumps [deps/ua-nodeset](https://github.com/OPCFoundation/UA-Nodeset) from `495a131` to `5fdc7d4`.
- [Release notes](https://github.com/OPCFoundation/UA-Nodeset/releases)
- [Commits](https://github.com/OPCFoundation/UA-Nodeset/compare/495a1312a09821f69b42ff419cd091355b64f6db...5fdc7d480901e405c78e5b0f429c7fcdbeef4d5d)

---
updated-dependencies:
- dependency-name: deps/ua-nodeset
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <email address hidden>

2f775b0... by Andreas Ebner

feat(server) added event filter examples, introduce initial event filter where and select clause evaluation (#4626)