godot/platform/android/java/lib
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
..
aidl/com/android/vending/licensing
patches
res Add "filesRoot" path to Android provider paths xml 2023-03-09 19:11:08 +00:00
src [TLS] Add support for platform-specific CA bundles. 2023-05-12 09:58:23 +02:00
AndroidManifest.xml Implement file provider capabilities 2023-02-01 01:03:50 -08:00
build.gradle Configure maven central snapshot versions for the Godot Android library 2023-03-06 01:30:19 -08:00
THIRDPARTY.md