diag-client-lib icon indicating copy to clipboard operation
diag-client-lib copied to clipboard

Implement utility to support TLS connection

Open Iandiehard opened this issue 9 months ago • 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

Iandiehard avatar Sep 22 '23 12:09 Iandiehard