-
Notifications
You must be signed in to change notification settings - Fork 43
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
is it having SSL #14
Comments
Hi @Rajkumar181 |
Any other way or library to add ssl on it. |
This could probably be done but I never investigate this. |
if i took the library for STM32CubeMx . so how can i attach to it. |
I guess you talk about mbedtls? |
yes you are right i need mbedtls on Ethernet. |
I am working on adding STM32Ethernet support to this library. It currently supports SAMD and Wiznet Ethernet. |
Here is my fork with experimental support for the Nucleo F767ZI board. https://github.com/gdsports/SSLClient/tree/stm32ethernet The EthernetHTTPS example works. The EthernetMultiHTTPS example does not. The example works with W5x00 Ethernet so there is some difference in STM32 Ethernet that I do not understand. I added the howsmyssl (https://www.howsmyssl.com/) example that shows the supported cipher suites, TLS version, and an overall rating. All looks good.
Lots of room for more cipher suites.
The TLS connect time (key exchange and certificate chain authentication) is about 860 ms versus 2850 ms on the SAMD21 Cortex M0 @ 48 MHz. |
Close as answered. |
No description provided.
The text was updated successfully, but these errors were encountered: