ref: 9f766b50b237544efccc96e1b229c16cf99e36a9
dir: /README/
# Key Functions tlshand.c:/^tlsClientExtensions tlshand.c:/^checkClientExtensions tlshand.c:/^tlsConnectionFree # Data Types tlshand.c:/^typedef struct TlsConnection /sys/include/libsec.h:/^typedef struct TLSconn # Approach The function tlshand.c:/^checkClientExtensions must be extended to decode the server name indication. For this the 'tlshand.c:/^typedef struct TlsConnection' needs to be extended to hold the server name. tlshand.c:/^tlsConnectionFree needs to free any potential `TlsConnection.serverName`.