diff options
| author | auth12 <[email protected]> | 2020-07-22 08:40:38 -0700 |
|---|---|---|
| committer | auth12 <[email protected]> | 2020-07-22 08:40:38 -0700 |
| commit | 4ff89e85e74884e8f04edb5c31a94b4323e895e9 (patch) | |
| tree | 65f98ebf9af0d0947e44bf397b1fac0f107d7a2f /client/wolfssl/wolfcrypt/src/port/devcrypto/README.md | |
| parent | Client injection. (diff) | |
| download | loader-4ff89e85e74884e8f04edb5c31a94b4323e895e9.tar.xz loader-4ff89e85e74884e8f04edb5c31a94b4323e895e9.zip | |
Removed wolfssl
Diffstat (limited to 'client/wolfssl/wolfcrypt/src/port/devcrypto/README.md')
| -rw-r--r-- | client/wolfssl/wolfcrypt/src/port/devcrypto/README.md | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/client/wolfssl/wolfcrypt/src/port/devcrypto/README.md b/client/wolfssl/wolfcrypt/src/port/devcrypto/README.md deleted file mode 100644 index 7844dca..0000000 --- a/client/wolfssl/wolfcrypt/src/port/devcrypto/README.md +++ /dev/null @@ -1,43 +0,0 @@ -# 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 -``` |