summaryrefslogtreecommitdiffstats
path: root/modules/mbedtls/ssl_context_mbedtls.h
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
| | | | | | | | | | | Happy new year to the wonderful Godot community! We're starting a new decade with a well-established, non-profit, free and open source game engine, and tons of further improvements in the pipeline from hundreds of contributors. Godot will keep getting better, and we're looking forward to all the games that the community will keep developing and releasing with it.
* Style: Fix copyright headers in new filesRémi Verschelde2019-08-281-1/+1
|
* Fix regression in StreamPeerSSLFabio Alessandrelli2019-08-221-1/+0
| | | | | Validate that base stream is valid before accepting/connecting. Also remove unnecessary includes.
* Rewrite StreamPeerSSL with SSLContext helper classFabio Alessandrelli2019-08-211-0/+74
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.