godot/platform
Fabio Alessandrelli 6fd9982358 [TLS] Add support for platform-specific CA bundles.
Adds a new OS::get_system_ca_certs method which can be implemented by
platforms to retrieve the list of trusted CA certificates using OS
specific APIs.

The function should return the certificates in PEM format, and is
currently implemented for Windows/macOS/LinuxBSD(*)/Android.

mbedTLS will fall back to bundled certificates when the OS returns no
certificates.

(*) LinuxBSD does not have a standardized certificates store location.
    The current implementation will test for common locations and may
    return an empty string on some distributions (falling back to the
    bundled certificates).
2023-05-12 09:58:23 +02:00
..
android [TLS] Add support for platform-specific CA bundles. 2023-05-12 09:58:23 +02:00
ios Merge pull request #76165 from and-rad/safe-credentials 2023-05-10 12:47:07 +02:00
linuxbsd [TLS] Add support for platform-specific CA bundles. 2023-05-12 09:58:23 +02:00
macos [TLS] Add support for platform-specific CA bundles. 2023-05-12 09:58:23 +02:00
uwp Store sensitive export options in dedicated credentials file 2023-05-10 11:40:17 +02:00
web Fix wait for thread not started 2023-04-27 20:28:22 +02:00
windows [TLS] Add support for platform-specific CA bundles. 2023-05-12 09:58:23 +02:00
register_platform_apis.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
SCsub