Project reactivation
minor updates to sample code to improve it.
Version 0.3.0 Pre-Alpha [10th Feb 2016]
Formal release of V0.2.0
Added placeholder for libssl library init/destruct
Updated sample code to use new library init and...
Updates to change log and build instructions
Implemented Socket Adaptor Factory and added it...
Added placeholder for socket adaptor factory
Reverted change 'added placeholders'
Changed sample code to use implementation of So...
Added placeholder for unit testing OpenSSL classes
Minor changes to sample code
* Implemented iSSLConnection interface
* Updated unit tests covering changes to ipv4so...
Added placeholder for SSL Connection interface
* Modified OpenSSLObject::Accept() and ::Connec...
* Updated RC number for version
Cleanup for 0.2.0 RC3 (Pre-Alpha)
Changes to sample code as part of debugging
* Changed SocketAdaptor:Write() to use char * i...
Reworked OpenSSLConnection::Read() and ::Write(...
OpenSSLConnection now takes SSL in the constructor
As part of V0.2.0, reworked sample code for Ope...
Added version info to sample
Updated version to 0.2.0 rc2
Corrected SSL Context interface name
Changes to Open SSL Context object for rework
Debugging of OpenSSLObject
Minor formatting updates to OpenSSL connection ...
Updates to SSL Connection object as part of red...
* First test implementation of OpenSSL Server s...
Cleanup of OpenSSLObject class
* Changed prototype for iSSLObject::Accept()
Formatting fixes for sample code
Formatting fixes for sample code
Added new placeholders for SSL functionality an...
Creation of SSL stubs, plus fixed copyright not...
Updated sample projects
Initial work for SSL Context object
Moved iSSLObject
Moved iSSLObject
Minor updates to iSocketAdaptor::listen() to fi...
Updates to libSSL as part of initial developmen...
Updates for 1st tranch of SSL functionality.
Updates to SSL object as part of initial develo...
Added placeholder for build instructions
Added placeholder for OpenSSL client & server s...
Added placeholder for OpenSSL Server sample pro...
Added placeholder for OpenSSL Client sample pro...
Added placeholder for mock socket.
Additional unit test coverage for IPV4Socket cl...
Additional unit test coverage for IPV4Socket cl...
Additional unit test coverage for IPV4Socket cl...
Updates to coverage
Additional unit test coverage for IPV4Socket cl...
Rationalised name of ::Listen() to ::listen()
* Update to coverage stats
Achieved 100% coverage for IPV4Socket class.
Additional unit test coverage for IPV4Socket cl...
Updated changelog.
* Renamed iSocket::SocketModeControl() to iSock...
* Implemented iSocketAdaptor::accept()
Updates to IPV4Socket::HasNewConnection() to ab...
Changes part of the abstration work
* Updates to include ::select() to iSocketAdaptor
Implemented (but not tested) iSocketAdaptor::io...
Updates to sample code and unit tests after abs...
Minor formatting change.
Updates as part of integration of socket adapto...
* Implemented iSocketAdaptor::SocketSet_ISSET()...
Added missing function to Mock_SocketAdaptor
Updates to connect connect function.
Added placeholders for IPV4 Socket Layer Builder.
Added placeholder for additional unit tests.
Renamed builder to factory.
* Added placeholder for IPV4 Socket unit tests
Added backlog parameter to iSocket::Listen()
Updates to inject socket adaptor into socket cl...
* Implemented SocketAdaptor::shutdown()
Implemented Socket Layer factory
Updates to unit tests for changes.
Updated test coverage statistics
Formatting
Implemented iSocketAdaptor::setsockopt()
Very minor formatting change
Updates to fix defects in ::Connect()
Updates
Added Socket Option 'Keep Alive' and member fun...
Updated iSocketAdaptor::send() to include flags
Updates to use socket adaptor recv()
Updated iSocket::Connect() to use abstracted fu...
Added placeholder for additional unit tests.
Implemented iSocketAdaptor::setsockopt() in mock.
Changes to sample code