This commit is contained in:
Nick Banks 2021-06-28 08:58:34 -07:00 коммит произвёл GitHub
Родитель 24cc30ec9f
Коммит 41bf928d3b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1,7 +1,7 @@
MsQuic TLS Abstraction Layer
======
MsQuic includes TLS in the general "Platform Abstraction Layer" or PAL. This interface provides all the functionality required of TLS by the QUIC protocol, as defined by the IETF [QUIC-TLS](https://tools.ietf.org/html/draft-ietf-quic-tls) spec.
MsQuic includes TLS in the general "Platform Abstraction Layer" or PAL. This interface provides all the functionality required of TLS by the QUIC protocol, as defined by the IETF [QUIC-TLS](https://datatracker.ietf.org/doc/html/rfc9001) spec.
# High-Level Overview