OpenSSL
OpenSSL copied to clipboard
OpenSSL is a robust, commercial-grade, and full-featured toolkit for the Transport Layer Security (TLS) and Secure Sockets Layer (SSL) protocols
OpenSSL
You can install OpenSSL with:
wapm install openssl
Running
You can run OpenSSL cli
$ wapm run openssl
OpenSSL>
Building from Source
You will need Wasienv to build the openssl.wasm file.
Steps:
- Setup wasienv, see Installation Instructions
- Run
./build.sh
Build script inspired by TrueBitFoundation