<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Protocol on Le Site de François</title><link>https://lesitedefrancois.be/en/tags/protocol/</link><description>Recent content in Protocol on Le Site de François</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>© 2026 François</copyright><atom:link href="https://lesitedefrancois.be/en/tags/protocol/index.xml" rel="self" type="application/rss+xml"/><item><title>TLS (Transport Layer Security)</title><link>https://lesitedefrancois.be/en/security/tls/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://lesitedefrancois.be/en/security/tls/</guid><description>&lt;p&gt;&lt;strong&gt;TLS (Transport Layer Security)&lt;/strong&gt; is the protocol that establishes an encrypted, integrity-protected, and authenticated channel between two parties over an untrusted network. It is the successor to SSL (which is deprecated and broken) and the mechanism behind HTTPS, gRPC, LDAPS, SMTPS, database connections, and most other encrypted transport in modern infrastructure. The current version is &lt;strong&gt;TLS 1.3&lt;/strong&gt; (RFC 8446, 2018); TLS 1.2 remains in wide use but TLS 1.0 and 1.1 are deprecated by RFC 8996. The fundamental security properties TLS provides are: &lt;strong&gt;confidentiality&lt;/strong&gt; (a passive observer cannot read the session content), &lt;strong&gt;integrity&lt;/strong&gt; (an active attacker cannot modify session content without detection), and &lt;strong&gt;server authentication&lt;/strong&gt; (the client can verify it is talking to the intended server rather than an impersonator). Client authentication is optional in standard TLS and is provided by &lt;strong&gt;mTLS&lt;/strong&gt;.&lt;/p&gt;</description></item></channel></rss>