Iandiehard/diag-client-lib

Implement utility to support TLS connection

Iandiehard opened this issue · 0 comments

Description:-

Currently DoIP only supports unsecured connection with server. This story will create a utility class that will provide the support to secure the tcp socket with TLS connection

Task:-

  1. Create a utility class that uses openssl to open a secure TCP connection with server.
  2. Adapt the test framework to also support TLS for testing purpose.

This story must be started after Openssl is integrated