summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript_analyzer.cpp
diff options
context:
space:
mode:
authorFabio Alessandrelli <fabio.alessandrelli@gmail.com>2023-04-13 21:17:55 +0200
committerFabio Alessandrelli <fabio.alessandrelli@gmail.com>2023-05-12 09:58:23 +0200
commit6fd99823581dd05d27a1ff773b67a8ea616993cc (patch)
tree1baf791a581f4ce5a73433434400546b4a4051fe /modules/gdscript/gdscript_analyzer.cpp
parent4e1d5be9d33e8a14254f0ccd0910743073970413 (diff)
downloadredot-engine-6fd99823581dd05d27a1ff773b67a8ea616993cc.tar.gz
[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).
Diffstat (limited to 'modules/gdscript/gdscript_analyzer.cpp')
0 files changed, 0 insertions, 0 deletions