espressif / esp-wolfssl

WolfSSL port for ESP-IDF & ESP8266_RTOS_SDK
38 stars 13 forks source link

availability of esp-wolfssl for v3.3 #4

Closed umer-ilyas closed 4 years ago

umer-ilyas commented 4 years ago

Readme files says To run the examples user must have installed ESP-IDF version v4.1 (minimum supported)

is there any plan to release this for v3.3 or Anybody is using this with esp-idf v3.3

mahavirj commented 4 years ago

@umer-ilyas

No, there is no plan to support WolfSSL with IDF v3.3 release. Reason primarily being it has dependency on refactoring that went into esp-tls component to support multiple TLS stacks, back-porting that feature is not very straight forward (also the fact that we typically backport only major bug-fixes for previous stable releases). If you would like you may use WolfSSL without esp-tls layer in IDF v3.3 release (should be possible to use component with small changes in that release).

mahavirj commented 4 years ago

I will go ahead and close this issue. Please feel free to reopen if you have any questions or face any issues.