openssl_evp
Wrapper for OpenSSL's EVP interface
Summary
| Latest Version | Unknown |
|---|---|
| License | OpenSSL and SSLeay |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-07-21 05:23 |
Tags
Installation
nimble install openssl_evp
choosenim install openssl_evp
git clone https://github.com/cowboy-coders/nim-openssl-evp
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| openssl_evp | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Source
| Repository | https://github.com/cowboy-coders/nim-openssl-evp |
|---|---|
| Homepage | https://github.com/cowboy-coders/nim-openssl-evp |
| Registry Source | nimble_official |
README
OpenSSL EVP wrapper for Nim (formerly Nimrod)
to compile nim example:
cd examples/ nim c -d:release evp_ex1
you should then be able to run with:
./evp_ex1
to compile the c example:
./configure make
you should then be able to run with:
examples/evp_ex1_c