Become a leader in the IoT community!
Join our community of embedded and IoT practitioners to contribute experience, learn new skills and collaborate with other developers with complementary skillsets.
Join our community of embedded and IoT practitioners to contribute experience, learn new skills and collaborate with other developers with complementary skillsets.
Good day guys how can i implement secure communication between IoT devices using Transport Layer Security (TLS) in embedded software in C programming language (peer to peer communication between devices), also are there any light weight libraries for implementing this in embedded systems, or key points to consider
@Middleware & OS
@enthernetcode OpenSSL, don’t do it yourself. Arguably, if you want it to be secure don’t do it (in C). What kind of device, can you rely on Linux or is it a microcontroller? There are various TCP/IP stacks available which can do TLS on constrained hardware
There are various steps to take here. This is a helpful guide.
Secure Communication in Embedded System
https://www.linkedin.com/pulse/secure-communication-embedded-system-madhavan-vivekanandan?utm_source=share&utm_medium=member_android&utm_campaign=share_via
CONTRIBUTE TO THIS THREAD