docularxu / test_loadbalance

This is a simple application to test the "loadbalance" provider in OpenSSL v3.0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

test_loadbalance

  1. To compile, run these:
mkdir build
cmake -S . -B build --log-level=DEBUG
cmake --build build --verbose
  1. To launch the test, run:
./build/test_lbprov
OPENSSL_MODULES=/home/ubuntu/md5_mb_prov.git/build/src ./build/test_lbprov

Note: OPENSSL_MODULES points to paths where OSSL_PROVIDER_load() loads custom providers from.

  1. To config This test supports both loading provider configuration from file and from code. Use this macro to select.
#define LOAD_FROM_CONF_FILE

About

This is a simple application to test the "loadbalance" provider in OpenSSL v3.0


Languages

Language:C 95.3%Language:CMake 2.7%Language:Shell 2.0%