- Update UA_ByteString_allocBuffer() to UA_STACKARRAY() in the files
examples/encryption/client_basic128rsa15.c and examples/encryption/
client_basic256sha256.c.
- Handle return value for remote certificate verification in
ua_client.c file.
- Update create_self-signed.py to generate CA certificate in .der
format.
Change-Id: I6e84694c99c561d237ecbafb63b957d19c2e74c9
Signed-off-by: Sharavanan A R <sharavanan.ar@kalycito.com>
- The file examples/encryption/client_basic128rsa15.c provides a
secure communication between client and server by using
basic128rsa15 security policy.
- The secure client-server communication is implemented
based on the OPC UA specification Part 4, setion 6.
- Line number 176 in file src/client/ua_client.c is commented as
UA_SecureChannel_deleteMembers already done in
UA_client_disconnect function.
- Load revocation list is not supported in this commit.
Change-Id: I9aa06dce6ac000c290accc57f1147a919ec74f1e
Signed-off-by: Sharavanan A R <sharavanan.ar@kalycito.com>