how can i implement secure communication between IoT devices using Transport Layer Security (TLS)

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
Solution:
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...
Secure Communication in Embedded System
Embedded system secure communication is the process of protecting data transmitted between embedded devices from unauthorized access, modification, or destruction. It is important to secure embedded system communication because these devices are often used in critical applications, such as medical d
Jump to solution
2 Replies
barafael
barafael3w ago
@Enthernet Code 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
Solution
Joseph Ogbonna
Secure Communication in Embedded System
Embedded system secure communication is the process of protecting data transmitted between embedded devices from unauthorized access, modification, or destruction. It is important to secure embedded system communication because these devices are often used in critical applications, such as medical d