openssl_evp

Wrapper for OpenSSL's EVP interface

Pure Nim score 15/100 · tests present · no docs generated

Summary

Latest Version Unknown
License OpenSSL and SSLeay
CI Status Failing
Downloads 0
Last Indexed 2026-07-21 05:23

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 - - - - - - -

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