I wanted to use HTTPS client example with TM4C1294XL on IAR compiler.
I build WolfSSL by modifying setting.h file located in "C:\ti\wolfssl-3.9.10\wolfssl\wolfcrypt" directory and added following configurations
#define WOLFSSL_IAR_ARM
#define WOLFSSL_TIRTOS
However, the final library did not work. I continuously got the error message when HTTPS GET command was sent. I then tried to build the library on my laptop and accidently use the Setting.h file of "ctaocrypt" folder, instead of "Wolfssl" Folder.
I was able to get the follow response after building the library.
Sending an HTTPS GET request to 'www.example.com:443'
HTTP Response Status Code: 200
Received 1270 bytes of payload
So the question is why WolfSSL did not work the first time when I modified Settings.h of "C:\ti\wolfssl-3.9.10\wolfssl\wolfcrypt.
I am using
1. "tirtos_tivac_2_16_01_14"
2. wolfssl-3.9.10
3. IAR 7.4