diag-client-lib
diag-client-lib copied to clipboard
Implement utility to support TLS connection
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:-
- Create a utility class that uses openssl to open a secure TCP connection with server.
- Adapt the test framework to also support TLS for testing purpose.
This story must be started after Openssl is integrated