Added
------
* Support for SSL CRL's in the server. Use the parameter SSLUseCRL=1
in the config.ini and append the pem encoded CRL's to the server.pem file specified in the SSLCert
parameter of the server. Then a client SSL cert can be revoked at any time by editing the server.pem file and adding more CRL entries.