# TLS 1.3

امنیت انتقالِ استفاده شده در QUIC از TLS 1.3 استفاده می‌کند ([RFC 8446](https://tools.ietf.org/html/rfc8446)) و هرگز هیچ اتصال رمزگذاری نشده‌ای در QUIC وجود ندارد.

پروتکل TLS 1.3 نسبت به نسخه‌های پیشین TLS برتری‌هایی دارد که البته یک دلیل اصلی استفاده از آن در QUIC این است که نسخهٔ 1.3 دست‌دهی را به نحوی تغییر داده است تا شامل roundtrip های کمتری باشد. این امر تأخیر در پروتکل را کاهش می‌دهد.

نسخهٔ پیشین QUIC گوگل از یک رمزنگاری سفارشی استفاده می‌کرد.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://http3-explained.haxx.se/fa/the-protocol/feature-tls.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
