mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
CertificateContent and PrivateKeyContent now have two valid formats: It can be in format PEM (multiple lines) or a single line base64 encoded PEM. The first format is preferrable in case the pf_config* API is used to set the certificate/key, the latter in case an actual config file is in use where multiline configuration data can not be directly entered.