Jacob Barthelmeh 9dcc48c8f7 update copyright to 2023 1 year ago
..
README.md dc9f46a3be Fix --enable-devcrypto build error for sys without u_int8_t type 1 year ago
devcrypto_aes.c 9dcc48c8f7 update copyright to 2023 1 year ago
devcrypto_ecdsa.c 9dcc48c8f7 update copyright to 2023 1 year ago
devcrypto_hash.c 9dcc48c8f7 update copyright to 2023 1 year ago
devcrypto_hmac.c 9dcc48c8f7 update copyright to 2023 1 year ago
devcrypto_rsa.c 9dcc48c8f7 update copyright to 2023 1 year ago
devcrypto_x25519.c 9dcc48c8f7 update copyright to 2023 1 year ago
wc_devcrypto.c 9dcc48c8f7 update copyright to 2023 1 year ago

README.md

Description

Used to build with cryptodev-linux library with Linux OS.

Quick Start

Installing cryptodev module

If not already installed then the cryptodev-linux module will need installed.

git clone https://github.com/cryptodev-linux/cryptodev-linux.git
cd cryptodev-linux
make
sudo make install
modprobe cryptodev

Options for building wolfSSL

For default build with all supported features use:

./configure --enable-devcrypto

Or for more control over features used:

./configure --enable-devcrypto=cbc
./configure --enable-devcrypto=hash
./configure --enable-devcrypto=aes
./configure --enable-devcrypto=all

Then build the wolfSSL library with:

make
sudo make install
./wolfcrypt/test/testwolfcrypt