[docs] update README

* fix typos
* update JSON options and support
This commit is contained in:
akallabeth 2024-05-27 09:04:14 +02:00
parent f7db004a74
commit 343cf3310d
No known key found for this signature in database
GPG Key ID: A49454A3FC909FD5
1 changed files with 3 additions and 2 deletions

View File

@ -19,7 +19,7 @@ optionally there are some algorithms that can be shipped with FreeRDP itself if
* -DWITH_INTERNAL_MD5=ON
* -DWITH_INTERNAL_RC4=ON
2. Kerberos (optional, disable with -DWITH_RB5=OFF)
2. Kerberos (optional, disable with -DWITH_KRB5=OFF)
Authentication to many services requires kerberos (especially if smartcards are in use)
@ -28,13 +28,14 @@ We support:
* MIT
* Heimdal
3. JSON (optional, disable with -DWITH_AAD=OFF)
3. JSON (optional, disable with -DWITH_JSON_DISABLED=ON)
Azure logon requires HTTP/JSON messages to be parsed.
We support:
* cJSON
* json-c
4. H264