# ideas were borrowed from the codez of UZUKI Hisao, Andres Riancho and Dave Aitel
#
__version__ = '0.5.1a'
#
# IMPROVEMENTS TO BE IMPLEMENTED
# * The SSL implementation needs to be abstracted more. It is essential to remove references to OpenSSL exceptions later in the code.
# * The code needs to be simplified. It is already quite simple but it needs to be simplified even further and unnecessary primitives needs to be removed.
# * Fixing bugs! There must be some bugs! The code hasn't been heavily tested.