Julius Pfrommer
Julius Pfrommer
For your information. There is now a new API UA_Server_setSessionAttribute / UA_Server_getSessionAttribute API. With that you have more freedom to add context data to a session. Further we are working...
You can create you own amalgamated single/file release with cmake and the original sources. Posix currently covers >90%. So it makes sense as the default.
> The configured ApplicationURI does not match the URI specified in the certificate for the SecurityPolicy Either change the ApplicationUri in the certificate or in the application configuration.
Bare metal will be difficult. Do you have lwip or some other networking library?
@paddor Are you on a Linux-based system? Then it would be great to see output from valgrind. This detects any "garbage" memory access. Otherwise it could be that you receive...
Got it. The fastest way to get this done is to send us a patch. Or contact us directly vie email.
Just pushed an updated. Please check on your end, works for me.
Not sure about this. If the client uses a certificate, then we should also validate it. Please explain the scenario where this is needed. We could make this a UA_RuleHandling...
Then my wish is as follows: 1) If encryption is disabled and a certificate is present, then we emit a warning and run `UA_ByteString_clear(&request->clientCertificate)`. 2) We consolidate the certificate validation...
Thanks for this. Please sign the CLA so we can use the PR.