ThePassionate commented on PR #3388: URL: https://github.com/apache/nuttx-apps/pull/3388#issuecomment-3824189464
> Thank you @ThePassionate can you please provide runtime test logs uwing different ssl versions? > > Mixed case identifiers problem reported by CI comes from underlying library. > > Where did the FPU warnings treated as errors come from? Thanks!about your comment: 1. mbedtls 3.6.x has removed support for MBEDTLS_SSL_VERSION_0 and 1. Therefore, it can default to using TLS 1.2 and above. However, we have not yet implemented support for 1.3, so we will default to using TLS 1.2(MBEDTLS_SSL_VERSION_3). 2. OpenSSL is provided for use by other third-party libraries, and porting OpenSSL test cases is also planned. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
