On branch SSL
Changes to be committed:
modified: include/mqtt.h
modified: mqtt.c
Implemented support for SSL/TLS. Uses config setting "CONFIG_MQTT_SECURITY_ON" to enable this feature.
Breaking changes on client_connect() interface to support SSL, but shouldnt be an issue as this is an
internal interface