godot/modules/mbedtls
Fabio Alessandrelli ce5a3f56a6 Rewrite StreamPeerSSL with SSLContext helper class
connect_to_stream now accepts optional parameter to specify which
certificates to trust.
Implement accept_stream (SSL server) with key/cert parameters to specify
the RSA key and X509 certificate resources.
2019-08-21 16:59:38 +02:00
..
config.py
crypto_mbedtls.cpp New CryptoMbedTLS Crypto implementation. 2019-08-21 16:59:38 +02:00
crypto_mbedtls.h
register_types.cpp Rewrite StreamPeerSSL with SSLContext helper class 2019-08-21 16:59:38 +02:00
register_types.h
SCsub
ssl_context_mbedtls.cpp Rewrite StreamPeerSSL with SSLContext helper class 2019-08-21 16:59:38 +02:00
ssl_context_mbedtls.h Rewrite StreamPeerSSL with SSLContext helper class 2019-08-21 16:59:38 +02:00
stream_peer_mbedtls.cpp Rewrite StreamPeerSSL with SSLContext helper class 2019-08-21 16:59:38 +02:00
stream_peer_mbedtls.h Rewrite StreamPeerSSL with SSLContext helper class 2019-08-21 16:59:38 +02:00