Files
wolfssl/wolfcrypt/src/port/devcrypto
toddouska 3ac03d3d66 Merge pull request #3805 from JacobBarthelmeh/copyright
update copyright date to 2021
2021-03-15 16:16:50 -07:00
..
2021-03-11 13:42:46 +07:00
2021-03-11 13:42:46 +07:00
2018-09-20 15:59:29 -06:00

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

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