godot/modules/websocket
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
..
doc_classes [NET] Refactor TLS configuration. 2023-01-28 11:08:02 +01:00
editor One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
config.py SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00
emws_peer.cpp [NET] Refactor TLS configuration. 2023-01-28 11:08:02 +01:00
emws_peer.h [NET] Refactor TLS configuration. 2023-01-28 11:08:02 +01:00
library_godot_websocket.js One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
packet_buffer.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
register_types.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
register_types.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
remote_debugger_peer_websocket.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
remote_debugger_peer_websocket.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
SCsub SCons: Unify tools/target build type configuration 2022-09-26 16:31:46 +02:00
websocket_multiplayer_peer.cpp [NET] Refactor TLS configuration. 2023-01-28 11:08:02 +01:00
websocket_multiplayer_peer.h [NET] Refactor TLS configuration. 2023-01-28 11:08:02 +01:00
websocket_peer.cpp [NET] Refactor TLS configuration. 2023-01-28 11:08:02 +01:00
websocket_peer.h [NET] Refactor TLS configuration. 2023-01-28 11:08:02 +01:00
wsl_peer.cpp [NET] Refactor TLS configuration. 2023-01-28 11:08:02 +01:00
wsl_peer.h [NET] Refactor TLS configuration. 2023-01-28 11:08:02 +01:00