aboutsummaryrefslogtreecommitdiff
path: root/core/io/stream_peer_ssl.cpp
Commit message (Collapse)AuthorAgeFilesLines
* -Made editor support SSL certs by default (embedded them)Juan Linietsky2016-03-121-0/+16
| | | | | | | | | -Made asset sharing support https -Many fixes to HTTPRequest -Added an asset installer dialog -Visual cleanups to asset sharing tab -Fixed some issues in ScrollContainer, hope it does not break things -Asset sharing tab is not visible (hidden on purpose) for now.
* -Added OpenSSL and HTTPS supportJuan Linietsky2014-04-281-0/+29
-Built-in version of the library for Windows, Android and iOS (other OSs use system one) -Small fixes all around