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

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

Awesome Lists containing this project

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)