aboutsummaryrefslogtreecommitdiff
path: root/drivers/openssl/stream_peer_openssl.h
Commit message (Collapse)AuthorAgeFilesLines
* openssl: Move to a module and split thirdparty libRémi Verschelde2016-10-151-113/+0
| | | | Same rationale as the previous commits.
* Add missing license headers in our source files (#5255)Rémi Verschelde2016-06-181-0/+28
| | | Also removes a couple wrong Godot headers from third-party source files.
* -Made editor support SSL certs by default (embedded them)Juan Linietsky2016-03-121-0/+1
| | | | | | | | | -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 binary API to StreamPeer, fixes #2863Juan Linietsky2015-12-131-0/+2
|
* -OpenSSL FixesJuan Linietsky2014-05-011-1/+6
|
* -Added OpenSSL and HTTPS supportJuan Linietsky2014-04-281-0/+77
-Built-in version of the library for Windows, Android and iOS (other OSs use system one) -Small fixes all around