adba870534
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. |
||
---|---|---|
.. | ||
doc_classes | ||
config.py | ||
enet_connection.cpp | ||
enet_connection.h | ||
enet_multiplayer_peer.cpp | ||
enet_multiplayer_peer.h | ||
enet_packet_peer.cpp | ||
enet_packet_peer.h | ||
register_types.cpp | ||
register_types.h | ||
SCsub |