Simple-Web-Server/tests
2017-07-19 08:03:23 +02:00
..
CMakeLists.txt Added crypto.hpp for convenient C++ wrappings for commonly used OpenSSL functions 2016-12-20 12:21:38 +01:00
crypto_test.cpp Comments addition and cleanup 2017-07-10 11:12:10 +02:00
io_test.cpp Fixes #142: a new socket is created when a https connection is reconnected, since a second SSL handshake cannot be made on the same socket. Also now removing failed connections from the connections collection. 2017-07-15 08:45:06 +02:00
parse_test.cpp Moved request and response message parsing to utility.hpp 2017-07-19 08:03:23 +02:00