virtualx-engine/thirdparty/enet/enet
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
..
callbacks.h enet: Split enet thirdparty files and allow unbundling 2016-10-15 11:50:39 +02:00
enet.h enet: Sync with upstream 1.3.17 2021-01-08 12:02:03 +01:00
godot.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
godot_ext.h [NET] Refactor TLS configuration. 2023-01-28 11:08:02 +01:00
list.h enet: Split enet thirdparty files and allow unbundling 2016-10-15 11:50:39 +02:00
protocol.h enet: Split enet thirdparty files and allow unbundling 2016-10-15 11:50:39 +02:00
time.h enet: Split enet thirdparty files and allow unbundling 2016-10-15 11:50:39 +02:00
types.h enet: Split enet thirdparty files and allow unbundling 2016-10-15 11:50:39 +02:00
utility.h enet: Update to upstream version 1.3.15 2020-04-21 12:27:11 +02:00