https://github.com/wapm-packages/openssl
OpenSSL is a robust, commercial-grade, and full-featured toolkit for the Transport Layer Security (TLS) and Secure Sockets Layer (SSL) protocols
https://github.com/wapm-packages/openssl
openssl wasi wasm webassembly
Last synced: about 1 month ago
JSON representation
OpenSSL is a robust, commercial-grade, and full-featured toolkit for the Transport Layer Security (TLS) and Secure Sockets Layer (SSL) protocols
- Host: GitHub
- URL: https://github.com/wapm-packages/openssl
- Owner: wapm-packages
- Created: 2019-05-18T19:19:52.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-25T08:56:17.000Z (about 4 years ago)
- Last Synced: 2024-11-02T04:33:07.768Z (6 months ago)
- Topics: openssl, wasi, wasm, webassembly
- Language: C
- Homepage:
- Size: 5.45 MB
- Stars: 20
- Watchers: 2
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-wasi - OpenSSL
README
# OpenSSL
You can install OpenSSL with:
```shell
wapm install openssl
```## Running
You can run OpenSSL cli
```shell
$ wapm run openssl
OpenSSL>
```## Building from Source
You will need [Wasienv](https://github.com/wasienv/wasienv) to build the `openssl.wasm` file.
Steps:
1. Setup wasienv, see
[Installation Instructions](https://github.com/wasienv/wasienv)
2. Run `./build.sh`Build script inspired by
[TrueBitFoundation](https://github.com/TrueBitFoundation/wasm-ports/blob/master/openssl.sh)