=======================================================
myTCPClient
------------
Universal TCP Client
=======================================================

This document lists the new features and improvements included in upcoming releases. 

Future Version :

[0.0.5]  
        - adherence to standard GNU: develop configure script. [in progress....] 

        - add parameter switch --version-ssl to set version ssl. (ssl2|ssl3)  [OK] 
          * --version-ssl SSLv2 -> SSLv2_client_method();
          * --version-ssl SSLv3 -> SSLv3_client_method();

        - get list cipher suite on server ssl (SSL_get_shared_ciphers).   [in progress....] 

        - ssl protocol: mutual authentication [OK] 

[0.0.6]

        - timeout session

        - store parameter in configuration file XML. The package will include a parse XML abbenden (libxml)

        - develop automatic proc for to execute a test plan

        - dynamic allocation all internal buffer.

        - internationaling messaging

        - all message will store in message db file

[0.0.7]

        - develop front-end web-based

 
