An open API service indexing awesome lists of open source software.

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.

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/)