https://github.com/coronalabs/plugins-source-openssl
The OpenSSL plugin provides access to the OpenSSL library as exposed by George Zhao's lua-openssl.
https://github.com/coronalabs/plugins-source-openssl
Last synced: 10 months ago
JSON representation
The OpenSSL plugin provides access to the OpenSSL library as exposed by George Zhao's lua-openssl.
- Host: GitHub
- URL: https://github.com/coronalabs/plugins-source-openssl
- Owner: coronalabs
- License: other
- Created: 2015-04-01T01:28:57.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2023-05-23T08:06:28.000Z (about 3 years ago)
- Last Synced: 2025-08-08T21:53:56.282Z (11 months ago)
- Language: C
- Homepage: http://docs.coronalabs.com/daily/plugin/openssl
- Size: 340 KB
- Stars: 1
- Watchers: 14
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
README
# plugin.openssl
The OpenSSL plugin provides access to the OpenSSL library, as exposed by George Zhao's [lua-openssl](https://github.com/zhaozg/lua-openssl). It allows you to do secure socket communication in Lua using luasec. This wraps your insecure protocol in SSL.
## Setup
Install [CoronaEnterprise](http://coronalabs.com/products/enterprise/).
## Platform Support
* iOS (+ Simulator)(Supported)
* MacOS (Supported)
* Android (Supported)
* Windows Desktop (Supported)
* Windows Phone 8 (Not Supported)
## Corona Simulator Support
* Mac Simulator (Supported)
* Win Simulator (Supported)
## Resources
* [Corona Enterprise](http://docs.coronalabs.com/native/)
* [API Reference](http://www.openssl.org/docs/)
* [Project Settings](http://docs.coronalabs.com/plugin/openssl/index.html)
* [Sample Code](https://github.com/coronalabs/plugins-sample-openssl/)