Library providing HTTP and HTTPS communications.
Dependencies: CyaSSL
Dependents: MTS-Socket MTS-Socket
History
update to MultiTech official version of CyaSSL library
2015-06-25, by mfiore [Thu, 25 Jun 2015 13:55:25 +0000] rev 49
update to MultiTech official version of CyaSSL library
remove httpbincert.h - moving to MTS-Socket/Test/
2015-03-24, by Mike Fiore [Tue, 24 Mar 2015 10:50:58 -0500] rev 48
remove httpbincert.h - moving to MTS-Socket/Test/
update CyaSSL
2015-03-24, by mfiore [Tue, 24 Mar 2015 15:37:18 +0000] rev 47
update CyaSSL
Added httpbinCert.h to hold the CA certificate for httpbin.org to test HTTPS connections to the remote server.
2015-03-11, by Vanger [Wed, 11 Mar 2015 17:25:07 +0000] rev 46
Added httpbinCert.h to hold the CA certificate for httpbin.org to test HTTPS connections to the remote server.
Found and merged time verifications located in two separate revision branches
2015-02-09, by Vanger [Mon, 09 Feb 2015 22:52:58 +0000] rev 45
Found and merged time verifications located in two separate revision branches
Lost the #define NO_TIME_VERIFY lines in the revision history, so I re-added them in to the CyaSSL settings.h file.
2015-02-09, by Vanger [Mon, 09 Feb 2015 22:47:45 +0000] rev 44
Lost the #define NO_TIME_VERIFY lines in the revision history, so I re-added them in to the CyaSSL settings.h file.
Added comments to the HTTPClient.h file to explain the required formatting for URL strings.
2015-02-09, by Vanger [Mon, 09 Feb 2015 22:06:14 +0000] rev 43
Added comments to the HTTPClient.h file to explain the required formatting for URL strings.
Added back in VERIFY_PEER_FAIL_IF_NO_CERT as an SSLmethod enumeration.; Removed code to allow for null paths in urlParse(); Removed set_time(),CyaSSL_init(), and extra socket_close().; Added check for pointers being NULL before free-ing memory.;
2015-02-09, by Vanger [Mon, 09 Feb 2015 21:37:04 +0000] rev 42
Added back in VERIFY_PEER_FAIL_IF_NO_CERT as an SSLmethod enumeration.; Removed code to allow for null paths in urlParse(); Removed set_time(),CyaSSL_init(), and extra socket_close().; Added check for pointers being NULL before free-ing memory.;
remove static paths to headers in HTTPClient.cpp
2015-01-23, by mfiore [Fri, 23 Jan 2015 20:42:31 +0000] rev 41
remove static paths to headers in HTTPClient.cpp
Finalized code for an example HTTPS client to axeda's device IoT server.;
2015-01-19, by Vanger [Mon, 19 Jan 2015 22:40:21 +0000] rev 40
Finalized code for an example HTTPS client to axeda's device IoT server.;