Just testing things, based off of http-example-wnc

Dependencies:   easy-connect mbed-http

Fork of http-example-wnc by Avnet

Revision:
4:27fd8efb5bab
Parent:
2:4b4ac59ff9b0
--- a/mbedtls_entropy_config.h	Thu Feb 16 13:56:02 2017 +0100
+++ b/mbedtls_entropy_config.h	Thu Feb 23 12:36:59 2017 +0100
@@ -39,13 +39,17 @@
 #define MBEDTLS_SHA1_C
 #endif /* !MBEDTLS_SHA1_C */
 
+#if !defined(MBEDTLS_RSA_C)
+#define MBEDTLS_RSA_C
+#endif /* !MBEDTLS_RSA_C */
+
 /*
  *  This value is sufficient for handling 2048 bit RSA keys.
  *
  *  Set this value higher to enable handling larger keys, but be aware that this
  *  will increase the stack usage.
  */
-#define MBEDTLS_MPI_MAX_SIZE        256
+#define MBEDTLS_MPI_MAX_SIZE        1024
 
 #define MBEDTLS_MPI_WINDOW_SIZE     1