Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIX httplib::SSLServer + mbedTLS #1

Open
debugmenot opened this issue Jul 20, 2024 · 1 comment
Open

FIX httplib::SSLServer + mbedTLS #1

debugmenot opened this issue Jul 20, 2024 · 1 comment

Comments

@debugmenot
Copy link

Hi. Thanks for your work :)

HTTPServer is working with #define MBEDTLS_SSL_PROTO_TLS1_3 + psa_crypto_init();, but it breaks the client :(.

Client and server are working when MBEDTLS_SSL_PROTO_TLS1_3 is disabled and #define MBEDTLS_USE_PSA_CRYPTO + psa_crypto_init()

Hope it'll help with further development

@debugmenot debugmenot changed the title FIX HttpServer FIX httplib::SSLServer + mbedTLS Jul 20, 2024
@debugmenot
Copy link
Author

Seems that something is not properly initialized in internal mbedTLS crypto regarding the ECDSA but works nicely with PSA

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant