virtualx-engine/modules/enet/doc_classes
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
..
ENetConnection.xml [NET] Refactor TLS configuration. 2023-01-28 11:08:02 +01:00
ENetMultiplayerPeer.xml [MP] Add MultiplayerPeer disconnect_peer, close. 2022-10-28 21:18:01 +02:00
ENetPacketPeer.xml Document the ENetPacketPeer class 2022-10-26 19:40:18 +02:00