Got modem to work with MedSentry website. Includes minor change to a library file.

Dependencies:   CyaSSL

Dependents:   MTS-Socket

Fork of HTTPClient-SSL by MultiTech

Revisions of CyaSSL.lib

Revision Date Message Actions
49:240f3b4f2733 2015-06-25 update to MultiTech official version of CyaSSL library File  Diff  Annotate
47:95a1ca910758 2015-03-24 update CyaSSL File  Diff  Annotate
46:369da903fca9 2015-03-11 Added httpbinCert.h to hold the CA certificate for httpbin.org to test HTTPS connections to the remote server. File  Diff  Annotate
45:503ee0abffe8 2015-02-09 Found and merged time verifications located in two separate revision branches File  Diff  Annotate
44:97926419a4da 2015-02-09 Lost the #define NO_TIME_VERIFY lines in the revision history, so I re-added them in to the CyaSSL settings.h file. File  Diff  Annotate
39:d7c5541a9124 2015-01-19 Pulling in the newest CyaSSL lib (3.3.0).; Tweaked code to be more robust. File  Diff  Annotate
38:a4ccad70be9d 2015-01-14 Added functions to add Root Certificates for SSL verification of Peers, added a function to set the peer verify settings for the CyaSSL library, tweaked some debug and memory operations in the client. File  Diff  Annotate
36:3b7330eec1a7 2015-01-06 Reforking libs from private to team public repository File  Diff  Annotate
35:f5cd57f07db5 2015-01-06 Changed socket to function more cleanly on each request, fixed b_auth header formatting, and changed TCSocketConnection implementation to allow for dynamic socket assignment at runtime, instead of static and global. File  Diff  Annotate
34:13920d48893d 2015-01-06 Changed the socket to fully close at the end of each connect, to reset blocking to (false, timeout), and changed the b_auth header to be \r\n\0 delimited; Also changed the class to use a pointer to TCPSocketConnection, for dynamic factory creation File  Diff  Annotate
33:3b2809748a9e 2014-12-31 Changed client implementation of TCPSocketConnection for interfacing with cellular class File  Diff  Annotate
25:531f03a263a9 2014-07-12 CyaSSL under HTTPClient class File  Diff  Annotate