TLS
TLS is an encryption protocol that ensures secure communication over networks, providing privacy, data integrity, and identity authentication. It establishes an encrypted connection between clients and servers, preventing eavesdropping, tampering, and unauthorized access.
This page collects all kinds of online resources for exploring the concepts and functionalities of Transport Layer Security (TLS) and how to apply them to MQTT messaging systems.
- Mutual authentication
- TLS-PSK
- What is Server Name Indication (SNI) – How Does It Work?
- TLS 1.2 vs TLS 1.3 Certificates: Which is Stronger?
- Perfect Forward Secrecy Explained
- An Introduction to Cipher Suites
- SSL/TLS: How to choose your cipher suite
To learn how the security of communication is ensured in EMQX, refer to Network and TLS.