Closed reinismu closed 1 year ago
So it seems issue is in 2 #define
. I renamed one of those to
Now I get runtime errors. Something wrong with mp_invmod
I (173601) esp_https_server: performing session handshake
E (173951) esp-tls-wolfssl: wolfSSL_accept returned -1, error code: -119
E (173951) esp_https_server: esp_tls_create_server_session failed
W (173961) httpd: httpd_accept_conn: session creation failed
W (173966) httpd: httpd_server: error accepting new connection
Will investigate further
Changed certificate and private key to those from WolfSSL and it works now
Want to test my firmware using WolfSSL. I added it in components
and set sdk flags
Still when I compile I get error
Has anyone manged to get WolfSSL working with Rust?