[Crypto] Expose get_system_ca_certificates.

This commit is contained in:
Fabio Alessandrelli
2024-06-10 15:35:50 +02:00
parent 71699e08c9
commit 33d0e1c50c
3 changed files with 13 additions and 0 deletions

View File

@ -455,6 +455,12 @@
Returns the amount of static memory being used by the program in bytes. Only works in debug builds.
</description>
</method>
<method name="get_system_ca_certificates">
<return type="String" />
<description>
Returns the list of certification authorities trusted by the operating system as a string of concatenated certificates in PEM format.
</description>
</method>
<method name="get_system_dir" qualifiers="const">
<return type="String" />
<param index="0" name="dir" type="int" enum="OS.SystemDir" />