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