espressif / esp-wolfssl

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

ALPN protocol #2

Closed xiruilin closed 4 years ago

xiruilin commented 4 years ago

Is ALPN supported? Thanks!

AdityaHPatwardhan commented 4 years ago

hi @xiruilin , and YES , ALPN is supported in esp-tls, for now only with mbedtls ssl stack, By default it is turned on with menuconfig -> Component config -> mbedtls -> Support ALPN , For wolfssl it is not yet provided in binary which will soon be provided!.

xiruilin commented 4 years ago

@AdityaHPatwardhan Got it, I mean at wolfssl, thanks!

AdityaHPatwardhan commented 4 years ago

@xiruilin, option to enable ALPN is now added in wolfSSL.and if there isn't anything else, you can go forward and close this issue. Thank You.

xiruilin commented 4 years ago

@AdityaHPatwardhan We will try it as soon as possible. Thanks!

xiruilin commented 4 years ago

@AdityaHPatwardhan Everything works, including ALPN and HTTPS server. Thanks!