virtualx-engine/scene
Fabio Alessandrelli adba870534 [NET] Refactor TLS configuration.
Use a TLSOptions configuration object which is created via static
functions.

- "TLSOptions.client": uses the standard CA and common name verification.
- "TLSOptions.client_unsafe": uses optional CA verification (i.e. if specified)
- "TLSOptions.server": is the standard server configuration (chain + key)

This will allow us to expand the TLS configuration options to include
e.g. mutual authentication without bloating the classes that uses
StreamPeerTLS and PacketPeerDTLS as underlying peers.
2023-01-28 11:08:02 +01:00
..
2d Merge pull request #72129 from groud/unclamp_texture_origin 2023-01-27 15:40:52 +01:00
3d Merge pull request #71907 from TokageItLab/change-animated-sprite-api 2023-01-27 10:32:23 +01:00
animation Merge pull request #71907 from TokageItLab/change-animated-sprite-api 2023-01-27 10:32:23 +01:00
audio Simplify AudioStreamPolyphonic 2023-01-23 10:47:01 +01:00
debugger One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
gui Merge pull request #58334 from Sauermann/fix-to-gui-or-not-to-gui 2023-01-27 10:39:49 +01:00
main [NET] Refactor TLS configuration. 2023-01-28 11:08:02 +01:00
resources Merge pull request #72174 from bitsawer/shader_include_fixes 2023-01-28 09:54:41 +03:00
theme Merge pull request #68429 from KoBeWi/PropertySettings 2023-01-06 22:59:29 +01:00
property_utils.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
property_utils.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
register_scene_types.cpp Add AudioStreamPolyphonic to make it easier to play polyphonic sound from code 2023-01-22 16:22:45 +01:00
register_scene_types.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
scene_string_names.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
scene_string_names.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
SCsub Add ThemeDB, expose previously static Theme methods 2022-08-26 19:23:05 +03:00