# TLS 1.3

QUIC 中使用的傳輸層安全協定是 TLS 1.3 ([RFC8446](https://tools.ietf.org/html/rfc8446)) QUIC 没有任何非加密的連線。

與更早的 TLS 版本相比，TLS 1.3 有許多優點，但使用它的最主要原因是其握手所花費的往返次數更低，從而能降低協定的延遲。

Google 舊版的 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/zh-tw/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.
