LDG.PRG 2.34

- compatible with MiNT Memory Protection 
- crash at ldg_close() under Magic 6 environment is fixed
- GCC version built for ColdFire

POLARSSL.LDG, release 6, from PolarSSL 1.3.15

- ColdFire v4e version.
- currently works with MiNTNet and STinG TCP layers.
- adds SSL/TLS support for internet client softwares.

POLARSSL.CA (optional), from Mozilla's ca-bundle.crt (10-28-2015)

- contains certificates authorities for the server certificate check.
- put it next to POLARSSL.LDG, in your current LDG folder.
- the certificate check asks a lot of mallocs calls and RAM. Internet clients
should enable this feature only under MiNT and MagiC environment. 

POLARSSL.CS (optional)

- contains ciphersuites files: *.CS
- in your application, you can select one of these files for SSL Handshake
between the application and the server. Choose more secure, quicker or less
buggy ciphers that client and server both support.
- if not selected, then the built-in ciphersuites will be used.
- use CS Builder to edit a preferred ciphersuites file.

Quick install note for LDG:

- AUTO\LDG.PRG (to install LDGM cookie, needed for programs coded with GFA)
- GEMSYS\LDG\POLARSSL.LDG + POLARSSL.CA (or in your current LDG folder)
- GEMSYS\LDG\POLARSSL.CS\*.CS (or POLARSSL.CS in your current LDG folder)
