Add info about usage with older Windows releases with OpenSSL (#3218)

This commit is contained in:
Tishchenko Vladislav Petrovich 2022-11-04 22:43:16 +03:00 коммит произвёл GitHub
Родитель 0d8ddb7932
Коммит ecb53376d9
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -12,7 +12,7 @@ On Windows, by default, MsQuic relies on built-in support from [Schannel](https:
### OpenSSL
Optionally, `msquic.dll` can be built with OpenSSL (see below for more details) instead of Schannel on Windows. This removes the Windows OS dependency on TLS from MsQuic, so MsQuic should work on most Windows 10 based client and server versions.
Optionally, `msquic.dll` can be built with OpenSSL (see below for more details) instead of Schannel on Windows. This removes the Windows OS dependency on TLS from MsQuic, so MsQuic should work on most Windows 10 based client and server versions (it may work on even older Windows releases but supporting them is not a goal for MsQuic).
## Linux