From 39f2114f9797eb51994966c6bb8ff1814c9a4da8 Mon Sep 17 00:00:00 2001 From: Florian Merz Date: Thu, 11 Feb 2021 12:36:08 +0100 Subject: unslug fr: move --- files/fr/glossary/alpn/index.html | 61 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 files/fr/glossary/alpn/index.html (limited to 'files/fr/glossary/alpn') diff --git a/files/fr/glossary/alpn/index.html b/files/fr/glossary/alpn/index.html new file mode 100644 index 0000000000..5a834ce08e --- /dev/null +++ b/files/fr/glossary/alpn/index.html @@ -0,0 +1,61 @@ +--- +title: ALPN +slug: Glossaire/ALPN +tags: + - ALPN + - Brouillon + - Glossaire + - NeedsContent + - TLS +translation_of: Glossary/ALPN +--- +

Application-Layer {{Glossary("Protocol")}} Negotiation (ALPN) est une extension {{Glossary("TLS")}} qui indique quel protocole de couche d'application négocie la connexion chiffrée sans nécessiter d'aller-retour supplémentaires.

+ + + + + + + + + + + + + + + + + + + + + + + +
Identificateurs de protocole importants:
ProtocoleSéquence d'identification
{{Glossary("HTTP")}}/1.10x68 0x74 0x74 0x70 0x2F 0x31 0x2E 0x31 ("http/1.1")
{{Glossary("HTTP 2", "HTTP/2")}}0x68 0x32 ("h2")
HTTP/2 over cleartext {{Glossary("TCP")}}0x68 0x32 0x63 ("h2c")
+ +

Spécifications

+ + + + + + + + + + + + + + + + +
SpécificationStatutCommentaire
{{RFC(7301)}}IETF RFCDéfinition initiale.
+ +

Voir aussi

+ + -- cgit v1.2.3-54-g00ecf