CS Builder release 3

Presentation:

  CS Builder create and manage CS files. 
  These files contains a list of ordered ciphersuites identificators (32 bits),
  terminated with a NULL 32 bits integer.
  
  During SSL Handshake, client and server discuss about the ciphersuite
  that will be used for secure connection. Some ciphersuite maybe buggy,
  deprecated for security reasons or simply not supported by client or server.
  Some ciphersuites may require also less CPU.

  If SSL Handshake fails, then it may be usefull to set a CS file into the
  client SSL application.
  If not, then the POLARSSL.LDG built-in ciphersuites list is used.
  
Installation:

  Put CSBUILD.PRG and CSBUILD.RSC where you want. 
  
  If LDG.PRG is installed and the 'LDGM' cookie present, then the POLARSSL.CS
  folder is detected automaticaly for the fileselector.
  
  You can delete this README.TXT.
  
Use:

  Click on the ciphersuites labels to select or deselect.
  The ciphersuites are ordered from more secure (top) to less secure (bottom).
  For security reasons, re-order the list is not possible.
  
  With the menu, one can select or unselect all or some cipher algorithms.
  
  Make new, load, save your selection into a CS file.
  
Legal:

  No responsability, use this at your own risk. 
  The program is carefully written, and tests were OK.
  
  The GFA source is open, GPL-like. 
  You can use parts of the code for yours programs.

History:

- R3:
  - fixed crash when click on window arrows (MFDB not malloc()ed)
  - included in POLARSSL.LDG archives