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
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
Was this page helpful?