mbed Connector Interface simplification API on top of mbed-client

Fork of mbedConnectorInterfaceV3 by Doug Anson

NOTE:

This repo has been replaced with https://github.com/ARMmbed/mbedConnectorInterface. No further updates will occur with this repo. Please use the github repo instead. Thanks!

Revision:
49:c603a22495bb
Parent:
36:5ec1fdffe40e
Child:
54:dfee8691c83a
--- a/mbed-connector-interface/Options.h	Mon Jun 20 20:09:44 2016 +0000
+++ b/mbed-connector-interface/Options.h	Thu Jun 23 22:26:15 2016 +0000
@@ -265,11 +265,11 @@
     MeshTypes			    		m_mesh_type;
     
     // DTLS/TLS Resources
-    uint8_t 						m_server_cert[MAX_SERVER_CERT_LENGTH];
+    uint8_t 					   *m_server_cert;
     int 				    		m_server_cert_length;
-    uint8_t 						m_client_cert[MAX_CLIENT_CERT_LENGTH];
+    uint8_t 					   *m_client_cert;
     int 				    		m_client_cert_length;
-    uint8_t 						m_client_key[MAX_CLIENT_KEY_LENGTH];
+    uint8_t 					   *m_client_key;
     int 				    		m_client_key_length;
 
     // CoAP behavior adjustments