godot/platform/android/java/lib/src
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
..
com/google/android/vending Replace HTTP links with HTTPS for sites with HTTPS versions 2021-08-22 20:13:11 -05:00
org/godotengine/godot [TLS] Add support for platform-specific CA bundles. 2023-05-12 09:58:23 +02:00