This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

TLS 1.3 SSL

Hello! 

I need little help in setting up mBed TLS 1.3 socket.. I am using the https_client, how do I configure the project

Regards

Parents Reply
  • Thanks, I saw the net_ip.h header file, however there is mention of I can use mbedtls, when I configure mbedtls, I get  undefined reference to `mbedtls_net_connect'

    I need to interface to an API that has CA based on TLS 1.3(GlobalSign-RootCA-R3); I tried using the TLS1.2 https_client sample, with GlobaSign-RootCA -R2  but no luck

    I have 3 options

    1) mbedtls

    2)wolfSSL

    3) nrf_ *socket api

    Please can you help me with mbedtls 

    Regards

    Yash

Children
Related